Bug#954647: 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
Sun Mar 22 08:27:54 GMT 2020


Source: pandas
Version: 0.25.3+dfsg-7
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

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
> py3versions: no X-Python3-Version in control file, using supported versions
> echo "3.7" | grep -q '^3' && PY=3 || PY= ; \
> CYTHONVER=$(dpkg -l cython$PY 2>/dev/null | awk '/^ii/{print $3;}' || echo 0); \
> dpkg --compare-versions "$CYTHONVER" lt "0.23" && { \
> 	echo "I: Using pre-Cython-ed files for Python 3.7"; \
> 	cd debian/cythonized-files$PY/ ; \
> 	find . -regex '.*\.c\(\|pp\)' | while read f; do cp $f ../../$f; done; } || :
> python3.7 setup.py install --install-layout=deb --root=/<<PKGBUILDDIR>>/debian/tmp
> running install
> running build
> running build_py
> creating build
> creating build/lib.linux-x86_64-3.7
> creating build/lib.linux-x86_64-3.7/pandas
> copying pandas/__init__.py -> build/lib.linux-x86_64-3.7/pandas
> copying pandas/_typing.py -> build/lib.linux-x86_64-3.7/pandas
> copying pandas/_version.py -> build/lib.linux-x86_64-3.7/pandas
> copying pandas/__version.py -> build/lib.linux-x86_64-3.7/pandas
> copying pandas/conftest.py -> build/lib.linux-x86_64-3.7/pandas
> copying pandas/testing.py -> build/lib.linux-x86_64-3.7/pandas
> creating build/lib.linux-x86_64-3.7/pandas/tseries
> copying pandas/tseries/frequencies.py -> build/lib.linux-x86_64-3.7/pandas/tseries
> copying pandas/tseries/api.py -> build/lib.linux-x86_64-3.7/pandas/tseries
> copying pandas/tseries/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tseries
> copying pandas/tseries/plotting.py -> build/lib.linux-x86_64-3.7/pandas/tseries
> copying pandas/tseries/holiday.py -> build/lib.linux-x86_64-3.7/pandas/tseries
> copying pandas/tseries/converter.py -> build/lib.linux-x86_64-3.7/pandas/tseries
> copying pandas/tseries/offsets.py -> build/lib.linux-x86_64-3.7/pandas/tseries
> creating build/lib.linux-x86_64-3.7/pandas/util
> copying pandas/util/__init__.py -> build/lib.linux-x86_64-3.7/pandas/util
> copying pandas/util/_depr_module.py -> build/lib.linux-x86_64-3.7/pandas/util
> copying pandas/util/_test_decorators.py -> build/lib.linux-x86_64-3.7/pandas/util
> copying pandas/util/_validators.py -> build/lib.linux-x86_64-3.7/pandas/util
> copying pandas/util/_tester.py -> build/lib.linux-x86_64-3.7/pandas/util
> copying pandas/util/_decorators.py -> build/lib.linux-x86_64-3.7/pandas/util
> copying pandas/util/_print_versions.py -> build/lib.linux-x86_64-3.7/pandas/util
> copying pandas/util/_exceptions.py -> build/lib.linux-x86_64-3.7/pandas/util
> copying pandas/util/_doctools.py -> build/lib.linux-x86_64-3.7/pandas/util
> copying pandas/util/testing.py -> build/lib.linux-x86_64-3.7/pandas/util
> creating build/lib.linux-x86_64-3.7/pandas/api
> copying pandas/api/__init__.py -> build/lib.linux-x86_64-3.7/pandas/api
> creating build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_downstream.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_lib.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_algos.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_nanops.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_expressions.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_optional_dependency.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_strings.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_base.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_errors.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_compat.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_sorting.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_take.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_register_accessor.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_multilevel.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_join.py -> build/lib.linux-x86_64-3.7/pandas/tests
> copying pandas/tests/test_common.py -> build/lib.linux-x86_64-3.7/pandas/tests
> creating build/lib.linux-x86_64-3.7/pandas/errors
> copying pandas/errors/__init__.py -> build/lib.linux-x86_64-3.7/pandas/errors
> creating build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/api.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/__init__.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/nanops.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/window.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/index.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/missing.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/generic.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/apply.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/strings.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/config_init.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/frame.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/sorting.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/algorithms.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/accessor.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/common.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/series.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/resample.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/base.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/indexing.py -> build/lib.linux-x86_64-3.7/pandas/core
> copying pandas/core/indexers.py -> build/lib.linux-x86_64-3.7/pandas/core
> creating build/lib.linux-x86_64-3.7/pandas/plotting
> copying pandas/plotting/_core.py -> build/lib.linux-x86_64-3.7/pandas/plotting
> copying pandas/plotting/__init__.py -> build/lib.linux-x86_64-3.7/pandas/plotting
> copying pandas/plotting/_misc.py -> build/lib.linux-x86_64-3.7/pandas/plotting
> creating build/lib.linux-x86_64-3.7/pandas/_libs
> copying pandas/_libs/__init__.py -> build/lib.linux-x86_64-3.7/pandas/_libs
> creating build/lib.linux-x86_64-3.7/pandas/arrays
> copying pandas/arrays/__init__.py -> build/lib.linux-x86_64-3.7/pandas/arrays
> creating build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/api.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/__init__.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/s3.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/gcs.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/html.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/parsers.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/stata.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/gbq.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/pytables.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/sql.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/parquet.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/packers.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/clipboards.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/common.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/date_converters.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/spss.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/feather_format.py -> build/lib.linux-x86_64-3.7/pandas/io
> copying pandas/io/pickle.py -> build/lib.linux-x86_64-3.7/pandas/io
> creating build/lib.linux-x86_64-3.7/pandas/compat
> copying pandas/compat/pickle_compat.py -> build/lib.linux-x86_64-3.7/pandas/compat
> copying pandas/compat/__init__.py -> build/lib.linux-x86_64-3.7/pandas/compat
> copying pandas/compat/chainmap.py -> build/lib.linux-x86_64-3.7/pandas/compat
> copying pandas/compat/_optional.py -> build/lib.linux-x86_64-3.7/pandas/compat
> creating build/lib.linux-x86_64-3.7/pandas/_config
> copying pandas/_config/__init__.py -> build/lib.linux-x86_64-3.7/pandas/_config
> copying pandas/_config/localization.py -> build/lib.linux-x86_64-3.7/pandas/_config
> copying pandas/_config/dates.py -> build/lib.linux-x86_64-3.7/pandas/_config
> copying pandas/_config/config.py -> build/lib.linux-x86_64-3.7/pandas/_config
> copying pandas/_config/display.py -> build/lib.linux-x86_64-3.7/pandas/_config
> creating build/lib.linux-x86_64-3.7/pandas/api/extensions
> copying pandas/api/extensions/__init__.py -> build/lib.linux-x86_64-3.7/pandas/api/extensions
> creating build/lib.linux-x86_64-3.7/pandas/api/types
> copying pandas/api/types/__init__.py -> build/lib.linux-x86_64-3.7/pandas/api/types
> creating build/lib.linux-x86_64-3.7/pandas/tests/tseries
> copying pandas/tests/tseries/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries
> creating build/lib.linux-x86_64-3.7/pandas/tests/internals
> copying pandas/tests/internals/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/internals
> copying pandas/tests/internals/test_internals.py -> build/lib.linux-x86_64-3.7/pandas/tests/internals
> creating build/lib.linux-x86_64-3.7/pandas/tests/window
> copying pandas/tests/window/test_dtypes.py -> build/lib.linux-x86_64-3.7/pandas/tests/window
> copying pandas/tests/window/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/window
> copying pandas/tests/window/test_timeseries_window.py -> build/lib.linux-x86_64-3.7/pandas/tests/window
> copying pandas/tests/window/test_api.py -> build/lib.linux-x86_64-3.7/pandas/tests/window
> copying pandas/tests/window/test_expanding.py -> build/lib.linux-x86_64-3.7/pandas/tests/window
> copying pandas/tests/window/test_pairwise.py -> build/lib.linux-x86_64-3.7/pandas/tests/window
> copying pandas/tests/window/test_ewm.py -> build/lib.linux-x86_64-3.7/pandas/tests/window
> copying pandas/tests/window/test_grouper.py -> build/lib.linux-x86_64-3.7/pandas/tests/window
> copying pandas/tests/window/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/window
> copying pandas/tests/window/common.py -> build/lib.linux-x86_64-3.7/pandas/tests/window
> copying pandas/tests/window/test_moments.py -> build/lib.linux-x86_64-3.7/pandas/tests/window
> copying pandas/tests/window/test_window.py -> build/lib.linux-x86_64-3.7/pandas/tests/window
> copying pandas/tests/window/test_rolling.py -> build/lib.linux-x86_64-3.7/pandas/tests/window
> creating build/lib.linux-x86_64-3.7/pandas/tests/config
> copying pandas/tests/config/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/config
> copying pandas/tests/config/test_config.py -> build/lib.linux-x86_64-3.7/pandas/tests/config
> copying pandas/tests/config/test_localization.py -> build/lib.linux-x86_64-3.7/pandas/tests/config
> creating build/lib.linux-x86_64-3.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_dtypes.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_generic.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_concat.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_inference.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_missing.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_common.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes
> creating build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_validate_kwargs.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_hashing.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_assert_numpy_array_equal.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_move.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_util.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_assert_almost_equal.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_assert_series_equal.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_validate_args.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_deprecate.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_assert_interval_array_equal.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_assert_frame_equal.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_assert_categorical_equal.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_deprecate_kwarg.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_assert_extension_array_equal.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_assert_index_equal.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_safe_import.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_validate_args_and_kwargs.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> copying pandas/tests/util/test_assert_produces_warning.py -> build/lib.linux-x86_64-3.7/pandas/tests/util
> creating build/lib.linux-x86_64-3.7/pandas/tests/generic
> copying pandas/tests/generic/test_frame.py -> build/lib.linux-x86_64-3.7/pandas/tests/generic
> copying pandas/tests/generic/test_generic.py -> build/lib.linux-x86_64-3.7/pandas/tests/generic
> copying pandas/tests/generic/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/generic
> copying pandas/tests/generic/test_label_or_level_utils.py -> build/lib.linux-x86_64-3.7/pandas/tests/generic
> copying pandas/tests/generic/test_series.py -> build/lib.linux-x86_64-3.7/pandas/tests/generic
> creating build/lib.linux-x86_64-3.7/pandas/tests/api
> copying pandas/tests/api/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/api
> copying pandas/tests/api/test_api.py -> build/lib.linux-x86_64-3.7/pandas/tests/api
> copying pandas/tests/api/test_types.py -> build/lib.linux-x86_64-3.7/pandas/tests/api
> creating build/lib.linux-x86_64-3.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_cut.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_pivot.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape
> copying pandas/tests/reshape/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_util.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_qcut.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_reshape.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_concat.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_union_categoricals.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape
> copying pandas/tests/reshape/test_melt.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape
> creating build/lib.linux-x86_64-3.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_datetimelike.py -> build/lib.linux-x86_64-3.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_frame.py -> build/lib.linux-x86_64-3.7/pandas/tests/plotting
> copying pandas/tests/plotting/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_groupby.py -> build/lib.linux-x86_64-3.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_misc.py -> build/lib.linux-x86_64-3.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_converter.py -> build/lib.linux-x86_64-3.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_hist_method.py -> build/lib.linux-x86_64-3.7/pandas/tests/plotting
> copying pandas/tests/plotting/common.py -> build/lib.linux-x86_64-3.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_boxplot_method.py -> build/lib.linux-x86_64-3.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_series.py -> build/lib.linux-x86_64-3.7/pandas/tests/plotting
> copying pandas/tests/plotting/test_backend.py -> build/lib.linux-x86_64-3.7/pandas/tests/plotting
> creating build/lib.linux-x86_64-3.7/pandas/tests/reductions
> copying pandas/tests/reductions/test_reductions.py -> build/lib.linux-x86_64-3.7/pandas/tests/reductions
> copying pandas/tests/reductions/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/reductions
> copying pandas/tests/reductions/test_stat_reductions.py -> build/lib.linux-x86_64-3.7/pandas/tests/reductions
> creating build/lib.linux-x86_64-3.7/pandas/tests/tools
> copying pandas/tests/tools/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/tools
> copying pandas/tests/tools/test_numeric.py -> build/lib.linux-x86_64-3.7/pandas/tests/tools
> creating build/lib.linux-x86_64-3.7/pandas/tests/scalar
> copying pandas/tests/scalar/test_nat.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar
> copying pandas/tests/scalar/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar
> creating build/lib.linux-x86_64-3.7/pandas/tests/resample
> copying pandas/tests/resample/test_resampler_grouper.py -> build/lib.linux-x86_64-3.7/pandas/tests/resample
> copying pandas/tests/resample/test_timedelta.py -> build/lib.linux-x86_64-3.7/pandas/tests/resample
> copying pandas/tests/resample/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/resample
> copying pandas/tests/resample/test_datetime_index.py -> build/lib.linux-x86_64-3.7/pandas/tests/resample
> copying pandas/tests/resample/test_time_grouper.py -> build/lib.linux-x86_64-3.7/pandas/tests/resample
> copying pandas/tests/resample/test_resample_api.py -> build/lib.linux-x86_64-3.7/pandas/tests/resample
> copying pandas/tests/resample/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/resample
> copying pandas/tests/resample/test_base.py -> build/lib.linux-x86_64-3.7/pandas/tests/resample
> copying pandas/tests/resample/test_period_index.py -> build/lib.linux-x86_64-3.7/pandas/tests/resample
> creating build/lib.linux-x86_64-3.7/pandas/tests/computation
> copying pandas/tests/computation/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/computation
> copying pandas/tests/computation/test_eval.py -> build/lib.linux-x86_64-3.7/pandas/tests/computation
> copying pandas/tests/computation/test_compat.py -> build/lib.linux-x86_64-3.7/pandas/tests/computation
> creating build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_timegrouper.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_bin_groupby.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_nth.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_counting.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_rank.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_transform.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_groupby.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_categorical.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_function.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_value_counts.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_grouping.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_filters.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_whitelist.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_apply.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> copying pandas/tests/groupby/test_index_as_string.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby
> creating build/lib.linux-x86_64-3.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_pivot.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse
> copying pandas/tests/sparse/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_format.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_reshape.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_groupby.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse
> copying pandas/tests/sparse/common.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_combine_concat.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse
> copying pandas/tests/sparse/test_indexing.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse
> creating build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_io.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_validate.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_repr.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_dtypes.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_constructors.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_ufunc.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_api.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_rank.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_operators.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_timezones.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_duplicates.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_subclass.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_explode.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_analytics.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_internals.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_datetime_values.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/common.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_quantile.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_combine_concat.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_missing.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_alter_axes.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_replace.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_arithmetic.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_apply.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_asof.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_sorting.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_block_internals.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_period.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> copying pandas/tests/series/test_timeseries.py -> build/lib.linux-x86_64-3.7/pandas/tests/series
> creating build/lib.linux-x86_64-3.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_timedeltas.py -> build/lib.linux-x86_64-3.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_api.py -> build/lib.linux-x86_64-3.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_timezones.py -> build/lib.linux-x86_64-3.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_parsing.py -> build/lib.linux-x86_64-3.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_array_to_datetime.py -> build/lib.linux-x86_64-3.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_ccalendar.py -> build/lib.linux-x86_64-3.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_period_asfreq.py -> build/lib.linux-x86_64-3.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_normalize_date.py -> build/lib.linux-x86_64-3.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_conversion.py -> build/lib.linux-x86_64-3.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_parse_iso8601.py -> build/lib.linux-x86_64-3.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_liboffsets.py -> build/lib.linux-x86_64-3.7/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_libfrequencies.py -> build/lib.linux-x86_64-3.7/pandas/tests/tslibs
> creating build/lib.linux-x86_64-3.7/pandas/tests/extension
> copying pandas/tests/extension/test_sparse.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension
> copying pandas/tests/extension/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension
> copying pandas/tests/extension/test_external_block.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension
> copying pandas/tests/extension/test_categorical.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension
> copying pandas/tests/extension/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension
> copying pandas/tests/extension/test_integer.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension
> copying pandas/tests/extension/test_numpy.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension
> copying pandas/tests/extension/test_interval.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension
> copying pandas/tests/extension/test_common.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension
> copying pandas/tests/extension/test_period.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension
> copying pandas/tests/extension/test_datetime.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension
> creating build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_to_csv.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_validate.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_dtypes.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_query_eval.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_constructors.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_api.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_rank.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_reshape.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_operators.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_timezones.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_duplicates.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_convert_to.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_subclass.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_sort_values_level_as_str.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_explode.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_analytics.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_axis_select_reindex.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_mutate_columns.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/common.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_quantile.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_combine_concat.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_missing.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_alter_axes.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_replace.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_indexing.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_arithmetic.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_repr_info.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_apply.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_asof.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_nonunique_indexes.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_sorting.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_block_internals.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_join.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_period.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> copying pandas/tests/frame/test_timeseries.py -> build/lib.linux-x86_64-3.7/pandas/tests/frame
> creating build/lib.linux-x86_64-3.7/pandas/tests/arrays
> copying pandas/tests/arrays/test_datetimelike.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays
> copying pandas/tests/arrays/test_array.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays
> copying pandas/tests/arrays/test_timedeltas.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays
> copying pandas/tests/arrays/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays
> copying pandas/tests/arrays/test_datetimes.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays
> copying pandas/tests/arrays/test_integer.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays
> copying pandas/tests/arrays/test_numpy.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays
> copying pandas/tests/arrays/test_period.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays
> creating build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_timedelta.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_chaining_and_caching.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_indexing_engines.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_loc.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_categorical.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_callable.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_coercion.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_iloc.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_indexing_slow.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/common.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_partial.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_scalar.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_indexing.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_floats.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_ix.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> copying pandas/tests/indexing/test_datetime.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing
> creating build/lib.linux-x86_64-3.7/pandas/tests/arithmetic
> copying pandas/tests/arithmetic/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/arithmetic
> copying pandas/tests/arithmetic/test_object.py -> build/lib.linux-x86_64-3.7/pandas/tests/arithmetic
> copying pandas/tests/arithmetic/test_timedelta64.py -> build/lib.linux-x86_64-3.7/pandas/tests/arithmetic
> copying pandas/tests/arithmetic/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/arithmetic
> copying pandas/tests/arithmetic/test_numeric.py -> build/lib.linux-x86_64-3.7/pandas/tests/arithmetic
> copying pandas/tests/arithmetic/test_datetime64.py -> build/lib.linux-x86_64-3.7/pandas/tests/arithmetic
> copying pandas/tests/arithmetic/test_period.py -> build/lib.linux-x86_64-3.7/pandas/tests/arithmetic
> creating build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_stata.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_feather.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_s3.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_spss.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_pickle.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_compression.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_clipboard.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/generate_legacy_storage_files.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_gcs.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_html.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_packers.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_sql.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_parquet.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_common.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_date_converters.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> copying pandas/tests/io/test_gbq.py -> build/lib.linux-x86_64-3.7/pandas/tests/io
> creating build/lib.linux-x86_64-3.7/pandas/tests/indexes
> copying pandas/tests/indexes/test_setops.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes
> copying pandas/tests/indexes/test_range.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes
> copying pandas/tests/indexes/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes
> copying pandas/tests/indexes/test_numpy_compat.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes
> copying pandas/tests/indexes/test_category.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes
> copying pandas/tests/indexes/datetimelike.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes
> copying pandas/tests/indexes/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes
> copying pandas/tests/indexes/test_base.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes
> copying pandas/tests/indexes/common.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes
> copying pandas/tests/indexes/test_numeric.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes
> copying pandas/tests/indexes/test_frozen.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes
> copying pandas/tests/indexes/test_common.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes
> creating build/lib.linux-x86_64-3.7/pandas/tests/tseries/frequencies
> copying pandas/tests/tseries/frequencies/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/frequencies
> copying pandas/tests/tseries/frequencies/test_freq_code.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/frequencies
> copying pandas/tests/tseries/frequencies/test_to_offset.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/frequencies
> copying pandas/tests/tseries/frequencies/test_inference.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/frequencies
> creating build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/test_offsets.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/test_fiscal.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/common.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/test_offsets_properties.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/test_yqm_offsets.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/test_ticks.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets
> creating build/lib.linux-x86_64-3.7/pandas/tests/tseries/holiday
> copying pandas/tests/tseries/holiday/test_observance.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/holiday
> copying pandas/tests/tseries/holiday/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/holiday
> copying pandas/tests/tseries/holiday/test_calendar.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/holiday
> copying pandas/tests/tseries/holiday/test_holiday.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/holiday
> copying pandas/tests/tseries/holiday/test_federal.py -> build/lib.linux-x86_64-3.7/pandas/tests/tseries/holiday
> creating build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_construct_from_scalar.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_promote.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_infer_datetimelike.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_construct_ndarray.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_upcast.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_downcast.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_infer_dtype.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_construct_object_arr.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_convert_objects.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_find_common_type.py -> build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast
> creating build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_merge_ordered.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_merge_asof.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_merge_index_as_string.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_multi.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_merge.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_join.py -> build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge
> creating build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_comparisons.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_timezones.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_unary_ops.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_timestamp.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_rendering.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_arithmetic.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp
> creating build/lib.linux-x86_64-3.7/pandas/tests/scalar/period
> copying pandas/tests/scalar/period/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/period
> copying pandas/tests/scalar/period/test_asfreq.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/period
> copying pandas/tests/scalar/period/test_period.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/period
> creating build/lib.linux-x86_64-3.7/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/test_timedelta.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/test_formats.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/test_construction.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/test_arithmetic.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/timedelta
> creating build/lib.linux-x86_64-3.7/pandas/tests/scalar/interval
> copying pandas/tests/scalar/interval/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/interval
> copying pandas/tests/scalar/interval/test_ops.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/interval
> copying pandas/tests/scalar/interval/test_interval.py -> build/lib.linux-x86_64-3.7/pandas/tests/scalar/interval
> creating build/lib.linux-x86_64-3.7/pandas/tests/groupby/aggregate
> copying pandas/tests/groupby/aggregate/test_cython.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby/aggregate
> copying pandas/tests/groupby/aggregate/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby/aggregate
> copying pandas/tests/groupby/aggregate/test_other.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby/aggregate
> copying pandas/tests/groupby/aggregate/test_aggregate.py -> build/lib.linux-x86_64-3.7/pandas/tests/groupby/aggregate
> creating build/lib.linux-x86_64-3.7/pandas/tests/sparse/series
> copying pandas/tests/sparse/series/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse/series
> copying pandas/tests/sparse/series/test_indexing.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse/series
> copying pandas/tests/sparse/series/test_series.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse/series
> creating build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_to_from_scipy.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_to_csv.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_frame.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_analytics.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_indexing.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_apply.py -> build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame
> creating build/lib.linux-x86_64-3.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_boolean.py -> build/lib.linux-x86_64-3.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_loc.py -> build/lib.linux-x86_64-3.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_callable.py -> build/lib.linux-x86_64-3.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_alter_index.py -> build/lib.linux-x86_64-3.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_iloc.py -> build/lib.linux-x86_64-3.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_indexing.py -> build/lib.linux-x86_64-3.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_numeric.py -> build/lib.linux-x86_64-3.7/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_datetime.py -> build/lib.linux-x86_64-3.7/pandas/tests/series/indexing
> creating build/lib.linux-x86_64-3.7/pandas/tests/extension/json
> copying pandas/tests/extension/json/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/json
> copying pandas/tests/extension/json/array.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/json
> copying pandas/tests/extension/json/test_json.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/json
> creating build/lib.linux-x86_64-3.7/pandas/tests/extension/decimal
> copying pandas/tests/extension/decimal/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/decimal
> copying pandas/tests/extension/decimal/test_decimal.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/decimal
> copying pandas/tests/extension/decimal/array.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/decimal
> creating build/lib.linux-x86_64-3.7/pandas/tests/extension/arrow
> copying pandas/tests/extension/arrow/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/arrow
> copying pandas/tests/extension/arrow/bool.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/arrow
> copying pandas/tests/extension/arrow/test_bool.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/arrow
> creating build/lib.linux-x86_64-3.7/pandas/tests/extension/list
> copying pandas/tests/extension/list/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/list
> copying pandas/tests/extension/list/test_list.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/list
> copying pandas/tests/extension/list/array.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/list
> creating build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/interface.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/printing.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/groupby.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/missing.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/methods.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/io.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/constructors.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/reshaping.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/ops.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/setitem.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/getitem.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/base.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/dtype.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/casting.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> copying pandas/tests/extension/base/reduce.py -> build/lib.linux-x86_64-3.7/pandas/tests/extension/base
> creating build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_repr.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_dtypes.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_constructors.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_warnings.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_api.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_algos.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_operators.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_subclass.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_analytics.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/common.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_missing.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_indexing.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_sorting.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical
> creating build/lib.linux-x86_64-3.7/pandas/tests/arrays/sparse
> copying pandas/tests/arrays/sparse/test_array.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/sparse
> copying pandas/tests/arrays/sparse/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/sparse
> copying pandas/tests/arrays/sparse/test_accessor.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/sparse
> copying pandas/tests/arrays/sparse/test_dtype.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/sparse
> copying pandas/tests/arrays/sparse/test_libsparse.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/sparse
> copying pandas/tests/arrays/sparse/test_arithmetics.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/sparse
> creating build/lib.linux-x86_64-3.7/pandas/tests/arrays/interval
> copying pandas/tests/arrays/interval/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/interval
> copying pandas/tests/arrays/interval/test_ops.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/interval
> copying pandas/tests/arrays/interval/test_interval.py -> build/lib.linux-x86_64-3.7/pandas/tests/arrays/interval
> creating build/lib.linux-x86_64-3.7/pandas/tests/indexing/interval
> copying pandas/tests/indexing/interval/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/interval
> copying pandas/tests/indexing/interval/test_interval_new.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/interval
> copying pandas/tests/indexing/interval/test_interval.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/interval
> creating build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_chaining_and_caching.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_loc.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_xs.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_set_ops.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_getitem.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_iloc.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_indexing_slow.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_sorted.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_slice.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_partial.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_setitem.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_ix.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_multiindex.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_datetime.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex
> creating build/lib.linux-x86_64-3.7/pandas/tests/io/pytables
> copying pandas/tests/io/pytables/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/pytables
> copying pandas/tests/io/pytables/test_pytables_missing.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/pytables
> copying pandas/tests/io/pytables/test_pytables.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/pytables
> copying pandas/tests/io/pytables/test_compat.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/pytables
> creating build/lib.linux-x86_64-3.7/pandas/tests/io/json
> copying pandas/tests/io/json/test_ujson.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/json
> copying pandas/tests/io/json/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/json
> copying pandas/tests/io/json/test_json_table_schema.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/json
> copying pandas/tests/io/json/test_compression.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/json
> copying pandas/tests/io/json/test_readlines.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/json
> copying pandas/tests/io/json/test_normalize.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/json
> copying pandas/tests/io/json/test_pandas.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/json
> creating build/lib.linux-x86_64-3.7/pandas/tests/io/excel
> copying pandas/tests/io/excel/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_style.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_xlrd.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_openpyxl.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_xlsxwriter.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_odf.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/excel
> copying pandas/tests/io/excel/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_writers.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_readers.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_xlwt.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/excel
> creating build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_skiprows.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_dialect.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_dtypes.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_multi_thread.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_converters.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_index_col.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_compression.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_parse_dates.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_mangle_dupes.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_unsupported.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_textreader.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_comment.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_header.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_python_parser_only.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_read_fwf.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_network.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_usecols.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_na_values.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_c_parser_only.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_common.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_quoting.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/parser
> creating build/lib.linux-x86_64-3.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_to_csv.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_console.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_css.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_format.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_style.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_to_latex.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_eng_formatting.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_to_html.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_printing.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_to_excel.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/formats
> creating build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_subtype.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_pack.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_limits.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_extension.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_unpack_raw.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_seq.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_format.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_obj.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_case.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_newspec.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_unpack.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_except.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/common.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_sequnpack.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_buffer.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_read_size.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack
> creating build/lib.linux-x86_64-3.7/pandas/tests/io/sas
> copying pandas/tests/io/sas/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/sas
> copying pandas/tests/io/sas/test_xport.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/sas
> copying pandas/tests/io/sas/test_sas7bdat.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/sas
> copying pandas/tests/io/sas/test_sas.py -> build/lib.linux-x86_64-3.7/pandas/tests/io/sas
> creating build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_partial_slicing.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_timedelta.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_setops.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_scalar_compat.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_timedelta_range.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_formats.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_construction.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_indexing.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_arithmetic.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_astype.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_ops.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_tools.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas
> creating build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_partial_slicing.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_setops.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_scalar_compat.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_formats.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_construction.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_asfreq.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_indexing.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_arithmetic.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_astype.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_ops.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_tools.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_period.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_period_range.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/period
> creating build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_datetimelike.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_partial_slicing.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_setops.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_scalar_compat.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_formats.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_timezones.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_construction.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_misc.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_date_range.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_missing.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_indexing.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_arithmetic.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_astype.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_ops.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_tools.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_datetime.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes
> creating build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_names.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_get_set.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_integrity.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_reindex.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_drop.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_format.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_reshape.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_set_ops.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_duplicates.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_constructor.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_monotonic.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_analytics.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/conftest.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_equivalence.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_copy.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_missing.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_conversion.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_contains.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_indexing.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_compat.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_astype.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_sorting.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_partial_indexing.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_join.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi
> creating build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_setops.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/__init__.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_interval_range.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_construction.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_interval_tree.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_interval_new.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_astype.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_interval.py -> build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval
> creating build/lib.linux-x86_64-3.7/pandas/core/internals
> copying pandas/core/internals/__init__.py -> build/lib.linux-x86_64-3.7/pandas/core/internals
> copying pandas/core/internals/managers.py -> build/lib.linux-x86_64-3.7/pandas/core/internals
> copying pandas/core/internals/arrays.py -> build/lib.linux-x86_64-3.7/pandas/core/internals
> copying pandas/core/internals/blocks.py -> build/lib.linux-x86_64-3.7/pandas/core/internals
> copying pandas/core/internals/construction.py -> build/lib.linux-x86_64-3.7/pandas/core/internals
> copying pandas/core/internals/concat.py -> build/lib.linux-x86_64-3.7/pandas/core/internals
> creating build/lib.linux-x86_64-3.7/pandas/core/dtypes
> copying pandas/core/dtypes/dtypes.py -> build/lib.linux-x86_64-3.7/pandas/core/dtypes
> copying pandas/core/dtypes/api.py -> build/lib.linux-x86_64-3.7/pandas/core/dtypes
> copying pandas/core/dtypes/__init__.py -> build/lib.linux-x86_64-3.7/pandas/core/dtypes
> copying pandas/core/dtypes/missing.py -> build/lib.linux-x86_64-3.7/pandas/core/dtypes
> copying pandas/core/dtypes/generic.py -> build/lib.linux-x86_64-3.7/pandas/core/dtypes
> copying pandas/core/dtypes/inference.py -> build/lib.linux-x86_64-3.7/pandas/core/dtypes
> copying pandas/core/dtypes/common.py -> build/lib.linux-x86_64-3.7/pandas/core/dtypes
> copying pandas/core/dtypes/cast.py -> build/lib.linux-x86_64-3.7/pandas/core/dtypes
> copying pandas/core/dtypes/concat.py -> build/lib.linux-x86_64-3.7/pandas/core/dtypes
> copying pandas/core/dtypes/base.py -> build/lib.linux-x86_64-3.7/pandas/core/dtypes
> creating build/lib.linux-x86_64-3.7/pandas/core/util
> copying pandas/core/util/__init__.py -> build/lib.linux-x86_64-3.7/pandas/core/util
> copying pandas/core/util/hashing.py -> build/lib.linux-x86_64-3.7/pandas/core/util
> creating build/lib.linux-x86_64-3.7/pandas/core/reshape
> copying pandas/core/reshape/tile.py -> build/lib.linux-x86_64-3.7/pandas/core/reshape
> copying pandas/core/reshape/api.py -> build/lib.linux-x86_64-3.7/pandas/core/reshape
> copying pandas/core/reshape/__init__.py -> build/lib.linux-x86_64-3.7/pandas/core/reshape
> copying pandas/core/reshape/melt.py -> build/lib.linux-x86_64-3.7/pandas/core/reshape
> copying pandas/core/reshape/util.py -> build/lib.linux-x86_64-3.7/pandas/core/reshape
> copying pandas/core/reshape/merge.py -> build/lib.linux-x86_64-3.7/pandas/core/reshape
> copying pandas/core/reshape/reshape.py -> build/lib.linux-x86_64-3.7/pandas/core/reshape
> copying pandas/core/reshape/concat.py -> build/lib.linux-x86_64-3.7/pandas/core/reshape
> copying pandas/core/reshape/pivot.py -> build/lib.linux-x86_64-3.7/pandas/core/reshape
> creating build/lib.linux-x86_64-3.7/pandas/core/tools
> copying pandas/core/tools/datetimes.py -> build/lib.linux-x86_64-3.7/pandas/core/tools
> copying pandas/core/tools/__init__.py -> build/lib.linux-x86_64-3.7/pandas/core/tools
> copying pandas/core/tools/timedeltas.py -> build/lib.linux-x86_64-3.7/pandas/core/tools
> copying pandas/core/tools/numeric.py -> build/lib.linux-x86_64-3.7/pandas/core/tools
> creating build/lib.linux-x86_64-3.7/pandas/core/computation
> copying pandas/core/computation/scope.py -> build/lib.linux-x86_64-3.7/pandas/core/computation
> copying pandas/core/computation/engines.py -> build/lib.linux-x86_64-3.7/pandas/core/computation
> copying pandas/core/computation/api.py -> build/lib.linux-x86_64-3.7/pandas/core/computation
> copying pandas/core/computation/__init__.py -> build/lib.linux-x86_64-3.7/pandas/core/computation
> copying pandas/core/computation/pytables.py -> build/lib.linux-x86_64-3.7/pandas/core/computation
> copying pandas/core/computation/expr.py -> build/lib.linux-x86_64-3.7/pandas/core/computation
> copying pandas/core/computation/expressions.py -> build/lib.linux-x86_64-3.7/pandas/core/computation
> copying pandas/core/computation/check.py -> build/lib.linux-x86_64-3.7/pandas/core/computation
> copying pandas/core/computation/align.py -> build/lib.linux-x86_64-3.7/pandas/core/computation
> copying pandas/core/computation/ops.py -> build/lib.linux-x86_64-3.7/pandas/core/computation
> copying pandas/core/computation/common.py -> build/lib.linux-x86_64-3.7/pandas/core/computation
> copying pandas/core/computation/eval.py -> build/lib.linux-x86_64-3.7/pandas/core/computation
> creating build/lib.linux-x86_64-3.7/pandas/core/groupby
> copying pandas/core/groupby/__init__.py -> build/lib.linux-x86_64-3.7/pandas/core/groupby
> copying pandas/core/groupby/groupby.py -> build/lib.linux-x86_64-3.7/pandas/core/groupby
> copying pandas/core/groupby/categorical.py -> build/lib.linux-x86_64-3.7/pandas/core/groupby
> copying pandas/core/groupby/generic.py -> build/lib.linux-x86_64-3.7/pandas/core/groupby
> copying pandas/core/groupby/ops.py -> build/lib.linux-x86_64-3.7/pandas/core/groupby
> copying pandas/core/groupby/base.py -> build/lib.linux-x86_64-3.7/pandas/core/groupby
> copying pandas/core/groupby/grouper.py -> build/lib.linux-x86_64-3.7/pandas/core/groupby
> creating build/lib.linux-x86_64-3.7/pandas/core/sparse
> copying pandas/core/sparse/api.py -> build/lib.linux-x86_64-3.7/pandas/core/sparse
> copying pandas/core/sparse/__init__.py -> build/lib.linux-x86_64-3.7/pandas/core/sparse
> copying pandas/core/sparse/scipy_sparse.py -> build/lib.linux-x86_64-3.7/pandas/core/sparse
> copying pandas/core/sparse/frame.py -> build/lib.linux-x86_64-3.7/pandas/core/sparse
> copying pandas/core/sparse/series.py -> build/lib.linux-x86_64-3.7/pandas/core/sparse
> creating build/lib.linux-x86_64-3.7/pandas/core/arrays
> copying pandas/core/arrays/period.py -> build/lib.linux-x86_64-3.7/pandas/core/arrays
> copying pandas/core/arrays/datetimes.py -> build/lib.linux-x86_64-3.7/pandas/core/arrays
> copying pandas/core/arrays/_ranges.py -> build/lib.linux-x86_64-3.7/pandas/core/arrays
> copying pandas/core/arrays/__init__.py -> build/lib.linux-x86_64-3.7/pandas/core/arrays
> copying pandas/core/arrays/categorical.py -> build/lib.linux-x86_64-3.7/pandas/core/arrays
> copying pandas/core/arrays/timedeltas.py -> build/lib.linux-x86_64-3.7/pandas/core/arrays
> copying pandas/core/arrays/array_.py -> build/lib.linux-x86_64-3.7/pandas/core/arrays
> copying pandas/core/arrays/numpy_.py -> build/lib.linux-x86_64-3.7/pandas/core/arrays
> copying pandas/core/arrays/datetimelike.py -> build/lib.linux-x86_64-3.7/pandas/core/arrays
> copying pandas/core/arrays/interval.py -> build/lib.linux-x86_64-3.7/pandas/core/arrays
> copying pandas/core/arrays/integer.py -> build/lib.linux-x86_64-3.7/pandas/core/arrays
> copying pandas/core/arrays/base.py -> build/lib.linux-x86_64-3.7/pandas/core/arrays
> copying pandas/core/arrays/sparse.py -> build/lib.linux-x86_64-3.7/pandas/core/arrays
> creating build/lib.linux-x86_64-3.7/pandas/core/ops
> copying pandas/core/ops/docstrings.py -> build/lib.linux-x86_64-3.7/pandas/core/ops
> copying pandas/core/ops/__init__.py -> build/lib.linux-x86_64-3.7/pandas/core/ops
> copying pandas/core/ops/missing.py -> build/lib.linux-x86_64-3.7/pandas/core/ops
> copying pandas/core/ops/roperator.py -> build/lib.linux-x86_64-3.7/pandas/core/ops
> creating build/lib.linux-x86_64-3.7/pandas/core/indexes
> copying pandas/core/indexes/period.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> copying pandas/core/indexes/datetimes.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> copying pandas/core/indexes/range.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> copying pandas/core/indexes/api.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> copying pandas/core/indexes/__init__.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> copying pandas/core/indexes/multi.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> copying pandas/core/indexes/accessors.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> copying pandas/core/indexes/timedeltas.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> copying pandas/core/indexes/category.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> copying pandas/core/indexes/datetimelike.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> copying pandas/core/indexes/interval.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> copying pandas/core/indexes/frozen.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> copying pandas/core/indexes/numeric.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> copying pandas/core/indexes/base.py -> build/lib.linux-x86_64-3.7/pandas/core/indexes
> creating build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/timeseries.py -> build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/boxplot.py -> build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/core.py -> build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/__init__.py -> build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/style.py -> build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/misc.py -> build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/compat.py -> build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/tools.py -> build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/converter.py -> build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/hist.py -> build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib
> creating build/lib.linux-x86_64-3.7/pandas/_libs/tslibs
> copying pandas/_libs/tslibs/__init__.py -> build/lib.linux-x86_64-3.7/pandas/_libs/tslibs
> creating build/lib.linux-x86_64-3.7/pandas/io/json
> copying pandas/io/json/__init__.py -> build/lib.linux-x86_64-3.7/pandas/io/json
> copying pandas/io/json/_normalize.py -> build/lib.linux-x86_64-3.7/pandas/io/json
> copying pandas/io/json/_json.py -> build/lib.linux-x86_64-3.7/pandas/io/json
> copying pandas/io/json/_table_schema.py -> build/lib.linux-x86_64-3.7/pandas/io/json
> creating build/lib.linux-x86_64-3.7/pandas/io/excel
> copying pandas/io/excel/_odfreader.py -> build/lib.linux-x86_64-3.7/pandas/io/excel
> copying pandas/io/excel/_xlsxwriter.py -> build/lib.linux-x86_64-3.7/pandas/io/excel
> copying pandas/io/excel/__init__.py -> build/lib.linux-x86_64-3.7/pandas/io/excel
> copying pandas/io/excel/_base.py -> build/lib.linux-x86_64-3.7/pandas/io/excel
> copying pandas/io/excel/_xlrd.py -> build/lib.linux-x86_64-3.7/pandas/io/excel
> copying pandas/io/excel/_openpyxl.py -> build/lib.linux-x86_64-3.7/pandas/io/excel
> copying pandas/io/excel/_util.py -> build/lib.linux-x86_64-3.7/pandas/io/excel
> copying pandas/io/excel/_xlwt.py -> build/lib.linux-x86_64-3.7/pandas/io/excel
> creating build/lib.linux-x86_64-3.7/pandas/io/clipboard
> copying pandas/io/clipboard/__init__.py -> build/lib.linux-x86_64-3.7/pandas/io/clipboard
> copying pandas/io/clipboard/windows.py -> build/lib.linux-x86_64-3.7/pandas/io/clipboard
> copying pandas/io/clipboard/clipboards.py -> build/lib.linux-x86_64-3.7/pandas/io/clipboard
> copying pandas/io/clipboard/exceptions.py -> build/lib.linux-x86_64-3.7/pandas/io/clipboard
> creating build/lib.linux-x86_64-3.7/pandas/io/formats
> copying pandas/io/formats/printing.py -> build/lib.linux-x86_64-3.7/pandas/io/formats
> copying pandas/io/formats/css.py -> build/lib.linux-x86_64-3.7/pandas/io/formats
> copying pandas/io/formats/__init__.py -> build/lib.linux-x86_64-3.7/pandas/io/formats
> copying pandas/io/formats/html.py -> build/lib.linux-x86_64-3.7/pandas/io/formats
> copying pandas/io/formats/style.py -> build/lib.linux-x86_64-3.7/pandas/io/formats
> copying pandas/io/formats/latex.py -> build/lib.linux-x86_64-3.7/pandas/io/formats
> copying pandas/io/formats/csvs.py -> build/lib.linux-x86_64-3.7/pandas/io/formats
> copying pandas/io/formats/console.py -> build/lib.linux-x86_64-3.7/pandas/io/formats
> copying pandas/io/formats/format.py -> build/lib.linux-x86_64-3.7/pandas/io/formats
> copying pandas/io/formats/excel.py -> build/lib.linux-x86_64-3.7/pandas/io/formats
> creating build/lib.linux-x86_64-3.7/pandas/io/msgpack
> copying pandas/io/msgpack/__init__.py -> build/lib.linux-x86_64-3.7/pandas/io/msgpack
> copying pandas/io/msgpack/_version.py -> build/lib.linux-x86_64-3.7/pandas/io/msgpack
> copying pandas/io/msgpack/exceptions.py -> build/lib.linux-x86_64-3.7/pandas/io/msgpack
> creating build/lib.linux-x86_64-3.7/pandas/io/sas
> copying pandas/io/sas/sas7bdat.py -> build/lib.linux-x86_64-3.7/pandas/io/sas
> copying pandas/io/sas/__init__.py -> build/lib.linux-x86_64-3.7/pandas/io/sas
> copying pandas/io/sas/sas_constants.py -> build/lib.linux-x86_64-3.7/pandas/io/sas
> copying pandas/io/sas/sasreader.py -> build/lib.linux-x86_64-3.7/pandas/io/sas
> copying pandas/io/sas/sas_xport.py -> build/lib.linux-x86_64-3.7/pandas/io/sas
> creating build/lib.linux-x86_64-3.7/pandas/compat/numpy
> copying pandas/compat/numpy/__init__.py -> build/lib.linux-x86_64-3.7/pandas/compat/numpy
> copying pandas/compat/numpy/function.py -> build/lib.linux-x86_64-3.7/pandas/compat/numpy
> creating build/lib.linux-x86_64-3.7/pandas/io/formats/templates
> copying pandas/io/formats/templates/html.tpl -> build/lib.linux-x86_64-3.7/pandas/io/formats/templates
> UPDATING build/lib.linux-x86_64-3.7/pandas/_version.py
> set build/lib.linux-x86_64-3.7/pandas/_version.py to '0.25.3'
> running build_ext
> building 'pandas._libs.algos' extension
> creating build/temp.linux-x86_64-3.7
> creating build/temp.linux-x86_64-3.7/pandas
> creating build/temp.linux-x86_64-3.7/pandas/_libs
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/algos.c -o build/temp.linux-x86_64-3.7/pandas/_libs/algos.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/algos.o -o build/lib.linux-x86_64-3.7/pandas/_libs/algos.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.groupby' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/groupby.c -o build/temp.linux-x86_64-3.7/pandas/_libs/groupby.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/groupby.o -o build/lib.linux-x86_64-3.7/pandas/_libs/groupby.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.hashing' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/hashing.c -o build/temp.linux-x86_64-3.7/pandas/_libs/hashing.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/hashing.o -o build/lib.linux-x86_64-3.7/pandas/_libs/hashing.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.hashtable' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/hashtable.c -o build/temp.linux-x86_64-3.7/pandas/_libs/hashtable.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/hashtable.o -o build/lib.linux-x86_64-3.7/pandas/_libs/hashtable.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.index' extension
> creating build/temp.linux-x86_64-3.7/pandas/_libs/tslibs
> creating build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src
> creating build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/index.c -o build/temp.linux-x86_64-3.7/pandas/_libs/index.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/index.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/index.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.indexing' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/indexing.c -o build/temp.linux-x86_64-3.7/pandas/_libs/indexing.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/indexing.o -o build/lib.linux-x86_64-3.7/pandas/_libs/indexing.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.internals' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/internals.c -o build/temp.linux-x86_64-3.7/pandas/_libs/internals.o -Wno-unused-function
> pandas/_libs/internals.c: In function ‘__pyx_gb_6pandas_5_libs_9internals_8generator’:
> pandas/_libs/internals.c:9232:36: warning: ‘__pyx_t_23’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  9232 |         __pyx_cur_scope->__pyx_t_9 = __pyx_t_23;
>       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> pandas/_libs/internals.c:8959:36: warning: ‘__pyx_t_11’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  8959 |         __pyx_cur_scope->__pyx_t_5 = __pyx_t_11;
>       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> pandas/_libs/internals.c:8956:36: warning: ‘__pyx_t_6’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  8956 |         __pyx_cur_scope->__pyx_t_4 = __pyx_t_6;
>       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
> pandas/_libs/internals.c:8961:36: warning: ‘__pyx_t_15’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  8961 |         __pyx_cur_scope->__pyx_t_8 = __pyx_t_15;
>       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> pandas/_libs/internals.c:8960:36: warning: ‘__pyx_t_12’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  8960 |         __pyx_cur_scope->__pyx_t_7 = __pyx_t_12;
>       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/internals.o -o build/lib.linux-x86_64-3.7/pandas/_libs/internals.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.interval' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/interval.c -o build/temp.linux-x86_64-3.7/pandas/_libs/interval.o -Wno-unused-function
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_28get_indexer’:
> pandas/_libs/interval.c:14663:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 14663 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c:14692:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 14692 |     __pyx_t_11 = ((__pyx_v_result->data->n > (__pyx_v_old_len + 1)) != 0);
>       |                                            ^
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_30get_indexer’:
> pandas/_libs/interval.c:14940:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 14940 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c:14969:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 14969 |     __pyx_t_11 = ((__pyx_v_result->data->n > (__pyx_v_old_len + 1)) != 0);
>       |                                            ^
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_32get_indexer’:
> pandas/_libs/interval.c:15217:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15217 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c:15246:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15246 |     __pyx_t_11 = ((__pyx_v_result->data->n > (__pyx_v_old_len + 1)) != 0);
>       |                                            ^
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_34get_indexer’:
> pandas/_libs/interval.c:15494:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15494 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c:15523:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15523 |     __pyx_t_11 = ((__pyx_v_result->data->n > (__pyx_v_old_len + 1)) != 0);
>       |                                            ^
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_36get_indexer’:
> pandas/_libs/interval.c:15771:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15771 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c:15800:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15800 |     __pyx_t_11 = ((__pyx_v_result->data->n > (__pyx_v_old_len + 1)) != 0);
>       |                                            ^
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_40get_indexer_non_unique’:
> pandas/_libs/interval.c:16727:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 16727 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_42get_indexer_non_unique’:
> pandas/_libs/interval.c:17037:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 17037 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_44get_indexer_non_unique’:
> pandas/_libs/interval.c:17347:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 17347 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_46get_indexer_non_unique’:
> pandas/_libs/interval.c:17657:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 17657 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_48get_indexer_non_unique’:
> pandas/_libs/interval.c:17967:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 17967 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_27Int32ClosedLeftIntervalNode_query’:
> pandas/_libs/interval.c:70716:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 70716 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>       |                                                                                                                                           ^~
> pandas/_libs/interval.c:70719:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 70719 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>       |                                    ^
> pandas/_libs/interval.c:70762:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 70762 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:70811:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 70811 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>       |                                                                                                                                          ^~
> pandas/_libs/interval.c:70851:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 70851 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>       |                                    ^
> pandas/_libs/interval.c:70891:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 70891 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:70938:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 70938 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>       |                                         ^
> pandas/_libs/interval.c:70978:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 70978 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>       |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_28Int32ClosedRightIntervalNode_query’:
> pandas/_libs/interval.c:76632:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 76632 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>       |                                                                                                                                           ^
> pandas/_libs/interval.c:76635:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 76635 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>       |                                    ^~
> pandas/_libs/interval.c:76678:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 76678 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:76727:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 76727 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>       |                                                                                                                                          ^
> pandas/_libs/interval.c:76767:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 76767 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>       |                                    ^~
> pandas/_libs/interval.c:76807:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 76807 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:76854:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 76854 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>       |                                         ^~
> pandas/_libs/interval.c:76894:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 76894 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>       |                                                         ^
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_27Int32ClosedBothIntervalNode_query’:
> pandas/_libs/interval.c:82548:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 82548 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>       |                                                                                                                                           ^~
> pandas/_libs/interval.c:82551:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 82551 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>       |                                    ^~
> pandas/_libs/interval.c:82594:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 82594 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:82643:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 82643 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>       |                                                                                                                                          ^~
> pandas/_libs/interval.c:82683:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 82683 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>       |                                    ^~
> pandas/_libs/interval.c:82723:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 82723 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:82770:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 82770 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>       |                                         ^~
> pandas/_libs/interval.c:82810:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 82810 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>       |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_30Int32ClosedNeitherIntervalNode_query’:
> pandas/_libs/interval.c:88464:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 88464 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>       |                                                                                                                                           ^
> pandas/_libs/interval.c:88467:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 88467 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>       |                                    ^
> pandas/_libs/interval.c:88510:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 88510 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:88559:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 88559 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>       |                                                                                                                                          ^
> pandas/_libs/interval.c:88599:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 88599 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>       |                                    ^
> pandas/_libs/interval.c:88639:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 88639 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:88686:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 88686 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>       |                                         ^
> pandas/_libs/interval.c:88726:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 88726 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>       |                                                         ^
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_27Int64ClosedLeftIntervalNode_query’:
> pandas/_libs/interval.c:94369:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 94369 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>       |                                                                                                                                           ^~
> pandas/_libs/interval.c:94372:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 94372 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>       |                                    ^
> pandas/_libs/interval.c:94415:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 94415 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:94464:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 94464 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_17 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>       |                                                                                                                                          ^~
> pandas/_libs/interval.c:94504:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 94504 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>       |                                    ^
> pandas/_libs/interval.c:94544:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 94544 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:94591:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 94591 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_19 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>       |                                         ^
> pandas/_libs/interval.c:94631:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 94631 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>       |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_28Int64ClosedRightIntervalNode_query’:
> pandas/_libs/interval.c:100273:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 100273 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>        |                                                                                                                                           ^
> pandas/_libs/interval.c:100276:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 100276 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^~
> pandas/_libs/interval.c:100319:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 100319 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:100368:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 100368 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_17 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                          ^
> pandas/_libs/interval.c:100408:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 100408 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^~
> pandas/_libs/interval.c:100448:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 100448 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:100495:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 100495 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_19 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^~
> pandas/_libs/interval.c:100535:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 100535 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>        |                                                         ^
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_27Int64ClosedBothIntervalNode_query’:
> pandas/_libs/interval.c:106177:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 106177 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>        |                                                                                                                                           ^~
> pandas/_libs/interval.c:106180:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 106180 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^~
> pandas/_libs/interval.c:106223:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 106223 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:106272:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 106272 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_17 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                          ^~
> pandas/_libs/interval.c:106312:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 106312 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^~
> pandas/_libs/interval.c:106352:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 106352 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:106399:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 106399 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_19 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^~
> pandas/_libs/interval.c:106439:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 106439 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>        |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_30Int64ClosedNeitherIntervalNode_query’:
> pandas/_libs/interval.c:112081:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 112081 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>        |                                                                                                                                           ^
> pandas/_libs/interval.c:112084:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 112084 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^
> pandas/_libs/interval.c:112127:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 112127 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:112176:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 112176 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_17 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                          ^
> pandas/_libs/interval.c:112216:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 112216 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^
> pandas/_libs/interval.c:112256:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 112256 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:112303:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 112303 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_19 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^
> pandas/_libs/interval.c:112343:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 112343 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>        |                                                         ^
> pandas/_libs/interval.c: In function ‘__pyx_fuse_2__pyx_f_6pandas_5_libs_8interval_28Uint64ClosedLeftIntervalNode_query’:
> pandas/_libs/interval.c:116692:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 116692 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>        |                                                                                                                                            ^~
> pandas/_libs/interval.c:116695:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 116695 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^
> pandas/_libs/interval.c:116738:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 116738 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:116787:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 116787 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^~
> pandas/_libs/interval.c:116827:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 116827 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^
> pandas/_libs/interval.c:116867:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 116867 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:116914:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 116914 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^
> pandas/_libs/interval.c:116954:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 116954 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>        |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_3__pyx_f_6pandas_5_libs_8interval_28Uint64ClosedLeftIntervalNode_query’:
> pandas/_libs/interval.c:117344:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 117344 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>        |                                                                                                                                            ^~
> pandas/_libs/interval.c:117347:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 117347 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^
> pandas/_libs/interval.c:117390:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 117390 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:117439:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 117439 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^~
> pandas/_libs/interval.c:117479:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 117479 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^
> pandas/_libs/interval.c:117519:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 117519 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:117566:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 117566 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^
> pandas/_libs/interval.c:117606:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 117606 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>        |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_2__pyx_f_6pandas_5_libs_8interval_29Uint64ClosedRightIntervalNode_query’:
> pandas/_libs/interval.c:122608:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 122608 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>        |                                                                                                                                            ^
> pandas/_libs/interval.c:122611:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 122611 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^~
> pandas/_libs/interval.c:122654:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 122654 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:122703:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 122703 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^
> pandas/_libs/interval.c:122743:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 122743 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^~
> pandas/_libs/interval.c:122783:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 122783 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:122830:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 122830 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^~
> pandas/_libs/interval.c:122870:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 122870 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>        |                                                         ^
> pandas/_libs/interval.c: In function ‘__pyx_fuse_3__pyx_f_6pandas_5_libs_8interval_29Uint64ClosedRightIntervalNode_query’:
> pandas/_libs/interval.c:123260:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 123260 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>        |                                                                                                                                            ^
> pandas/_libs/interval.c:123263:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 123263 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^~
> pandas/_libs/interval.c:123306:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 123306 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:123355:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 123355 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^
> pandas/_libs/interval.c:123395:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 123395 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^~
> pandas/_libs/interval.c:123435:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 123435 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:123482:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 123482 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^~
> pandas/_libs/interval.c:123522:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 123522 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>        |                                                         ^
> pandas/_libs/interval.c: In function ‘__pyx_fuse_2__pyx_f_6pandas_5_libs_8interval_28Uint64ClosedBothIntervalNode_query’:
> pandas/_libs/interval.c:128524:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 128524 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>        |                                                                                                                                            ^~
> pandas/_libs/interval.c:128527:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 128527 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^~
> pandas/_libs/interval.c:128570:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 128570 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:128619:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 128619 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^~
> pandas/_libs/interval.c:128659:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 128659 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^~
> pandas/_libs/interval.c:128699:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 128699 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:128746:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 128746 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^~
> pandas/_libs/interval.c:128786:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 128786 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>        |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_3__pyx_f_6pandas_5_libs_8interval_28Uint64ClosedBothIntervalNode_query’:
> pandas/_libs/interval.c:129176:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 129176 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>        |                                                                                                                                            ^~
> pandas/_libs/interval.c:129179:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 129179 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^~
> pandas/_libs/interval.c:129222:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 129222 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:129271:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 129271 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^~
> pandas/_libs/interval.c:129311:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 129311 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^~
> pandas/_libs/interval.c:129351:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 129351 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:129398:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 129398 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^~
> pandas/_libs/interval.c:129438:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 129438 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>        |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_2__pyx_f_6pandas_5_libs_8interval_31Uint64ClosedNeitherIntervalNode_query’:
> pandas/_libs/interval.c:134440:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 134440 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>        |                                                                                                                                            ^
> pandas/_libs/interval.c:134443:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 134443 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^
> pandas/_libs/interval.c:134486:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 134486 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:134535:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 134535 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^
> pandas/_libs/interval.c:134575:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 134575 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^
> pandas/_libs/interval.c:134615:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 134615 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:134662:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 134662 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^
> pandas/_libs/interval.c:134702:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 134702 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>        |                                                         ^
> pandas/_libs/interval.c: In function ‘__pyx_fuse_3__pyx_f_6pandas_5_libs_8interval_31Uint64ClosedNeitherIntervalNode_query’:
> pandas/_libs/interval.c:135092:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 135092 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>        |                                                                                                                                            ^
> pandas/_libs/interval.c:135095:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 135095 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^
> pandas/_libs/interval.c:135138:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 135138 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:135187:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 135187 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^
> pandas/_libs/interval.c:135227:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 135227 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^
> pandas/_libs/interval.c:135267:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 135267 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:135314:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 135314 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^
> pandas/_libs/interval.c:135354:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 135354 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>        |                                                         ^
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/interval.o -o build/lib.linux-x86_64-3.7/pandas/_libs/interval.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.join' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/join.c -o build/temp.linux-x86_64-3.7/pandas/_libs/join.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/join.o -o build/lib.linux-x86_64-3.7/pandas/_libs/join.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.lib' extension
> creating build/temp.linux-x86_64-3.7/pandas/_libs/src
> creating build/temp.linux-x86_64-3.7/pandas/_libs/src/parser
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/lib.c -o build/temp.linux-x86_64-3.7/pandas/_libs/lib.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/src/parser/tokenizer.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/parser/tokenizer.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/lib.o build/temp.linux-x86_64-3.7/pandas/_libs/src/parser/tokenizer.o -o build/lib.linux-x86_64-3.7/pandas/_libs/lib.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.missing' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/missing.c -o build/temp.linux-x86_64-3.7/pandas/_libs/missing.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/missing.o -o build/lib.linux-x86_64-3.7/pandas/_libs/missing.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.parsers' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/parsers.c -o build/temp.linux-x86_64-3.7/pandas/_libs/parsers.o -Wno-unused-function
> pandas/_libs/parsers.c: In function ‘__pyx_pf_6pandas_5_libs_7parsers_10TextReader___cinit__’:
> pandas/_libs/parsers.c:5911:52: warning: assignment to ‘double (*)(const char *, char **, char,  char,  char,  int)’ from incompatible pointer type ‘double (*)(const char *, char **, char,  char,  char,  int,  int *, int *)’ [-Wincompatible-pointer-types]
>  5911 |     __pyx_v_self->parser->double_converter_withgil = round_trip;
>       |                                                    ^
> pandas/_libs/parsers.c:5949:50: warning: assignment to ‘double (*)(const char *, char **, char,  char,  char,  int)’ from incompatible pointer type ‘double (*)(const char *, char **, char,  char,  char,  int,  int *, int *)’ [-Wincompatible-pointer-types]
>  5949 |     __pyx_v_self->parser->double_converter_nogil = precise_xstrtod;
>       |                                                  ^
> pandas/_libs/parsers.c:5978:50: warning: assignment to ‘double (*)(const char *, char **, char,  char,  char,  int)’ from incompatible pointer type ‘double (*)(const char *, char **, char,  char,  char,  int,  int *, int *)’ [-Wincompatible-pointer-types]
>  5978 |     __pyx_v_self->parser->double_converter_nogil = xstrtod;
>       |                                                  ^
> pandas/_libs/parsers.c: In function ‘__pyx_f_6pandas_5_libs_7parsers_10TextReader__get_header’:
> pandas/_libs/parsers.c:9517:49: warning: comparison of integer expressions of different signedness: ‘uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
>  9517 |       __pyx_t_2 = ((__pyx_v_self->parser->lines < (__pyx_v_hr + 1)) != 0);
>       |                                                 ^
> pandas/_libs/parsers.c:9585:49: warning: comparison of integer expressions of different signedness: ‘uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
>  9585 |       __pyx_t_8 = ((__pyx_v_self->parser->lines < (__pyx_v_hr + 1)) != 0);
>       |                                                 ^
> pandas/_libs/parsers.c:9617:49: warning: comparison of integer expressions of different signedness: ‘uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
>  9617 |       __pyx_t_9 = ((__pyx_v_self->parser->lines < __pyx_v_hr) != 0);
>       |                                                 ^
> pandas/_libs/parsers.c:10688:45: warning: comparison of integer expressions of different signedness: ‘uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 10688 |   __pyx_t_9 = ((__pyx_v_self->parser->lines < (__pyx_v_data_line + 1)) != 0);
>       |                                             ^
> pandas/_libs/parsers.c: In function ‘__pyx_f_6pandas_5_libs_7parsers_10TextReader__read_rows’:
> pandas/_libs/parsers.c:12233:44: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 12233 |   __pyx_t_3 = ((__pyx_v_self->parser_start >= __pyx_v_self->parser->lines) != 0);
>       |                                            ^~
> pandas/_libs/parsers.c: In function ‘__pyx_pf_6pandas_5_libs_7parsers_10TextReader_18_convert_column_data’:
> pandas/_libs/parsers.c:13107:33: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 13107 |   for (__pyx_t_1 = 0; __pyx_t_1 < __pyx_t_9; __pyx_t_1+=1) {
>       |                                 ^
> pandas/_libs/parsers.c: In function ‘__pyx_f_6pandas_5_libs_7parsers__try_double’:
> pandas/_libs/parsers.c:23836:107: warning: passing argument 2 of ‘__pyx_f_6pandas_5_libs_7parsers__try_double_nogil’ from incompatible pointer type [-Wincompatible-pointer-types]
> 23836 |           __pyx_v_error = __pyx_f_6pandas_5_libs_7parsers__try_double_nogil(__pyx_v_parser, __pyx_v_parser->double_converter_nogil, __pyx_v_col, __pyx_v_line_start, __pyx_v_line_end, __pyx_v_na_filter, __pyx_v_na_hashset, __pyx_v_use_na_flist, __pyx_v_na_fset, __pyx_v_NA, __pyx_v_data, (&__pyx_v_na_count));
>       |                                                                                             ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
>       |                                                                                                           |
>       |                                                                                                           double (*)(const char *, char **, char,  char,  char,  int)
> pandas/_libs/parsers.c:2756:88: note: expected ‘__pyx_t_5numpy_float64_t (*)(const char *, char **, char,  char,  char,  int,  int *, int *)’ {aka ‘double (*)(const char *, char **, char,  char,  char,  int,  int *, int *)’} but argument is of type ‘double (*)(const char *, char **, char,  char,  char,  int)’
>  2756 | static CYTHON_INLINE int __pyx_f_6pandas_5_libs_7parsers__try_double_nogil(parser_t *, __pyx_t_5numpy_float64_t (*)(char const *, char **, char, char, char, int, int *, int *), int, int, int, int, kh_str_starts_t *, int, kh_float64_t const *, __pyx_t_5numpy_float64_t, __pyx_t_5numpy_float64_t *, int *); /*proto*/
>       |                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/parsers.c: In function ‘__pyx_f_6pandas_5_libs_7parsers_10TextReader__get_header’:
> pandas/_libs/parsers.c:9344:26: warning: ‘__pyx_v_data_line’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  9344 |   __pyx_t_5numpy_int64_t __pyx_v_data_line;
>       |                          ^~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/src/parser/tokenizer.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/parser/tokenizer.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/src/parser/io.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/parser/io.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/parsers.o build/temp.linux-x86_64-3.7/pandas/_libs/src/parser/tokenizer.o build/temp.linux-x86_64-3.7/pandas/_libs/src/parser/io.o -o build/lib.linux-x86_64-3.7/pandas/_libs/parsers.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.reduction' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/reduction.c -o build/temp.linux-x86_64-3.7/pandas/_libs/reduction.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/reduction.o -o build/lib.linux-x86_64-3.7/pandas/_libs/reduction.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.ops' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/ops.c -o build/temp.linux-x86_64-3.7/pandas/_libs/ops.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/ops.o -o build/lib.linux-x86_64-3.7/pandas/_libs/ops.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.properties' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/properties.c -o build/temp.linux-x86_64-3.7/pandas/_libs/properties.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/properties.o -o build/lib.linux-x86_64-3.7/pandas/_libs/properties.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.reshape' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/reshape.c -o build/temp.linux-x86_64-3.7/pandas/_libs/reshape.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/reshape.o -o build/lib.linux-x86_64-3.7/pandas/_libs/reshape.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.skiplist' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/skiplist.c -o build/temp.linux-x86_64-3.7/pandas/_libs/skiplist.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/skiplist.o -o build/lib.linux-x86_64-3.7/pandas/_libs/skiplist.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.sparse' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/sparse.c -o build/temp.linux-x86_64-3.7/pandas/_libs/sparse.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/sparse.o -o build/lib.linux-x86_64-3.7/pandas/_libs/sparse.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslib' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslib.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslib.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslib.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslib.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.c_timestamp' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/c_timestamp.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/c_timestamp.o -Wno-unused-function
> pandas/_libs/tslibs/c_timestamp.c: In function ‘__pyx_f_6pandas_5_libs_6tslibs_11c_timestamp_10_Timestamp__get_start_end_field’:
> pandas/_libs/tslibs/c_timestamp.c:7257:25: warning: ‘__pyx_t_10’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  7257 |   __pyx_t_5numpy_int8_t __pyx_t_10[1];
>       |                         ^~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/c_timestamp.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/c_timestamp.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.ccalendar' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/ccalendar.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/ccalendar.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/ccalendar.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/ccalendar.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.conversion' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/conversion.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/conversion.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/conversion.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/conversion.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.fields' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/fields.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/fields.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/fields.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/fields.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.frequencies' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/frequencies.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/frequencies.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/frequencies.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/frequencies.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.nattype' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/nattype.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/nattype.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/nattype.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/nattype.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.np_datetime' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/np_datetime.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/np_datetime.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.offsets' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/offsets.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/offsets.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/offsets.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/offsets.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.parsing' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/parsing.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/parsing.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/src/parser/tokenizer.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/parser/tokenizer.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/parsing.o build/temp.linux-x86_64-3.7/pandas/_libs/src/parser/tokenizer.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/parsing.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.period' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/period.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/period.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/period.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/period.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.resolution' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/resolution.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/resolution.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/resolution.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/resolution.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.strptime' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/strptime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/strptime.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/strptime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/strptime.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.timedeltas' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/timedeltas.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/timedeltas.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/timedeltas.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/timedeltas.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.timestamps' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/timestamps.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/timestamps.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/timestamps.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/timestamps.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.timezones' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/timezones.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/timezones.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/timezones.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/timezones.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.tzconversion' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/tzconversion.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/tzconversion.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/tzconversion.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/tzconversion.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.testing' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/testing.c -o build/temp.linux-x86_64-3.7/pandas/_libs/testing.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/testing.o -o build/lib.linux-x86_64-3.7/pandas/_libs/testing.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.window' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/window.cpp -o build/temp.linux-x86_64-3.7/pandas/_libs/window.o -Wno-unused-function
> x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/window.o -o build/lib.linux-x86_64-3.7/pandas/_libs/window.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.writers' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/writers.c -o build/temp.linux-x86_64-3.7/pandas/_libs/writers.o -Wno-unused-function
> pandas/_libs/writers.c: In function ‘__pyx_pw_6pandas_5_libs_7writers_1write_csv_rows’:
> pandas/_libs/writers.c:3499:15: warning: ‘__pyx_v_j’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  3499 |     __pyx_t_1 = (__pyx_v_j + 1);
>       |     ~~~~~~~~~~^~~~~~~~~~~~~~~~~
> pandas/_libs/writers.c:2975:14: note: ‘__pyx_v_j’ was declared here
>  2975 |   Py_ssize_t __pyx_v_j;
>       |              ^~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/writers.o -o build/lib.linux-x86_64-3.7/pandas/_libs/writers.cpython-37m-x86_64-linux-gnu.so
> building 'pandas.io.sas._sas' extension
> creating build/temp.linux-x86_64-3.7/pandas/io
> creating build/temp.linux-x86_64-3.7/pandas/io/sas
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/io/sas/sas.c -o build/temp.linux-x86_64-3.7/pandas/io/sas/sas.o -Wno-unused-function
> pandas/io/sas/sas.c: In function ‘__pyx_f_6pandas_2io_3sas_4_sas_rdc_decompress’:
> pandas/io/sas/sas.c:3717:65: warning: ‘__pyx_v_ctrl_bits’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  3717 |     __pyx_t_8 = (((__pyx_v_ctrl_bits & __pyx_v_ctrl_mask) == 0) != 0);
>       |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/io/sas/sas.o -o build/lib.linux-x86_64-3.7/pandas/io/sas/_sas.cpython-37m-x86_64-linux-gnu.so
> building 'pandas.io.msgpack._packer' extension
> creating build/temp.linux-x86_64-3.7/pandas/io/msgpack
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D__LITTLE_ENDIAN__=1 -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/msgpack -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/io/msgpack/_packer.cpp -o build/temp.linux-x86_64-3.7/pandas/io/msgpack/_packer.o -Wno-unused-function
> x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/io/msgpack/_packer.o -o build/lib.linux-x86_64-3.7/pandas/io/msgpack/_packer.cpython-37m-x86_64-linux-gnu.so
> building 'pandas.io.msgpack._unpacker' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D__LITTLE_ENDIAN__=1 -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/msgpack -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/io/msgpack/_unpacker.cpp -o build/temp.linux-x86_64-3.7/pandas/io/msgpack/_unpacker.o -Wno-unused-function
> x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/io/msgpack/_unpacker.o -o build/lib.linux-x86_64-3.7/pandas/io/msgpack/_unpacker.cpython-37m-x86_64-linux-gnu.so
> building 'pandas._libs.json' extension
> creating build/temp.linux-x86_64-3.7/pandas/_libs/src/ujson
> creating build/temp.linux-x86_64-3.7/pandas/_libs/src/ujson/python
> creating build/temp.linux-x86_64-3.7/pandas/_libs/src/ujson/lib
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/src/ujson/python/ujson.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/ujson/python/ujson.o -D_GNU_SOURCE -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/src/ujson/python/objToJSON.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/ujson/python/objToJSON.o -D_GNU_SOURCE -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/src/ujson/python/JSONtoObj.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/ujson/python/JSONtoObj.o -D_GNU_SOURCE -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/src/ujson/lib/ultrajsonenc.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/ujson/lib/ultrajsonenc.o -D_GNU_SOURCE -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/src/ujson/lib/ultrajsondec.c -o build/temp.linux-x86_64-3.7/pandas/_libs/src/ujson/lib/ultrajsondec.o -D_GNU_SOURCE -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o -D_GNU_SOURCE -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -D_GNU_SOURCE -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.7m/datetime.h:204:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   204 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/_libs/src/ujson/python/ujson.o build/temp.linux-x86_64-3.7/pandas/_libs/src/ujson/python/objToJSON.o build/temp.linux-x86_64-3.7/pandas/_libs/src/ujson/python/JSONtoObj.o build/temp.linux-x86_64-3.7/pandas/_libs/src/ujson/lib/ultrajsonenc.o build/temp.linux-x86_64-3.7/pandas/_libs/src/ujson/lib/ultrajsondec.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.7/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.7/pandas/_libs/json.cpython-37m-x86_64-linux-gnu.so
> building 'pandas.util._move' extension
> creating build/temp.linux-x86_64-3.7/pandas/util
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pandas/util/move.c -o build/temp.linux-x86_64-3.7/pandas/util/move.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pandas/util/move.o -o build/lib.linux-x86_64-3.7/pandas/util/_move.cpython-37m-x86_64-linux-gnu.so
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/tmp
> creating /<<PKGBUILDDIR>>/debian/tmp/usr
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-3.7/pandas/tseries/frequencies.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-3.7/pandas/tseries/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-3.7/pandas/tseries/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-3.7/pandas/tseries/plotting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-3.7/pandas/tseries/holiday.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-3.7/pandas/tseries/converter.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-3.7/pandas/tseries/offsets.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries
> copying build/lib.linux-x86_64-3.7/pandas/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util
> copying build/lib.linux-x86_64-3.7/pandas/util/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util
> copying build/lib.linux-x86_64-3.7/pandas/util/_depr_module.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util
> copying build/lib.linux-x86_64-3.7/pandas/util/_move.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util
> copying build/lib.linux-x86_64-3.7/pandas/util/_test_decorators.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util
> copying build/lib.linux-x86_64-3.7/pandas/util/_validators.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util
> copying build/lib.linux-x86_64-3.7/pandas/util/_tester.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util
> copying build/lib.linux-x86_64-3.7/pandas/util/_decorators.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util
> copying build/lib.linux-x86_64-3.7/pandas/util/_print_versions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util
> copying build/lib.linux-x86_64-3.7/pandas/util/_exceptions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util
> copying build/lib.linux-x86_64-3.7/pandas/util/_doctools.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util
> copying build/lib.linux-x86_64-3.7/pandas/util/testing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/api
> copying build/lib.linux-x86_64-3.7/pandas/api/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/api
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/api/extensions
> copying build/lib.linux-x86_64-3.7/pandas/api/extensions/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/api/extensions
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/api/types
> copying build/lib.linux-x86_64-3.7/pandas/api/types/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/api/types
> copying build/lib.linux-x86_64-3.7/pandas/_typing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/frequencies/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/frequencies/test_freq_code.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/frequencies/test_to_offset.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/frequencies/test_inference.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets/test_offsets.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets/test_fiscal.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets/test_offsets_properties.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets/test_yqm_offsets.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/offsets/test_ticks.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/holiday/test_observance.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/holiday/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/holiday/test_calendar.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/holiday/test_holiday.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday
> copying build/lib.linux-x86_64-3.7/pandas/tests/tseries/holiday/test_federal.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_downstream.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals
> copying build/lib.linux-x86_64-3.7/pandas/tests/internals/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals
> copying build/lib.linux-x86_64-3.7/pandas/tests/internals/test_internals.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_lib.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window
> copying build/lib.linux-x86_64-3.7/pandas/tests/window/test_dtypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window
> copying build/lib.linux-x86_64-3.7/pandas/tests/window/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window
> copying build/lib.linux-x86_64-3.7/pandas/tests/window/test_timeseries_window.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window
> copying build/lib.linux-x86_64-3.7/pandas/tests/window/test_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window
> copying build/lib.linux-x86_64-3.7/pandas/tests/window/test_expanding.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window
> copying build/lib.linux-x86_64-3.7/pandas/tests/window/test_pairwise.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window
> copying build/lib.linux-x86_64-3.7/pandas/tests/window/test_ewm.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window
> copying build/lib.linux-x86_64-3.7/pandas/tests/window/test_grouper.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window
> copying build/lib.linux-x86_64-3.7/pandas/tests/window/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window
> copying build/lib.linux-x86_64-3.7/pandas/tests/window/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window
> copying build/lib.linux-x86_64-3.7/pandas/tests/window/test_moments.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window
> copying build/lib.linux-x86_64-3.7/pandas/tests/window/test_window.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window
> copying build/lib.linux-x86_64-3.7/pandas/tests/window/test_rolling.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config
> copying build/lib.linux-x86_64-3.7/pandas/tests/config/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config
> copying build/lib.linux-x86_64-3.7/pandas/tests/config/test_config.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config
> copying build/lib.linux-x86_64-3.7/pandas/tests/config/test_localization.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config
> copying build/lib.linux-x86_64-3.7/pandas/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/test_dtypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/test_generic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/test_concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/test_inference.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast/test_construct_from_scalar.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast/test_promote.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast/test_infer_datetimelike.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast/test_construct_ndarray.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast/test_upcast.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast/test_downcast.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast/test_infer_dtype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast/test_construct_object_arr.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast/test_convert_objects.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/cast/test_find_common_type.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/test_missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/tests/dtypes/test_common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_algos.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_validate_kwargs.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_hashing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_assert_numpy_array_equal.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_move.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_util.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_assert_almost_equal.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_assert_series_equal.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_validate_args.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_deprecate.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_assert_interval_array_equal.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_assert_frame_equal.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_assert_categorical_equal.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_deprecate_kwarg.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_assert_extension_array_equal.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_assert_index_equal.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_safe_import.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_validate_args_and_kwargs.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> copying build/lib.linux-x86_64-3.7/pandas/tests/util/test_assert_produces_warning.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic
> copying build/lib.linux-x86_64-3.7/pandas/tests/generic/test_frame.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic
> copying build/lib.linux-x86_64-3.7/pandas/tests/generic/test_generic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic
> copying build/lib.linux-x86_64-3.7/pandas/tests/generic/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic
> copying build/lib.linux-x86_64-3.7/pandas/tests/generic/test_label_or_level_utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic
> copying build/lib.linux-x86_64-3.7/pandas/tests/generic/test_series.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api
> copying build/lib.linux-x86_64-3.7/pandas/tests/api/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api
> copying build/lib.linux-x86_64-3.7/pandas/tests/api/test_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api
> copying build/lib.linux-x86_64-3.7/pandas/tests/api/test_types.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_nanops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/test_cut.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/test_pivot.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/test_util.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/test_qcut.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/test_reshape.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/test_concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/test_union_categoricals.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/test_melt.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge/test_merge_ordered.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge/test_merge_asof.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge/test_merge_index_as_string.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge/test_multi.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge/test_merge.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-3.7/pandas/tests/reshape/merge/test_join.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_expressions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-3.7/pandas/tests/plotting/test_datetimelike.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-3.7/pandas/tests/plotting/test_frame.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-3.7/pandas/tests/plotting/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-3.7/pandas/tests/plotting/test_groupby.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-3.7/pandas/tests/plotting/test_misc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-3.7/pandas/tests/plotting/test_converter.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-3.7/pandas/tests/plotting/test_hist_method.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-3.7/pandas/tests/plotting/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-3.7/pandas/tests/plotting/test_boxplot_method.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-3.7/pandas/tests/plotting/test_series.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting
> copying build/lib.linux-x86_64-3.7/pandas/tests/plotting/test_backend.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions
> copying build/lib.linux-x86_64-3.7/pandas/tests/reductions/test_reductions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions
> copying build/lib.linux-x86_64-3.7/pandas/tests/reductions/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions
> copying build/lib.linux-x86_64-3.7/pandas/tests/reductions/test_stat_reductions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools
> copying build/lib.linux-x86_64-3.7/pandas/tests/tools/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools
> copying build/lib.linux-x86_64-3.7/pandas/tests/tools/test_numeric.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/test_nat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp/test_comparisons.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp/test_timezones.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp/test_unary_ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp/test_timestamp.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp/test_rendering.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/timestamp/test_arithmetic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/period/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/period/test_asfreq.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/period/test_period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/timedelta/test_timedelta.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/timedelta/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/timedelta/test_formats.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/timedelta/test_construction.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/timedelta/test_arithmetic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/interval/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/interval/test_ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/scalar/interval/test_interval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample
> copying build/lib.linux-x86_64-3.7/pandas/tests/resample/test_resampler_grouper.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample
> copying build/lib.linux-x86_64-3.7/pandas/tests/resample/test_timedelta.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample
> copying build/lib.linux-x86_64-3.7/pandas/tests/resample/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample
> copying build/lib.linux-x86_64-3.7/pandas/tests/resample/test_datetime_index.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample
> copying build/lib.linux-x86_64-3.7/pandas/tests/resample/test_time_grouper.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample
> copying build/lib.linux-x86_64-3.7/pandas/tests/resample/test_resample_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample
> copying build/lib.linux-x86_64-3.7/pandas/tests/resample/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample
> copying build/lib.linux-x86_64-3.7/pandas/tests/resample/test_base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample
> copying build/lib.linux-x86_64-3.7/pandas/tests/resample/test_period_index.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation
> copying build/lib.linux-x86_64-3.7/pandas/tests/computation/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation
> copying build/lib.linux-x86_64-3.7/pandas/tests/computation/test_eval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation
> copying build/lib.linux-x86_64-3.7/pandas/tests/computation/test_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_timegrouper.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_bin_groupby.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_nth.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_counting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_rank.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_transform.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/aggregate/test_cython.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/aggregate/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/aggregate/test_other.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/aggregate/test_aggregate.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_groupby.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_categorical.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_function.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_value_counts.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_grouping.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_filters.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_whitelist.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_apply.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/groupby/test_index_as_string.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_optional_dependency.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/test_pivot.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/test_format.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/test_reshape.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/test_groupby.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/series/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/series/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/series/test_series.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/test_combine_concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame/test_to_from_scipy.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame/test_to_csv.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame/test_frame.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame/test_analytics.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/frame/test_apply.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/sparse/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_io.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_validate.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_repr.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_dtypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_constructors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_ufunc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_rank.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_operators.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_timezones.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_duplicates.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_subclass.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_explode.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_analytics.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_internals.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_datetime_values.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_quantile.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_combine_concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_alter_axes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_replace.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_arithmetic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_apply.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_asof.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_sorting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_block_internals.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/indexing/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/indexing/test_boolean.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/indexing/test_loc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/indexing/test_callable.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/indexing/test_alter_index.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/indexing/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/indexing/test_iloc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/indexing/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/indexing/test_numeric.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/indexing/test_datetime.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/series/test_timeseries.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_strings.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/tests/tslibs/test_timedeltas.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/tests/tslibs/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/tests/tslibs/test_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/tests/tslibs/test_timezones.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/tests/tslibs/test_parsing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/tests/tslibs/test_array_to_datetime.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/tests/tslibs/test_ccalendar.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/tests/tslibs/test_period_asfreq.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/tests/tslibs/test_normalize_date.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/tests/tslibs/test_conversion.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/tests/tslibs/test_parse_iso8601.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/tests/tslibs/test_liboffsets.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/tests/tslibs/test_libfrequencies.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/test_sparse.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/json/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/json/array.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/json/test_json.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/test_external_block.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/decimal/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/decimal/test_decimal.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/decimal/array.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/arrow
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/arrow/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/arrow
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/arrow/bool.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/arrow
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/arrow/test_bool.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/arrow
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/test_categorical.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/list
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/list/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/list
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/list/test_list.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/list
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/list/array.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/list
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/test_integer.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/test_numpy.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/interface.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/printing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/groupby.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/methods.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/io.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/constructors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/reshaping.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/setitem.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/getitem.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/dtype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/casting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/base/reduce.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/test_interval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/test_common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/test_period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension
> copying build/lib.linux-x86_64-3.7/pandas/tests/extension/test_datetime.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_to_csv.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_validate.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_dtypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_query_eval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_constructors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_rank.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_reshape.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_operators.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_timezones.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_duplicates.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_convert_to.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_subclass.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_sort_values_level_as_str.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_explode.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_analytics.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_axis_select_reindex.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_mutate_columns.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_quantile.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_combine_concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_alter_axes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_replace.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_arithmetic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_repr_info.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_apply.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_asof.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_nonunique_indexes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_sorting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_block_internals.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_join.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/frame/test_timeseries.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_errors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/test_datetimelike.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/test_array.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/test_timedeltas.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/test_repr.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/test_dtypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/test_constructors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/test_warnings.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/test_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/test_algos.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/test_operators.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/test_subclass.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/test_analytics.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/test_missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/categorical/test_sorting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/test_datetimes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/test_integer.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/test_numpy.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/sparse/test_array.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/sparse/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/sparse/test_accessor.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/sparse/test_dtype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/sparse/test_libsparse.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/sparse/test_arithmetics.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/interval/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/interval/test_ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/interval/test_interval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/arrays/test_period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_sorting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_take.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_timedelta.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_chaining_and_caching.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_indexing_engines.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_loc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_categorical.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_callable.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_coercion.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_iloc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_indexing_slow.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_partial.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_scalar.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_floats.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_ix.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/interval/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/interval/test_interval_new.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/interval/test_interval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/test_chaining_and_caching.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/test_loc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/test_xs.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/test_set_ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/test_getitem.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/test_iloc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/test_indexing_slow.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/test_sorted.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/test_slice.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/test_partial.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/test_setitem.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/test_ix.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/test_multiindex.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/multiindex/test_datetime.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexing/test_datetime.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_register_accessor.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic
> copying build/lib.linux-x86_64-3.7/pandas/tests/arithmetic/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic
> copying build/lib.linux-x86_64-3.7/pandas/tests/arithmetic/test_object.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic
> copying build/lib.linux-x86_64-3.7/pandas/tests/arithmetic/test_timedelta64.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic
> copying build/lib.linux-x86_64-3.7/pandas/tests/arithmetic/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic
> copying build/lib.linux-x86_64-3.7/pandas/tests/arithmetic/test_numeric.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic
> copying build/lib.linux-x86_64-3.7/pandas/tests/arithmetic/test_datetime64.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic
> copying build/lib.linux-x86_64-3.7/pandas/tests/arithmetic/test_period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_multilevel.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_join.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> copying build/lib.linux-x86_64-3.7/pandas/tests/test_common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_stata.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/pytables/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/pytables/test_pytables_missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/pytables/test_pytables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/pytables/test_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_feather.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/json/test_ujson.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/json/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/json/test_json_table_schema.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/json/test_compression.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/json/test_readlines.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/json/test_normalize.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/json/test_pandas.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_s3.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_spss.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_pickle.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/excel/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/excel/test_style.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/excel/test_xlrd.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/excel/test_openpyxl.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/excel/test_xlsxwriter.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/excel/test_odf.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/excel/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/excel/test_writers.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/excel/test_readers.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/excel/test_xlwt.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_compression.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_clipboard.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/generate_legacy_storage_files.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_gcs.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_skiprows.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_dialect.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_dtypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_multi_thread.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_converters.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_index_col.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_compression.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_parse_dates.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_mangle_dupes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_unsupported.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_textreader.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_comment.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_header.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_python_parser_only.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_read_fwf.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_network.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_usecols.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_na_values.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_c_parser_only.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/parser/test_quoting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_html.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_packers.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_sql.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/formats/test_to_csv.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/formats/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/formats/test_console.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/formats/test_css.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/formats/test_format.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/formats/test_style.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/formats/test_to_latex.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/formats/test_eng_formatting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/formats/test_to_html.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/formats/test_printing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/formats/test_to_excel.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_subtype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_pack.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_limits.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_extension.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_unpack_raw.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_seq.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_format.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_obj.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_case.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_newspec.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_unpack.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_except.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_sequnpack.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_buffer.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/msgpack/test_read_size.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_parquet.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/sas/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/sas/test_xport.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/sas/test_sas7bdat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/sas/test_sas.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_date_converters.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> copying build/lib.linux-x86_64-3.7/pandas/tests/io/test_gbq.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/test_setops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/test_range.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas/test_partial_slicing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas/test_timedelta.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas/test_setops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas/test_scalar_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas/test_timedelta_range.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas/test_formats.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas/test_construction.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas/test_arithmetic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas/test_astype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas/test_ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/timedeltas/test_tools.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/test_numpy_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/test_category.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/period/test_partial_slicing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/period/test_setops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/period/test_scalar_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/period/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/period/test_formats.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/period/test_construction.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/period/test_asfreq.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/period/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/period/test_arithmetic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/period/test_astype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/period/test_ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/period/test_tools.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/period/test_period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/period/test_period_range.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimelike.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/test_base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_datetimelike.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_partial_slicing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_setops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_scalar_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_formats.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_timezones.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_construction.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_misc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_date_range.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_arithmetic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_astype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_tools.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/datetimes/test_datetime.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/test_numeric.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_names.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_get_set.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_integrity.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_reindex.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_drop.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_format.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_reshape.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_set_ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_duplicates.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_constructor.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_monotonic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_analytics.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_equivalence.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_copy.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_conversion.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_contains.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_astype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_sorting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_partial_indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/multi/test_join.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval/test_setops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval/test_interval_range.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval/test_construction.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval/test_interval_tree.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval/test_interval_new.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval/test_astype.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/interval/test_interval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/test_frozen.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> copying build/lib.linux-x86_64-3.7/pandas/tests/indexes/test_common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/errors
> copying build/lib.linux-x86_64-3.7/pandas/errors/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/errors
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals
> copying build/lib.linux-x86_64-3.7/pandas/core/internals/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals
> copying build/lib.linux-x86_64-3.7/pandas/core/internals/managers.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals
> copying build/lib.linux-x86_64-3.7/pandas/core/internals/arrays.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals
> copying build/lib.linux-x86_64-3.7/pandas/core/internals/blocks.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals
> copying build/lib.linux-x86_64-3.7/pandas/core/internals/construction.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals
> copying build/lib.linux-x86_64-3.7/pandas/core/internals/concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals
> copying build/lib.linux-x86_64-3.7/pandas/core/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> copying build/lib.linux-x86_64-3.7/pandas/core/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> copying build/lib.linux-x86_64-3.7/pandas/core/nanops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/core/dtypes/dtypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/core/dtypes/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/core/dtypes/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/core/dtypes/missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/core/dtypes/generic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/core/dtypes/inference.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/core/dtypes/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/core/dtypes/cast.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/core/dtypes/concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/core/dtypes/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes
> copying build/lib.linux-x86_64-3.7/pandas/core/window.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> copying build/lib.linux-x86_64-3.7/pandas/core/index.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> copying build/lib.linux-x86_64-3.7/pandas/core/missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/util
> copying build/lib.linux-x86_64-3.7/pandas/core/util/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/util
> copying build/lib.linux-x86_64-3.7/pandas/core/util/hashing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/util
> copying build/lib.linux-x86_64-3.7/pandas/core/generic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-3.7/pandas/core/reshape/tile.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-3.7/pandas/core/reshape/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-3.7/pandas/core/reshape/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-3.7/pandas/core/reshape/melt.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-3.7/pandas/core/reshape/util.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-3.7/pandas/core/reshape/merge.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-3.7/pandas/core/reshape/reshape.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-3.7/pandas/core/reshape/concat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-3.7/pandas/core/reshape/pivot.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape
> copying build/lib.linux-x86_64-3.7/pandas/core/apply.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> copying build/lib.linux-x86_64-3.7/pandas/core/strings.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> copying build/lib.linux-x86_64-3.7/pandas/core/config_init.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/tools
> copying build/lib.linux-x86_64-3.7/pandas/core/tools/datetimes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/tools
> copying build/lib.linux-x86_64-3.7/pandas/core/tools/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/tools
> copying build/lib.linux-x86_64-3.7/pandas/core/tools/timedeltas.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/tools
> copying build/lib.linux-x86_64-3.7/pandas/core/tools/numeric.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/tools
> copying build/lib.linux-x86_64-3.7/pandas/core/frame.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> copying build/lib.linux-x86_64-3.7/pandas/core/sorting.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> copying build/lib.linux-x86_64-3.7/pandas/core/algorithms.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-3.7/pandas/core/computation/scope.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-3.7/pandas/core/computation/engines.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-3.7/pandas/core/computation/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-3.7/pandas/core/computation/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-3.7/pandas/core/computation/pytables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-3.7/pandas/core/computation/expr.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-3.7/pandas/core/computation/expressions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-3.7/pandas/core/computation/check.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-3.7/pandas/core/computation/align.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-3.7/pandas/core/computation/ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-3.7/pandas/core/computation/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation
> copying build/lib.linux-x86_64-3.7/pandas/core/computation/eval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby
> copying build/lib.linux-x86_64-3.7/pandas/core/groupby/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby
> copying build/lib.linux-x86_64-3.7/pandas/core/groupby/groupby.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby
> copying build/lib.linux-x86_64-3.7/pandas/core/groupby/categorical.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby
> copying build/lib.linux-x86_64-3.7/pandas/core/groupby/generic.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby
> copying build/lib.linux-x86_64-3.7/pandas/core/groupby/ops.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby
> copying build/lib.linux-x86_64-3.7/pandas/core/groupby/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby
> copying build/lib.linux-x86_64-3.7/pandas/core/groupby/grouper.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse
> copying build/lib.linux-x86_64-3.7/pandas/core/sparse/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse
> copying build/lib.linux-x86_64-3.7/pandas/core/sparse/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse
> copying build/lib.linux-x86_64-3.7/pandas/core/sparse/scipy_sparse.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse
> copying build/lib.linux-x86_64-3.7/pandas/core/sparse/frame.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse
> copying build/lib.linux-x86_64-3.7/pandas/core/sparse/series.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse
> copying build/lib.linux-x86_64-3.7/pandas/core/accessor.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> copying build/lib.linux-x86_64-3.7/pandas/core/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> copying build/lib.linux-x86_64-3.7/pandas/core/series.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> copying build/lib.linux-x86_64-3.7/pandas/core/resample.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-3.7/pandas/core/arrays/period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-3.7/pandas/core/arrays/datetimes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-3.7/pandas/core/arrays/_ranges.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-3.7/pandas/core/arrays/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-3.7/pandas/core/arrays/categorical.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-3.7/pandas/core/arrays/timedeltas.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-3.7/pandas/core/arrays/array_.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-3.7/pandas/core/arrays/numpy_.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-3.7/pandas/core/arrays/datetimelike.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-3.7/pandas/core/arrays/interval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-3.7/pandas/core/arrays/integer.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-3.7/pandas/core/arrays/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays
> copying build/lib.linux-x86_64-3.7/pandas/core/arrays/sparse.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops
> copying build/lib.linux-x86_64-3.7/pandas/core/ops/docstrings.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops
> copying build/lib.linux-x86_64-3.7/pandas/core/ops/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops
> copying build/lib.linux-x86_64-3.7/pandas/core/ops/missing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops
> copying build/lib.linux-x86_64-3.7/pandas/core/ops/roperator.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops
> copying build/lib.linux-x86_64-3.7/pandas/core/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> copying build/lib.linux-x86_64-3.7/pandas/core/indexing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> copying build/lib.linux-x86_64-3.7/pandas/core/indexers.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/indexes/period.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/indexes/datetimes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/indexes/range.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/indexes/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/indexes/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/indexes/multi.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/indexes/accessors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/indexes/timedeltas.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/indexes/category.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/indexes/datetimelike.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/indexes/interval.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/indexes/frozen.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/indexes/numeric.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> copying build/lib.linux-x86_64-3.7/pandas/core/indexes/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_core.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting
> copying build/lib.linux-x86_64-3.7/pandas/plotting/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib/timeseries.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib/boxplot.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib/core.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib/style.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib/misc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib/compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib/tools.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib/converter.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_matplotlib/hist.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib
> copying build/lib.linux-x86_64-3.7/pandas/plotting/_misc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/indexing.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/writers.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/index.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/testing.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/skiplist.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/groupby.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/sparse.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/algos.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/json.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslib.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/parsers.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/join.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/lib.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/interval.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/ops.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/reshape.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/window.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/reduction.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/properties.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/hashtable.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/tzconversion.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/conversion.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/timedeltas.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/offsets.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/nattype.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/resolution.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/c_timestamp.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/strptime.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/period.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/frequencies.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/ccalendar.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/timezones.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/np_datetime.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/parsing.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/fields.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/tslibs/timestamps.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/internals.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/hashing.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_libs/missing.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.7/pandas/_version.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas
> copying build/lib.linux-x86_64-3.7/pandas/__version.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas
> copying build/lib.linux-x86_64-3.7/pandas/conftest.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/arrays
> copying build/lib.linux-x86_64-3.7/pandas/arrays/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/arrays
> copying build/lib.linux-x86_64-3.7/pandas/testing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> copying build/lib.linux-x86_64-3.7/pandas/io/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> copying build/lib.linux-x86_64-3.7/pandas/io/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/json
> copying build/lib.linux-x86_64-3.7/pandas/io/json/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/json
> copying build/lib.linux-x86_64-3.7/pandas/io/json/_normalize.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/json
> copying build/lib.linux-x86_64-3.7/pandas/io/json/_json.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/json
> copying build/lib.linux-x86_64-3.7/pandas/io/json/_table_schema.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/json
> copying build/lib.linux-x86_64-3.7/pandas/io/s3.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> copying build/lib.linux-x86_64-3.7/pandas/io/gcs.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> copying build/lib.linux-x86_64-3.7/pandas/io/html.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> copying build/lib.linux-x86_64-3.7/pandas/io/parsers.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> copying build/lib.linux-x86_64-3.7/pandas/io/stata.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> copying build/lib.linux-x86_64-3.7/pandas/io/gbq.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/io/excel/_odfreader.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/io/excel/_xlsxwriter.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/io/excel/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/io/excel/_base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/io/excel/_xlrd.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/io/excel/_openpyxl.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/io/excel/_util.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/io/excel/_xlwt.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel
> copying build/lib.linux-x86_64-3.7/pandas/io/pytables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> copying build/lib.linux-x86_64-3.7/pandas/io/sql.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboard
> copying build/lib.linux-x86_64-3.7/pandas/io/clipboard/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboard
> copying build/lib.linux-x86_64-3.7/pandas/io/clipboard/windows.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboard
> copying build/lib.linux-x86_64-3.7/pandas/io/clipboard/clipboards.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboard
> copying build/lib.linux-x86_64-3.7/pandas/io/clipboard/exceptions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboard
> copying build/lib.linux-x86_64-3.7/pandas/io/parquet.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> copying build/lib.linux-x86_64-3.7/pandas/io/packers.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> copying build/lib.linux-x86_64-3.7/pandas/io/clipboards.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/io/formats/printing.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/io/formats/css.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/io/formats/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/io/formats/html.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/io/formats/style.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/io/formats/latex.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/io/formats/csvs.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/templates
> copying build/lib.linux-x86_64-3.7/pandas/io/formats/templates/html.tpl -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/templates
> copying build/lib.linux-x86_64-3.7/pandas/io/formats/console.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/io/formats/format.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/io/formats/excel.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats
> copying build/lib.linux-x86_64-3.7/pandas/io/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> copying build/lib.linux-x86_64-3.7/pandas/io/date_converters.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/io/msgpack/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/io/msgpack/_unpacker.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/io/msgpack/_version.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/io/msgpack/exceptions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/io/msgpack/_packer.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/msgpack
> copying build/lib.linux-x86_64-3.7/pandas/io/spss.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> copying build/lib.linux-x86_64-3.7/pandas/io/feather_format.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas
> copying build/lib.linux-x86_64-3.7/pandas/io/sas/sas7bdat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas
> copying build/lib.linux-x86_64-3.7/pandas/io/sas/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas
> copying build/lib.linux-x86_64-3.7/pandas/io/sas/sas_constants.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas
> copying build/lib.linux-x86_64-3.7/pandas/io/sas/_sas.cpython-37m-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas
> copying build/lib.linux-x86_64-3.7/pandas/io/sas/sasreader.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas
> copying build/lib.linux-x86_64-3.7/pandas/io/sas/sas_xport.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas
> copying build/lib.linux-x86_64-3.7/pandas/io/pickle.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat
> copying build/lib.linux-x86_64-3.7/pandas/compat/pickle_compat.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat
> copying build/lib.linux-x86_64-3.7/pandas/compat/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat
> copying build/lib.linux-x86_64-3.7/pandas/compat/chainmap.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat
> copying build/lib.linux-x86_64-3.7/pandas/compat/_optional.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/numpy
> copying build/lib.linux-x86_64-3.7/pandas/compat/numpy/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/numpy
> copying build/lib.linux-x86_64-3.7/pandas/compat/numpy/function.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/numpy
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config
> copying build/lib.linux-x86_64-3.7/pandas/_config/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config
> copying build/lib.linux-x86_64-3.7/pandas/_config/localization.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config
> copying build/lib.linux-x86_64-3.7/pandas/_config/dates.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config
> copying build/lib.linux-x86_64-3.7/pandas/_config/config.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config
> copying build/lib.linux-x86_64-3.7/pandas/_config/display.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries/frequencies.py to frequencies.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries/api.py to api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries/plotting.py to plotting.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries/holiday.py to holiday.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries/converter.py to converter.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries/offsets.py to offsets.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_depr_module.py to _depr_module.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py to _test_decorators.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_validators.py to _validators.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_tester.py to _tester.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_decorators.py to _decorators.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_print_versions.py to _print_versions.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_exceptions.py to _exceptions.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_doctools.py to _doctools.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/testing.py to testing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/api/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/api/extensions/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/api/types/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_typing.py to _typing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py to test_freq_code.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py to test_to_offset.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py to test_inference.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py to test_offsets.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py to test_fiscal.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets_properties.py to test_offsets_properties.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py to test_yqm_offsets.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py to test_ticks.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py to test_observance.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_calendar.py to test_calendar.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py to test_holiday.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_federal.py to test_federal.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py to test_downstream.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py to test_internals.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_lib.py to test_lib.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py to test_dtypes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py to test_timeseries_window.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py to test_api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py to test_expanding.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py to test_pairwise.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_ewm.py to test_ewm.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_grouper.py to test_grouper.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py to test_moments.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py to test_window.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py to test_rolling.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py to test_config.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_localization.py to test_localization.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py to test_dtypes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_generic.py to test_generic.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py to test_concat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py to test_inference.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_from_scalar.py to test_construct_from_scalar.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py to test_promote.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_datetimelike.py to test_infer_datetimelike.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_ndarray.py to test_construct_ndarray.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_upcast.py to test_upcast.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py to test_downcast.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py to test_infer_dtype.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py to test_construct_object_arr.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_convert_objects.py to test_convert_objects.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py to test_find_common_type.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py to test_missing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py to test_common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py to test_algos.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py to test_validate_kwargs.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py to test_hashing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py to test_assert_numpy_array_equal.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_move.py to test_move.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py to test_util.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py to test_assert_almost_equal.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py to test_assert_series_equal.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args.py to test_validate_args.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate.py to test_deprecate.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_interval_array_equal.py to test_assert_interval_array_equal.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py to test_assert_frame_equal.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_categorical_equal.py to test_assert_categorical_equal.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py to test_deprecate_kwarg.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py to test_assert_extension_array_equal.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py to test_assert_index_equal.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_safe_import.py to test_safe_import.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args_and_kwargs.py to test_validate_args_and_kwargs.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_produces_warning.py to test_assert_produces_warning.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py to test_frame.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py to test_generic.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py to test_label_or_level_utils.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py to test_series.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py to test_api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_types.py to test_types.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py to test_nanops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py to test_cut.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py to test_pivot.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_util.py to test_util.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py to test_qcut.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py to test_reshape.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py to test_concat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_union_categoricals.py to test_union_categoricals.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py to test_melt.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py to test_merge_ordered.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py to test_merge_asof.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py to test_merge_index_as_string.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py to test_multi.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py to test_merge.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py to test_join.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py to test_expressions.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py to test_datetimelike.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py to test_frame.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_groupby.py to test_groupby.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py to test_misc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py to test_converter.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py to test_hist_method.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py to test_boxplot_method.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py to test_series.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_backend.py to test_backend.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py to test_reductions.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py to test_stat_reductions.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py to test_numeric.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py to test_nat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py to test_comparisons.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py to test_timezones.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py to test_unary_ops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py to test_timestamp.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py to test_rendering.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py to test_arithmetic.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py to test_asfreq.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py to test_period.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py to test_timedelta.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_formats.py to test_formats.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py to test_construction.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py to test_arithmetic.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py to test_ops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py to test_interval.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py to test_resampler_grouper.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_timedelta.py to test_timedelta.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py to test_datetime_index.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py to test_time_grouper.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py to test_resample_api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py to test_base.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py to test_period_index.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py to test_eval.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_compat.py to test_compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py to test_timegrouper.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_bin_groupby.py to test_bin_groupby.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py to test_nth.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py to test_counting.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py to test_rank.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py to test_transform.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py to test_cython.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py to test_other.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py to test_aggregate.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py to test_groupby.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py to test_categorical.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py to test_function.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py to test_value_counts.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py to test_grouping.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py to test_filters.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py to test_whitelist.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py to test_apply.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py to test_index_as_string.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_optional_dependency.py to test_optional_dependency.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_pivot.py to test_pivot.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_format.py to test_format.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_reshape.py to test_reshape.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_groupby.py to test_groupby.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py to test_indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py to test_series.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py to test_combine_concat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py to test_to_from_scipy.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_csv.py to test_to_csv.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py to test_frame.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_analytics.py to test_analytics.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py to test_indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_apply.py to test_apply.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py to test_indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py to test_io.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py to test_validate.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py to test_repr.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py to test_dtypes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py to test_constructors.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py to test_ufunc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py to test_api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py to test_rank.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py to test_operators.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py to test_timezones.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py to test_duplicates.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_subclass.py to test_subclass.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_explode.py to test_explode.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py to test_analytics.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_internals.py to test_internals.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py to test_datetime_values.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py to test_quantile.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py to test_combine_concat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py to test_missing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py to test_alter_axes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py to test_replace.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py to test_arithmetic.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py to test_apply.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_asof.py to test_asof.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_sorting.py to test_sorting.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_block_internals.py to test_block_internals.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py to test_boolean.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_loc.py to test_loc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_callable.py to test_callable.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py to test_alter_index.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_iloc.py to test_iloc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py to test_indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py to test_numeric.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py to test_datetime.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py to test_period.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py to test_timeseries.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py to test_strings.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timedeltas.py to test_timedeltas.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_api.py to test_api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py to test_timezones.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py to test_parsing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py to test_array_to_datetime.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_ccalendar.py to test_ccalendar.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py to test_period_asfreq.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_normalize_date.py to test_normalize_date.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py to test_conversion.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py to test_parse_iso8601.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py to test_liboffsets.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py to test_libfrequencies.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py to test_base.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py to test_sparse.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/array.py to array.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py to test_json.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_external_block.py to test_external_block.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py to test_decimal.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/array.py to array.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/arrow/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/arrow/bool.py to bool.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/arrow/test_bool.py to test_bool.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py to test_categorical.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/list/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/list/test_list.py to test_list.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/list/array.py to array.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py to test_integer.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py to test_numpy.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/interface.py to interface.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/printing.py to printing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/groupby.py to groupby.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/missing.py to missing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/methods.py to methods.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/io.py to io.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/constructors.py to constructors.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/reshaping.py to reshaping.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/ops.py to ops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/setitem.py to setitem.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/getitem.py to getitem.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/base.py to base.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/dtype.py to dtype.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/casting.py to casting.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/reduce.py to reduce.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py to test_interval.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py to test_common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py to test_period.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py to test_datetime.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py to test_to_csv.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py to test_validate.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py to test_dtypes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py to test_query_eval.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py to test_constructors.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py to test_api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py to test_rank.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py to test_reshape.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py to test_operators.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py to test_timezones.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py to test_duplicates.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py to test_convert_to.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py to test_subclass.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py to test_sort_values_level_as_str.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_explode.py to test_explode.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py to test_analytics.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py to test_axis_select_reindex.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py to test_mutate_columns.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py to test_quantile.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py to test_combine_concat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py to test_missing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py to test_alter_axes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py to test_replace.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py to test_indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py to test_arithmetic.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py to test_repr_info.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py to test_apply.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_asof.py to test_asof.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_nonunique_indexes.py to test_nonunique_indexes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py to test_sorting.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py to test_block_internals.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py to test_join.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_period.py to test_period.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py to test_timeseries.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_errors.py to test_errors.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_compat.py to test_compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py to test_datetimelike.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py to test_array.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py to test_timedeltas.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py to test_repr.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py to test_dtypes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py to test_constructors.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_warnings.py to test_warnings.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py to test_api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py to test_algos.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py to test_operators.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_subclass.py to test_subclass.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py to test_analytics.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_missing.py to test_missing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py to test_indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_sorting.py to test_sorting.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py to test_datetimes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py to test_integer.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py to test_numpy.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py to test_array.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py to test_accessor.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py to test_dtype.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py to test_libsparse.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py to test_arithmetics.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py to test_ops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py to test_interval.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py to test_period.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py to test_sorting.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py to test_take.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py to test_timedelta.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py to test_chaining_and_caching.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py to test_indexing_engines.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py to test_loc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py to test_categorical.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_callable.py to test_callable.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py to test_coercion.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py to test_iloc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_slow.py to test_indexing_slow.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_partial.py to test_partial.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py to test_scalar.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py to test_indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py to test_floats.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py to test_ix.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval_new.py to test_interval_new.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py to test_interval.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_chaining_and_caching.py to test_chaining_and_caching.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py to test_loc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py to test_xs.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_set_ops.py to test_set_ops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py to test_getitem.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py to test_iloc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_indexing_slow.py to test_indexing_slow.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_sorted.py to test_sorted.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_slice.py to test_slice.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_partial.py to test_partial.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py to test_setitem.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_ix.py to test_ix.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_multiindex.py to test_multiindex.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_datetime.py to test_datetime.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py to test_datetime.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_register_accessor.py to test_register_accessor.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py to test_object.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py to test_timedelta64.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py to test_numeric.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py to test_datetime64.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py to test_period.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py to test_multilevel.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_join.py to test_join.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py to test_common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py to test_stata.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables_missing.py to test_pytables_missing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py to test_pytables.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_compat.py to test_compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_feather.py to test_feather.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py to test_ujson.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py to test_json_table_schema.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py to test_compression.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py to test_readlines.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py to test_normalize.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py to test_pandas.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_s3.py to test_s3.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_spss.py to test_spss.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py to test_pickle.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_style.py to test_style.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlrd.py to test_xlrd.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_openpyxl.py to test_openpyxl.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlsxwriter.py to test_xlsxwriter.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_odf.py to test_odf.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py to test_writers.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py to test_readers.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlwt.py to test_xlwt.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py to test_compression.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py to test_clipboard.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/generate_legacy_storage_files.py to generate_legacy_storage_files.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_gcs.py to test_gcs.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py to test_skiprows.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py to test_dialect.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py to test_dtypes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_multi_thread.py to test_multi_thread.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py to test_converters.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py to test_index_col.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py to test_compression.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py to test_parse_dates.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py to test_mangle_dupes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_unsupported.py to test_unsupported.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py to test_textreader.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py to test_comment.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py to test_header.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py to test_python_parser_only.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py to test_read_fwf.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py to test_network.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py to test_usecols.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py to test_na_values.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py to test_c_parser_only.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py to test_common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py to test_quoting.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py to test_html.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py to test_packers.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py to test_sql.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py to test_to_csv.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_console.py to test_console.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py to test_css.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py to test_format.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py to test_style.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py to test_to_latex.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_eng_formatting.py to test_eng_formatting.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py to test_to_html.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py to test_printing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py to test_to_excel.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_subtype.py to test_subtype.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py to test_pack.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_limits.py to test_limits.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_extension.py to test_extension.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_unpack_raw.py to test_unpack_raw.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_seq.py to test_seq.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_format.py to test_format.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_obj.py to test_obj.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py to test_case.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_newspec.py to test_newspec.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_unpack.py to test_unpack.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_except.py to test_except.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py to test_sequnpack.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_buffer.py to test_buffer.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_read_size.py to test_read_size.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py to test_parquet.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_xport.py to test_xport.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py to test_sas7bdat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas.py to test_sas.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py to test_common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_date_converters.py to test_date_converters.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_gbq.py to test_gbq.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py to test_setops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py to test_range.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py to test_partial_slicing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py to test_timedelta.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py to test_setops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_scalar_compat.py to test_scalar_compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py to test_timedelta_range.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_formats.py to test_formats.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py to test_construction.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py to test_indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py to test_arithmetic.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py to test_astype.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py to test_ops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_tools.py to test_tools.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py to test_numpy_compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py to test_category.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py to test_partial_slicing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py to test_setops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_scalar_compat.py to test_scalar_compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_formats.py to test_formats.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py to test_construction.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_asfreq.py to test_asfreq.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py to test_indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py to test_arithmetic.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_astype.py to test_astype.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py to test_ops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py to test_tools.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py to test_period.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period_range.py to test_period_range.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimelike.py to datetimelike.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py to test_base.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py to test_datetimelike.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py to test_partial_slicing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py to test_setops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py to test_scalar_compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py to test_formats.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py to test_timezones.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py to test_construction.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py to test_misc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py to test_date_range.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_missing.py to test_missing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py to test_indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py to test_arithmetic.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py to test_astype.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py to test_ops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py to test_tools.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py to test_datetime.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py to test_numeric.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_names.py to test_names.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py to test_get_set.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py to test_integrity.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reindex.py to test_reindex.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_drop.py to test_drop.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py to test_format.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reshape.py to test_reshape.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py to test_set_ops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py to test_duplicates.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py to test_constructor.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py to test_monotonic.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py to test_analytics.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_equivalence.py to test_equivalence.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py to test_copy.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_missing.py to test_missing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py to test_conversion.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_contains.py to test_contains.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py to test_indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py to test_compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_astype.py to test_astype.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py to test_sorting.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_partial_indexing.py to test_partial_indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py to test_join.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py to test_setops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py to test_interval_range.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py to test_construction.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py to test_interval_tree.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py to test_interval_new.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py to test_astype.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py to test_interval.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py to test_frozen.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py to test_common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/errors/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals/managers.py to managers.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals/arrays.py to arrays.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals/blocks.py to blocks.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals/construction.py to construction.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals/concat.py to concat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/api.py to api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/nanops.py to nanops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/dtypes.py to dtypes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/api.py to api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/missing.py to missing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/generic.py to generic.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/inference.py to inference.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/cast.py to cast.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/concat.py to concat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/base.py to base.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/window.py to window.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/index.py to index.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/missing.py to missing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/util/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/util/hashing.py to hashing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/generic.py to generic.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/tile.py to tile.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/api.py to api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/melt.py to melt.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/util.py to util.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/merge.py to merge.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/reshape.py to reshape.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/concat.py to concat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/pivot.py to pivot.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/apply.py to apply.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/strings.py to strings.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/config_init.py to config_init.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/tools/datetimes.py to datetimes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/tools/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/tools/timedeltas.py to timedeltas.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/tools/numeric.py to numeric.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/frame.py to frame.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sorting.py to sorting.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/algorithms.py to algorithms.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/scope.py to scope.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/engines.py to engines.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/api.py to api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/pytables.py to pytables.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/expr.py to expr.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/expressions.py to expressions.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/check.py to check.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/align.py to align.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/ops.py to ops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/eval.py to eval.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py to groupby.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/categorical.py to categorical.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/generic.py to generic.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/ops.py to ops.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/base.py to base.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/grouper.py to grouper.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse/api.py to api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse/scipy_sparse.py to scipy_sparse.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse/frame.py to frame.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse/series.py to series.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/accessor.py to accessor.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/series.py to series.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/resample.py to resample.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/period.py to period.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/datetimes.py to datetimes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/_ranges.py to _ranges.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/categorical.py to categorical.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/timedeltas.py to timedeltas.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/array_.py to array_.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/numpy_.py to numpy_.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/datetimelike.py to datetimelike.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/interval.py to interval.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/integer.py to integer.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/base.py to base.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/sparse.py to sparse.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops/docstrings.py to docstrings.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops/missing.py to missing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops/roperator.py to roperator.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/base.py to base.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexing.py to indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexers.py to indexers.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/period.py to period.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/datetimes.py to datetimes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/range.py to range.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/api.py to api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/multi.py to multi.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/accessors.py to accessors.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/timedeltas.py to timedeltas.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/category.py to category.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/datetimelike.py to datetimelike.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/interval.py to interval.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/frozen.py to frozen.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/numeric.py to numeric.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/base.py to base.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_core.py to _core.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/timeseries.py to timeseries.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/boxplot.py to boxplot.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/core.py to core.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/style.py to style.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/misc.py to misc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/compat.py to compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py to tools.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/converter.py to converter.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/hist.py to hist.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_misc.py to _misc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_version.py to _version.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/__version.py to __version.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/conftest.py to conftest.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/arrays/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/testing.py to testing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/api.py to api.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/json/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/json/_normalize.py to _normalize.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/json/_json.py to _json.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/json/_table_schema.py to _table_schema.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/s3.py to s3.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/gcs.py to gcs.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/html.py to html.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/parsers.py to parsers.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/stata.py to stata.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/gbq.py to gbq.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/_odfreader.py to _odfreader.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/_xlsxwriter.py to _xlsxwriter.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/_base.py to _base.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/_xlrd.py to _xlrd.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/_openpyxl.py to _openpyxl.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/_util.py to _util.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/_xlwt.py to _xlwt.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/pytables.py to pytables.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sql.py to sql.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboard/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboard/windows.py to windows.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboard/clipboards.py to clipboards.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboard/exceptions.py to exceptions.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/parquet.py to parquet.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/packers.py to packers.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboards.py to clipboards.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/printing.py to printing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/css.py to css.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/html.py to html.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/style.py to style.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/latex.py to latex.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/csvs.py to csvs.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/console.py to console.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/format.py to format.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/excel.py to excel.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/common.py to common.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/date_converters.py to date_converters.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/msgpack/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/msgpack/_version.py to _version.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/msgpack/exceptions.py to exceptions.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/spss.py to spss.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/feather_format.py to feather_format.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas/sas7bdat.py to sas7bdat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas/sas_constants.py to sas_constants.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas/sasreader.py to sasreader.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas/sas_xport.py to sas_xport.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/pickle.py to pickle.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/pickle_compat.py to pickle_compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/chainmap.py to chainmap.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/_optional.py to _optional.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/numpy/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/numpy/function.py to function.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config/localization.py to localization.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config/dates.py to dates.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config/config.py to config.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config/display.py to display.cpython-37.pyc
> running install_egg_info
> running egg_info
> creating pandas.egg-info
> writing pandas.egg-info/PKG-INFO
> writing dependency_links to pandas.egg-info/dependency_links.txt
> writing entry points to pandas.egg-info/entry_points.txt
> writing requirements to pandas.egg-info/requires.txt
> writing top-level names to pandas.egg-info/top_level.txt
> writing manifest file 'pandas.egg-info/SOURCES.txt'
> reading manifest file 'pandas.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> no previously-included directories found matching 'doc/build'
> warning: no previously-included files matching '*.pyc' found anywhere in distribution
> warning: no previously-included files matching '*.pyd' found anywhere in distribution
> warning: no previously-included files matching '*.so' found anywhere in distribution
> warning: no previously-included files matching '*~' found anywhere in distribution
> warning: no previously-included files matching '.DS_Store' found anywhere in distribution
> warning: no previously-included files matching '.git*' found anywhere in distribution
> warning: no previously-included files matching '#*' found anywhere in distribution
> writing manifest file 'pandas.egg-info/SOURCES.txt'
> Copying pandas.egg-info to /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas-0.25.3.egg-info
> Skipping SOURCES.txt
> running install_scripts
> echo "3.8" | grep -q '^3' && PY=3 || PY= ; \
> CYTHONVER=$(dpkg -l cython$PY 2>/dev/null | awk '/^ii/{print $3;}' || echo 0); \
> dpkg --compare-versions "$CYTHONVER" lt "0.23" && { \
> 	echo "I: Using pre-Cython-ed files for Python 3.8"; \
> 	cd debian/cythonized-files$PY/ ; \
> 	find . -regex '.*\.c\(\|pp\)' | while read f; do cp $f ../../$f; done; } || :
> python3.8 setup.py install --install-layout=deb --root=/<<PKGBUILDDIR>>/debian/tmp
> running install
> running build
> running build_py
> creating build/lib.linux-x86_64-3.8
> creating build/lib.linux-x86_64-3.8/pandas
> copying pandas/__init__.py -> build/lib.linux-x86_64-3.8/pandas
> copying pandas/_typing.py -> build/lib.linux-x86_64-3.8/pandas
> copying pandas/_version.py -> build/lib.linux-x86_64-3.8/pandas
> copying pandas/__version.py -> build/lib.linux-x86_64-3.8/pandas
> copying pandas/conftest.py -> build/lib.linux-x86_64-3.8/pandas
> copying pandas/testing.py -> build/lib.linux-x86_64-3.8/pandas
> creating build/lib.linux-x86_64-3.8/pandas/tseries
> copying pandas/tseries/frequencies.py -> build/lib.linux-x86_64-3.8/pandas/tseries
> copying pandas/tseries/api.py -> build/lib.linux-x86_64-3.8/pandas/tseries
> copying pandas/tseries/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tseries
> copying pandas/tseries/plotting.py -> build/lib.linux-x86_64-3.8/pandas/tseries
> copying pandas/tseries/holiday.py -> build/lib.linux-x86_64-3.8/pandas/tseries
> copying pandas/tseries/converter.py -> build/lib.linux-x86_64-3.8/pandas/tseries
> copying pandas/tseries/offsets.py -> build/lib.linux-x86_64-3.8/pandas/tseries
> creating build/lib.linux-x86_64-3.8/pandas/util
> copying pandas/util/__init__.py -> build/lib.linux-x86_64-3.8/pandas/util
> copying pandas/util/_depr_module.py -> build/lib.linux-x86_64-3.8/pandas/util
> copying pandas/util/_test_decorators.py -> build/lib.linux-x86_64-3.8/pandas/util
> copying pandas/util/_validators.py -> build/lib.linux-x86_64-3.8/pandas/util
> copying pandas/util/_tester.py -> build/lib.linux-x86_64-3.8/pandas/util
> copying pandas/util/_decorators.py -> build/lib.linux-x86_64-3.8/pandas/util
> copying pandas/util/_print_versions.py -> build/lib.linux-x86_64-3.8/pandas/util
> copying pandas/util/_exceptions.py -> build/lib.linux-x86_64-3.8/pandas/util
> copying pandas/util/_doctools.py -> build/lib.linux-x86_64-3.8/pandas/util
> copying pandas/util/testing.py -> build/lib.linux-x86_64-3.8/pandas/util
> creating build/lib.linux-x86_64-3.8/pandas/api
> copying pandas/api/__init__.py -> build/lib.linux-x86_64-3.8/pandas/api
> creating build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_downstream.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_lib.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_algos.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_nanops.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_expressions.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_optional_dependency.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_strings.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_base.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_errors.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_compat.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_sorting.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_take.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_register_accessor.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_multilevel.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_join.py -> build/lib.linux-x86_64-3.8/pandas/tests
> copying pandas/tests/test_common.py -> build/lib.linux-x86_64-3.8/pandas/tests
> creating build/lib.linux-x86_64-3.8/pandas/errors
> copying pandas/errors/__init__.py -> build/lib.linux-x86_64-3.8/pandas/errors
> creating build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/api.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/__init__.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/nanops.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/window.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/index.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/missing.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/generic.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/apply.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/strings.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/config_init.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/frame.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/sorting.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/algorithms.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/accessor.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/common.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/series.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/resample.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/base.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/indexing.py -> build/lib.linux-x86_64-3.8/pandas/core
> copying pandas/core/indexers.py -> build/lib.linux-x86_64-3.8/pandas/core
> creating build/lib.linux-x86_64-3.8/pandas/plotting
> copying pandas/plotting/_core.py -> build/lib.linux-x86_64-3.8/pandas/plotting
> copying pandas/plotting/__init__.py -> build/lib.linux-x86_64-3.8/pandas/plotting
> copying pandas/plotting/_misc.py -> build/lib.linux-x86_64-3.8/pandas/plotting
> creating build/lib.linux-x86_64-3.8/pandas/_libs
> copying pandas/_libs/__init__.py -> build/lib.linux-x86_64-3.8/pandas/_libs
> creating build/lib.linux-x86_64-3.8/pandas/arrays
> copying pandas/arrays/__init__.py -> build/lib.linux-x86_64-3.8/pandas/arrays
> creating build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/api.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/__init__.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/s3.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/gcs.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/html.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/parsers.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/stata.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/gbq.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/pytables.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/sql.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/parquet.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/packers.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/clipboards.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/common.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/date_converters.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/spss.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/feather_format.py -> build/lib.linux-x86_64-3.8/pandas/io
> copying pandas/io/pickle.py -> build/lib.linux-x86_64-3.8/pandas/io
> creating build/lib.linux-x86_64-3.8/pandas/compat
> copying pandas/compat/pickle_compat.py -> build/lib.linux-x86_64-3.8/pandas/compat
> copying pandas/compat/__init__.py -> build/lib.linux-x86_64-3.8/pandas/compat
> copying pandas/compat/chainmap.py -> build/lib.linux-x86_64-3.8/pandas/compat
> copying pandas/compat/_optional.py -> build/lib.linux-x86_64-3.8/pandas/compat
> creating build/lib.linux-x86_64-3.8/pandas/_config
> copying pandas/_config/__init__.py -> build/lib.linux-x86_64-3.8/pandas/_config
> copying pandas/_config/localization.py -> build/lib.linux-x86_64-3.8/pandas/_config
> copying pandas/_config/dates.py -> build/lib.linux-x86_64-3.8/pandas/_config
> copying pandas/_config/config.py -> build/lib.linux-x86_64-3.8/pandas/_config
> copying pandas/_config/display.py -> build/lib.linux-x86_64-3.8/pandas/_config
> creating build/lib.linux-x86_64-3.8/pandas/api/extensions
> copying pandas/api/extensions/__init__.py -> build/lib.linux-x86_64-3.8/pandas/api/extensions
> creating build/lib.linux-x86_64-3.8/pandas/api/types
> copying pandas/api/types/__init__.py -> build/lib.linux-x86_64-3.8/pandas/api/types
> creating build/lib.linux-x86_64-3.8/pandas/tests/tseries
> copying pandas/tests/tseries/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries
> creating build/lib.linux-x86_64-3.8/pandas/tests/internals
> copying pandas/tests/internals/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/internals
> copying pandas/tests/internals/test_internals.py -> build/lib.linux-x86_64-3.8/pandas/tests/internals
> creating build/lib.linux-x86_64-3.8/pandas/tests/window
> copying pandas/tests/window/test_dtypes.py -> build/lib.linux-x86_64-3.8/pandas/tests/window
> copying pandas/tests/window/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/window
> copying pandas/tests/window/test_timeseries_window.py -> build/lib.linux-x86_64-3.8/pandas/tests/window
> copying pandas/tests/window/test_api.py -> build/lib.linux-x86_64-3.8/pandas/tests/window
> copying pandas/tests/window/test_expanding.py -> build/lib.linux-x86_64-3.8/pandas/tests/window
> copying pandas/tests/window/test_pairwise.py -> build/lib.linux-x86_64-3.8/pandas/tests/window
> copying pandas/tests/window/test_ewm.py -> build/lib.linux-x86_64-3.8/pandas/tests/window
> copying pandas/tests/window/test_grouper.py -> build/lib.linux-x86_64-3.8/pandas/tests/window
> copying pandas/tests/window/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/window
> copying pandas/tests/window/common.py -> build/lib.linux-x86_64-3.8/pandas/tests/window
> copying pandas/tests/window/test_moments.py -> build/lib.linux-x86_64-3.8/pandas/tests/window
> copying pandas/tests/window/test_window.py -> build/lib.linux-x86_64-3.8/pandas/tests/window
> copying pandas/tests/window/test_rolling.py -> build/lib.linux-x86_64-3.8/pandas/tests/window
> creating build/lib.linux-x86_64-3.8/pandas/tests/config
> copying pandas/tests/config/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/config
> copying pandas/tests/config/test_config.py -> build/lib.linux-x86_64-3.8/pandas/tests/config
> copying pandas/tests/config/test_localization.py -> build/lib.linux-x86_64-3.8/pandas/tests/config
> creating build/lib.linux-x86_64-3.8/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_dtypes.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_generic.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes
> copying pandas/tests/dtypes/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_concat.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_inference.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_missing.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes
> copying pandas/tests/dtypes/test_common.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes
> creating build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_validate_kwargs.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_hashing.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_assert_numpy_array_equal.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_move.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_util.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_assert_almost_equal.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_assert_series_equal.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_validate_args.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_deprecate.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_assert_interval_array_equal.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_assert_frame_equal.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_assert_categorical_equal.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_deprecate_kwarg.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_assert_extension_array_equal.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_assert_index_equal.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_safe_import.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_validate_args_and_kwargs.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> copying pandas/tests/util/test_assert_produces_warning.py -> build/lib.linux-x86_64-3.8/pandas/tests/util
> creating build/lib.linux-x86_64-3.8/pandas/tests/generic
> copying pandas/tests/generic/test_frame.py -> build/lib.linux-x86_64-3.8/pandas/tests/generic
> copying pandas/tests/generic/test_generic.py -> build/lib.linux-x86_64-3.8/pandas/tests/generic
> copying pandas/tests/generic/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/generic
> copying pandas/tests/generic/test_label_or_level_utils.py -> build/lib.linux-x86_64-3.8/pandas/tests/generic
> copying pandas/tests/generic/test_series.py -> build/lib.linux-x86_64-3.8/pandas/tests/generic
> creating build/lib.linux-x86_64-3.8/pandas/tests/api
> copying pandas/tests/api/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/api
> copying pandas/tests/api/test_api.py -> build/lib.linux-x86_64-3.8/pandas/tests/api
> copying pandas/tests/api/test_types.py -> build/lib.linux-x86_64-3.8/pandas/tests/api
> creating build/lib.linux-x86_64-3.8/pandas/tests/reshape
> copying pandas/tests/reshape/test_cut.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape
> copying pandas/tests/reshape/test_pivot.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape
> copying pandas/tests/reshape/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape
> copying pandas/tests/reshape/test_util.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape
> copying pandas/tests/reshape/test_qcut.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape
> copying pandas/tests/reshape/test_reshape.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape
> copying pandas/tests/reshape/test_concat.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape
> copying pandas/tests/reshape/test_union_categoricals.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape
> copying pandas/tests/reshape/test_melt.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape
> creating build/lib.linux-x86_64-3.8/pandas/tests/plotting
> copying pandas/tests/plotting/test_datetimelike.py -> build/lib.linux-x86_64-3.8/pandas/tests/plotting
> copying pandas/tests/plotting/test_frame.py -> build/lib.linux-x86_64-3.8/pandas/tests/plotting
> copying pandas/tests/plotting/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/plotting
> copying pandas/tests/plotting/test_groupby.py -> build/lib.linux-x86_64-3.8/pandas/tests/plotting
> copying pandas/tests/plotting/test_misc.py -> build/lib.linux-x86_64-3.8/pandas/tests/plotting
> copying pandas/tests/plotting/test_converter.py -> build/lib.linux-x86_64-3.8/pandas/tests/plotting
> copying pandas/tests/plotting/test_hist_method.py -> build/lib.linux-x86_64-3.8/pandas/tests/plotting
> copying pandas/tests/plotting/common.py -> build/lib.linux-x86_64-3.8/pandas/tests/plotting
> copying pandas/tests/plotting/test_boxplot_method.py -> build/lib.linux-x86_64-3.8/pandas/tests/plotting
> copying pandas/tests/plotting/test_series.py -> build/lib.linux-x86_64-3.8/pandas/tests/plotting
> copying pandas/tests/plotting/test_backend.py -> build/lib.linux-x86_64-3.8/pandas/tests/plotting
> creating build/lib.linux-x86_64-3.8/pandas/tests/reductions
> copying pandas/tests/reductions/test_reductions.py -> build/lib.linux-x86_64-3.8/pandas/tests/reductions
> copying pandas/tests/reductions/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/reductions
> copying pandas/tests/reductions/test_stat_reductions.py -> build/lib.linux-x86_64-3.8/pandas/tests/reductions
> creating build/lib.linux-x86_64-3.8/pandas/tests/tools
> copying pandas/tests/tools/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/tools
> copying pandas/tests/tools/test_numeric.py -> build/lib.linux-x86_64-3.8/pandas/tests/tools
> creating build/lib.linux-x86_64-3.8/pandas/tests/scalar
> copying pandas/tests/scalar/test_nat.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar
> copying pandas/tests/scalar/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar
> creating build/lib.linux-x86_64-3.8/pandas/tests/resample
> copying pandas/tests/resample/test_resampler_grouper.py -> build/lib.linux-x86_64-3.8/pandas/tests/resample
> copying pandas/tests/resample/test_timedelta.py -> build/lib.linux-x86_64-3.8/pandas/tests/resample
> copying pandas/tests/resample/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/resample
> copying pandas/tests/resample/test_datetime_index.py -> build/lib.linux-x86_64-3.8/pandas/tests/resample
> copying pandas/tests/resample/test_time_grouper.py -> build/lib.linux-x86_64-3.8/pandas/tests/resample
> copying pandas/tests/resample/test_resample_api.py -> build/lib.linux-x86_64-3.8/pandas/tests/resample
> copying pandas/tests/resample/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/resample
> copying pandas/tests/resample/test_base.py -> build/lib.linux-x86_64-3.8/pandas/tests/resample
> copying pandas/tests/resample/test_period_index.py -> build/lib.linux-x86_64-3.8/pandas/tests/resample
> creating build/lib.linux-x86_64-3.8/pandas/tests/computation
> copying pandas/tests/computation/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/computation
> copying pandas/tests/computation/test_eval.py -> build/lib.linux-x86_64-3.8/pandas/tests/computation
> copying pandas/tests/computation/test_compat.py -> build/lib.linux-x86_64-3.8/pandas/tests/computation
> creating build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_timegrouper.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_bin_groupby.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_nth.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_counting.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_rank.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_transform.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_groupby.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_categorical.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_function.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_value_counts.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_grouping.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_filters.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_whitelist.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_apply.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> copying pandas/tests/groupby/test_index_as_string.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby
> creating build/lib.linux-x86_64-3.8/pandas/tests/sparse
> copying pandas/tests/sparse/test_pivot.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse
> copying pandas/tests/sparse/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse
> copying pandas/tests/sparse/test_format.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse
> copying pandas/tests/sparse/test_reshape.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse
> copying pandas/tests/sparse/test_groupby.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse
> copying pandas/tests/sparse/common.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse
> copying pandas/tests/sparse/test_combine_concat.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse
> copying pandas/tests/sparse/test_indexing.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse
> creating build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_io.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_validate.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_repr.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_dtypes.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_constructors.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_ufunc.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_api.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_rank.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_operators.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_timezones.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_duplicates.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_subclass.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_explode.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_analytics.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_internals.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_datetime_values.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/common.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_quantile.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_combine_concat.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_missing.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_alter_axes.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_replace.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_arithmetic.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_apply.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_asof.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_sorting.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_block_internals.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_period.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> copying pandas/tests/series/test_timeseries.py -> build/lib.linux-x86_64-3.8/pandas/tests/series
> creating build/lib.linux-x86_64-3.8/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_timedeltas.py -> build/lib.linux-x86_64-3.8/pandas/tests/tslibs
> copying pandas/tests/tslibs/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_api.py -> build/lib.linux-x86_64-3.8/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_timezones.py -> build/lib.linux-x86_64-3.8/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_parsing.py -> build/lib.linux-x86_64-3.8/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_array_to_datetime.py -> build/lib.linux-x86_64-3.8/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_ccalendar.py -> build/lib.linux-x86_64-3.8/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_period_asfreq.py -> build/lib.linux-x86_64-3.8/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_normalize_date.py -> build/lib.linux-x86_64-3.8/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_conversion.py -> build/lib.linux-x86_64-3.8/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_parse_iso8601.py -> build/lib.linux-x86_64-3.8/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_liboffsets.py -> build/lib.linux-x86_64-3.8/pandas/tests/tslibs
> copying pandas/tests/tslibs/test_libfrequencies.py -> build/lib.linux-x86_64-3.8/pandas/tests/tslibs
> creating build/lib.linux-x86_64-3.8/pandas/tests/extension
> copying pandas/tests/extension/test_sparse.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension
> copying pandas/tests/extension/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension
> copying pandas/tests/extension/test_external_block.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension
> copying pandas/tests/extension/test_categorical.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension
> copying pandas/tests/extension/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension
> copying pandas/tests/extension/test_integer.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension
> copying pandas/tests/extension/test_numpy.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension
> copying pandas/tests/extension/test_interval.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension
> copying pandas/tests/extension/test_common.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension
> copying pandas/tests/extension/test_period.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension
> copying pandas/tests/extension/test_datetime.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension
> creating build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_to_csv.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_validate.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_dtypes.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_query_eval.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_constructors.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_api.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_rank.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_reshape.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_operators.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_timezones.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_duplicates.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_convert_to.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_subclass.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_sort_values_level_as_str.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_explode.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_analytics.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_axis_select_reindex.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_mutate_columns.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/common.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_quantile.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_combine_concat.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_missing.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_alter_axes.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_replace.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_indexing.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_arithmetic.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_repr_info.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_apply.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_asof.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_nonunique_indexes.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_sorting.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_block_internals.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_join.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_period.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> copying pandas/tests/frame/test_timeseries.py -> build/lib.linux-x86_64-3.8/pandas/tests/frame
> creating build/lib.linux-x86_64-3.8/pandas/tests/arrays
> copying pandas/tests/arrays/test_datetimelike.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays
> copying pandas/tests/arrays/test_array.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays
> copying pandas/tests/arrays/test_timedeltas.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays
> copying pandas/tests/arrays/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays
> copying pandas/tests/arrays/test_datetimes.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays
> copying pandas/tests/arrays/test_integer.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays
> copying pandas/tests/arrays/test_numpy.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays
> copying pandas/tests/arrays/test_period.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays
> creating build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_timedelta.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_chaining_and_caching.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_indexing_engines.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_loc.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_categorical.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_callable.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_coercion.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_iloc.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_indexing_slow.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/common.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_partial.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_scalar.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_indexing.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_floats.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_ix.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> copying pandas/tests/indexing/test_datetime.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing
> creating build/lib.linux-x86_64-3.8/pandas/tests/arithmetic
> copying pandas/tests/arithmetic/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/arithmetic
> copying pandas/tests/arithmetic/test_object.py -> build/lib.linux-x86_64-3.8/pandas/tests/arithmetic
> copying pandas/tests/arithmetic/test_timedelta64.py -> build/lib.linux-x86_64-3.8/pandas/tests/arithmetic
> copying pandas/tests/arithmetic/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/arithmetic
> copying pandas/tests/arithmetic/test_numeric.py -> build/lib.linux-x86_64-3.8/pandas/tests/arithmetic
> copying pandas/tests/arithmetic/test_datetime64.py -> build/lib.linux-x86_64-3.8/pandas/tests/arithmetic
> copying pandas/tests/arithmetic/test_period.py -> build/lib.linux-x86_64-3.8/pandas/tests/arithmetic
> creating build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_stata.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_feather.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_s3.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_spss.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_pickle.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_compression.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_clipboard.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/generate_legacy_storage_files.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_gcs.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_html.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_packers.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_sql.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_parquet.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_common.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_date_converters.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> copying pandas/tests/io/test_gbq.py -> build/lib.linux-x86_64-3.8/pandas/tests/io
> creating build/lib.linux-x86_64-3.8/pandas/tests/indexes
> copying pandas/tests/indexes/test_setops.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes
> copying pandas/tests/indexes/test_range.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes
> copying pandas/tests/indexes/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes
> copying pandas/tests/indexes/test_numpy_compat.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes
> copying pandas/tests/indexes/test_category.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes
> copying pandas/tests/indexes/datetimelike.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes
> copying pandas/tests/indexes/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes
> copying pandas/tests/indexes/test_base.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes
> copying pandas/tests/indexes/common.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes
> copying pandas/tests/indexes/test_numeric.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes
> copying pandas/tests/indexes/test_frozen.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes
> copying pandas/tests/indexes/test_common.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes
> creating build/lib.linux-x86_64-3.8/pandas/tests/tseries/frequencies
> copying pandas/tests/tseries/frequencies/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/frequencies
> copying pandas/tests/tseries/frequencies/test_freq_code.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/frequencies
> copying pandas/tests/tseries/frequencies/test_to_offset.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/frequencies
> copying pandas/tests/tseries/frequencies/test_inference.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/frequencies
> creating build/lib.linux-x86_64-3.8/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/test_offsets.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/test_fiscal.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/common.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/test_offsets_properties.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/test_yqm_offsets.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/offsets
> copying pandas/tests/tseries/offsets/test_ticks.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/offsets
> creating build/lib.linux-x86_64-3.8/pandas/tests/tseries/holiday
> copying pandas/tests/tseries/holiday/test_observance.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/holiday
> copying pandas/tests/tseries/holiday/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/holiday
> copying pandas/tests/tseries/holiday/test_calendar.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/holiday
> copying pandas/tests/tseries/holiday/test_holiday.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/holiday
> copying pandas/tests/tseries/holiday/test_federal.py -> build/lib.linux-x86_64-3.8/pandas/tests/tseries/holiday
> creating build/lib.linux-x86_64-3.8/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_construct_from_scalar.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_promote.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_infer_datetimelike.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_construct_ndarray.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_upcast.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_downcast.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_infer_dtype.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_construct_object_arr.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_convert_objects.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes/cast
> copying pandas/tests/dtypes/cast/test_find_common_type.py -> build/lib.linux-x86_64-3.8/pandas/tests/dtypes/cast
> creating build/lib.linux-x86_64-3.8/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_merge_ordered.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_merge_asof.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_merge_index_as_string.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_multi.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_merge.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape/merge
> copying pandas/tests/reshape/merge/test_join.py -> build/lib.linux-x86_64-3.8/pandas/tests/reshape/merge
> creating build/lib.linux-x86_64-3.8/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_comparisons.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_timezones.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_unary_ops.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_timestamp.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_rendering.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/timestamp
> copying pandas/tests/scalar/timestamp/test_arithmetic.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/timestamp
> creating build/lib.linux-x86_64-3.8/pandas/tests/scalar/period
> copying pandas/tests/scalar/period/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/period
> copying pandas/tests/scalar/period/test_asfreq.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/period
> copying pandas/tests/scalar/period/test_period.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/period
> creating build/lib.linux-x86_64-3.8/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/test_timedelta.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/test_formats.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/test_construction.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/timedelta
> copying pandas/tests/scalar/timedelta/test_arithmetic.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/timedelta
> creating build/lib.linux-x86_64-3.8/pandas/tests/scalar/interval
> copying pandas/tests/scalar/interval/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/interval
> copying pandas/tests/scalar/interval/test_ops.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/interval
> copying pandas/tests/scalar/interval/test_interval.py -> build/lib.linux-x86_64-3.8/pandas/tests/scalar/interval
> creating build/lib.linux-x86_64-3.8/pandas/tests/groupby/aggregate
> copying pandas/tests/groupby/aggregate/test_cython.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby/aggregate
> copying pandas/tests/groupby/aggregate/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby/aggregate
> copying pandas/tests/groupby/aggregate/test_other.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby/aggregate
> copying pandas/tests/groupby/aggregate/test_aggregate.py -> build/lib.linux-x86_64-3.8/pandas/tests/groupby/aggregate
> creating build/lib.linux-x86_64-3.8/pandas/tests/sparse/series
> copying pandas/tests/sparse/series/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse/series
> copying pandas/tests/sparse/series/test_indexing.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse/series
> copying pandas/tests/sparse/series/test_series.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse/series
> creating build/lib.linux-x86_64-3.8/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_to_from_scipy.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_to_csv.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_frame.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_analytics.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_indexing.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse/frame
> copying pandas/tests/sparse/frame/test_apply.py -> build/lib.linux-x86_64-3.8/pandas/tests/sparse/frame
> creating build/lib.linux-x86_64-3.8/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_boolean.py -> build/lib.linux-x86_64-3.8/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_loc.py -> build/lib.linux-x86_64-3.8/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_callable.py -> build/lib.linux-x86_64-3.8/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_alter_index.py -> build/lib.linux-x86_64-3.8/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_iloc.py -> build/lib.linux-x86_64-3.8/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_indexing.py -> build/lib.linux-x86_64-3.8/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_numeric.py -> build/lib.linux-x86_64-3.8/pandas/tests/series/indexing
> copying pandas/tests/series/indexing/test_datetime.py -> build/lib.linux-x86_64-3.8/pandas/tests/series/indexing
> creating build/lib.linux-x86_64-3.8/pandas/tests/extension/json
> copying pandas/tests/extension/json/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/json
> copying pandas/tests/extension/json/array.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/json
> copying pandas/tests/extension/json/test_json.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/json
> creating build/lib.linux-x86_64-3.8/pandas/tests/extension/decimal
> copying pandas/tests/extension/decimal/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/decimal
> copying pandas/tests/extension/decimal/test_decimal.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/decimal
> copying pandas/tests/extension/decimal/array.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/decimal
> creating build/lib.linux-x86_64-3.8/pandas/tests/extension/arrow
> copying pandas/tests/extension/arrow/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/arrow
> copying pandas/tests/extension/arrow/bool.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/arrow
> copying pandas/tests/extension/arrow/test_bool.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/arrow
> creating build/lib.linux-x86_64-3.8/pandas/tests/extension/list
> copying pandas/tests/extension/list/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/list
> copying pandas/tests/extension/list/test_list.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/list
> copying pandas/tests/extension/list/array.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/list
> creating build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/interface.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/printing.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/groupby.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/missing.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/methods.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/io.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/constructors.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/reshaping.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/ops.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/setitem.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/getitem.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/base.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/dtype.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/casting.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> copying pandas/tests/extension/base/reduce.py -> build/lib.linux-x86_64-3.8/pandas/tests/extension/base
> creating build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_repr.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_dtypes.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_constructors.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_warnings.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_api.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_algos.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_operators.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_subclass.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_analytics.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/common.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_missing.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_indexing.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> copying pandas/tests/arrays/categorical/test_sorting.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/categorical
> creating build/lib.linux-x86_64-3.8/pandas/tests/arrays/sparse
> copying pandas/tests/arrays/sparse/test_array.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/sparse
> copying pandas/tests/arrays/sparse/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/sparse
> copying pandas/tests/arrays/sparse/test_accessor.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/sparse
> copying pandas/tests/arrays/sparse/test_dtype.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/sparse
> copying pandas/tests/arrays/sparse/test_libsparse.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/sparse
> copying pandas/tests/arrays/sparse/test_arithmetics.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/sparse
> creating build/lib.linux-x86_64-3.8/pandas/tests/arrays/interval
> copying pandas/tests/arrays/interval/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/interval
> copying pandas/tests/arrays/interval/test_ops.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/interval
> copying pandas/tests/arrays/interval/test_interval.py -> build/lib.linux-x86_64-3.8/pandas/tests/arrays/interval
> creating build/lib.linux-x86_64-3.8/pandas/tests/indexing/interval
> copying pandas/tests/indexing/interval/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/interval
> copying pandas/tests/indexing/interval/test_interval_new.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/interval
> copying pandas/tests/indexing/interval/test_interval.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/interval
> creating build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_chaining_and_caching.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_loc.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_xs.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_set_ops.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_getitem.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_iloc.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_indexing_slow.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_sorted.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_slice.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_partial.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_setitem.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_ix.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_multiindex.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> copying pandas/tests/indexing/multiindex/test_datetime.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexing/multiindex
> creating build/lib.linux-x86_64-3.8/pandas/tests/io/pytables
> copying pandas/tests/io/pytables/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/pytables
> copying pandas/tests/io/pytables/test_pytables_missing.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/pytables
> copying pandas/tests/io/pytables/test_pytables.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/pytables
> copying pandas/tests/io/pytables/test_compat.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/pytables
> creating build/lib.linux-x86_64-3.8/pandas/tests/io/json
> copying pandas/tests/io/json/test_ujson.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/json
> copying pandas/tests/io/json/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/json
> copying pandas/tests/io/json/test_json_table_schema.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/json
> copying pandas/tests/io/json/test_compression.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/json
> copying pandas/tests/io/json/test_readlines.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/json
> copying pandas/tests/io/json/test_normalize.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/json
> copying pandas/tests/io/json/test_pandas.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/json
> creating build/lib.linux-x86_64-3.8/pandas/tests/io/excel
> copying pandas/tests/io/excel/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_style.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_xlrd.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_openpyxl.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_xlsxwriter.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_odf.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/excel
> copying pandas/tests/io/excel/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_writers.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_readers.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/excel
> copying pandas/tests/io/excel/test_xlwt.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/excel
> creating build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_skiprows.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_dialect.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_dtypes.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_multi_thread.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_converters.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_index_col.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_compression.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_parse_dates.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_mangle_dupes.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_unsupported.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_textreader.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_comment.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_header.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_python_parser_only.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_read_fwf.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_network.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_usecols.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_na_values.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_c_parser_only.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_common.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> copying pandas/tests/io/parser/test_quoting.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/parser
> creating build/lib.linux-x86_64-3.8/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_to_csv.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/formats
> copying pandas/tests/io/formats/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_console.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_css.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_format.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_style.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_to_latex.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_eng_formatting.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_to_html.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_printing.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/formats
> copying pandas/tests/io/formats/test_to_excel.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/formats
> creating build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_subtype.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_pack.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_limits.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_extension.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_unpack_raw.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_seq.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_format.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_obj.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_case.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_newspec.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_unpack.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_except.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/common.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_sequnpack.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_buffer.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> copying pandas/tests/io/msgpack/test_read_size.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/msgpack
> creating build/lib.linux-x86_64-3.8/pandas/tests/io/sas
> copying pandas/tests/io/sas/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/sas
> copying pandas/tests/io/sas/test_xport.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/sas
> copying pandas/tests/io/sas/test_sas7bdat.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/sas
> copying pandas/tests/io/sas/test_sas.py -> build/lib.linux-x86_64-3.8/pandas/tests/io/sas
> creating build/lib.linux-x86_64-3.8/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_partial_slicing.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_timedelta.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_setops.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_scalar_compat.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_timedelta_range.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_formats.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_construction.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_indexing.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_arithmetic.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_astype.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_ops.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/timedeltas
> copying pandas/tests/indexes/timedeltas/test_tools.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/timedeltas
> creating build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_partial_slicing.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_setops.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_scalar_compat.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_formats.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_construction.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_asfreq.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_indexing.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_arithmetic.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_astype.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_ops.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_tools.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_period.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> copying pandas/tests/indexes/period/test_period_range.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/period
> creating build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_datetimelike.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_partial_slicing.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_setops.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_scalar_compat.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_formats.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_timezones.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_construction.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_misc.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_date_range.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_missing.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_indexing.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_arithmetic.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_astype.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_ops.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_tools.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> copying pandas/tests/indexes/datetimes/test_datetime.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/datetimes
> creating build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_names.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_get_set.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_integrity.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_reindex.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_drop.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_format.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_reshape.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_set_ops.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_duplicates.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_constructor.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_monotonic.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_analytics.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/conftest.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_equivalence.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_copy.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_missing.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_conversion.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_contains.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_indexing.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_compat.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_astype.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_sorting.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_partial_indexing.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> copying pandas/tests/indexes/multi/test_join.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/multi
> creating build/lib.linux-x86_64-3.8/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_setops.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/__init__.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_interval_range.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_construction.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_interval_tree.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_interval_new.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_astype.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/interval
> copying pandas/tests/indexes/interval/test_interval.py -> build/lib.linux-x86_64-3.8/pandas/tests/indexes/interval
> creating build/lib.linux-x86_64-3.8/pandas/core/internals
> copying pandas/core/internals/__init__.py -> build/lib.linux-x86_64-3.8/pandas/core/internals
> copying pandas/core/internals/managers.py -> build/lib.linux-x86_64-3.8/pandas/core/internals
> copying pandas/core/internals/arrays.py -> build/lib.linux-x86_64-3.8/pandas/core/internals
> copying pandas/core/internals/blocks.py -> build/lib.linux-x86_64-3.8/pandas/core/internals
> copying pandas/core/internals/construction.py -> build/lib.linux-x86_64-3.8/pandas/core/internals
> copying pandas/core/internals/concat.py -> build/lib.linux-x86_64-3.8/pandas/core/internals
> creating build/lib.linux-x86_64-3.8/pandas/core/dtypes
> copying pandas/core/dtypes/dtypes.py -> build/lib.linux-x86_64-3.8/pandas/core/dtypes
> copying pandas/core/dtypes/api.py -> build/lib.linux-x86_64-3.8/pandas/core/dtypes
> copying pandas/core/dtypes/__init__.py -> build/lib.linux-x86_64-3.8/pandas/core/dtypes
> copying pandas/core/dtypes/missing.py -> build/lib.linux-x86_64-3.8/pandas/core/dtypes
> copying pandas/core/dtypes/generic.py -> build/lib.linux-x86_64-3.8/pandas/core/dtypes
> copying pandas/core/dtypes/inference.py -> build/lib.linux-x86_64-3.8/pandas/core/dtypes
> copying pandas/core/dtypes/common.py -> build/lib.linux-x86_64-3.8/pandas/core/dtypes
> copying pandas/core/dtypes/cast.py -> build/lib.linux-x86_64-3.8/pandas/core/dtypes
> copying pandas/core/dtypes/concat.py -> build/lib.linux-x86_64-3.8/pandas/core/dtypes
> copying pandas/core/dtypes/base.py -> build/lib.linux-x86_64-3.8/pandas/core/dtypes
> creating build/lib.linux-x86_64-3.8/pandas/core/util
> copying pandas/core/util/__init__.py -> build/lib.linux-x86_64-3.8/pandas/core/util
> copying pandas/core/util/hashing.py -> build/lib.linux-x86_64-3.8/pandas/core/util
> creating build/lib.linux-x86_64-3.8/pandas/core/reshape
> copying pandas/core/reshape/tile.py -> build/lib.linux-x86_64-3.8/pandas/core/reshape
> copying pandas/core/reshape/api.py -> build/lib.linux-x86_64-3.8/pandas/core/reshape
> copying pandas/core/reshape/__init__.py -> build/lib.linux-x86_64-3.8/pandas/core/reshape
> copying pandas/core/reshape/melt.py -> build/lib.linux-x86_64-3.8/pandas/core/reshape
> copying pandas/core/reshape/util.py -> build/lib.linux-x86_64-3.8/pandas/core/reshape
> copying pandas/core/reshape/merge.py -> build/lib.linux-x86_64-3.8/pandas/core/reshape
> copying pandas/core/reshape/reshape.py -> build/lib.linux-x86_64-3.8/pandas/core/reshape
> copying pandas/core/reshape/concat.py -> build/lib.linux-x86_64-3.8/pandas/core/reshape
> copying pandas/core/reshape/pivot.py -> build/lib.linux-x86_64-3.8/pandas/core/reshape
> creating build/lib.linux-x86_64-3.8/pandas/core/tools
> copying pandas/core/tools/datetimes.py -> build/lib.linux-x86_64-3.8/pandas/core/tools
> copying pandas/core/tools/__init__.py -> build/lib.linux-x86_64-3.8/pandas/core/tools
> copying pandas/core/tools/timedeltas.py -> build/lib.linux-x86_64-3.8/pandas/core/tools
> copying pandas/core/tools/numeric.py -> build/lib.linux-x86_64-3.8/pandas/core/tools
> creating build/lib.linux-x86_64-3.8/pandas/core/computation
> copying pandas/core/computation/scope.py -> build/lib.linux-x86_64-3.8/pandas/core/computation
> copying pandas/core/computation/engines.py -> build/lib.linux-x86_64-3.8/pandas/core/computation
> copying pandas/core/computation/api.py -> build/lib.linux-x86_64-3.8/pandas/core/computation
> copying pandas/core/computation/__init__.py -> build/lib.linux-x86_64-3.8/pandas/core/computation
> copying pandas/core/computation/pytables.py -> build/lib.linux-x86_64-3.8/pandas/core/computation
> copying pandas/core/computation/expr.py -> build/lib.linux-x86_64-3.8/pandas/core/computation
> copying pandas/core/computation/expressions.py -> build/lib.linux-x86_64-3.8/pandas/core/computation
> copying pandas/core/computation/check.py -> build/lib.linux-x86_64-3.8/pandas/core/computation
> copying pandas/core/computation/align.py -> build/lib.linux-x86_64-3.8/pandas/core/computation
> copying pandas/core/computation/ops.py -> build/lib.linux-x86_64-3.8/pandas/core/computation
> copying pandas/core/computation/common.py -> build/lib.linux-x86_64-3.8/pandas/core/computation
> copying pandas/core/computation/eval.py -> build/lib.linux-x86_64-3.8/pandas/core/computation
> creating build/lib.linux-x86_64-3.8/pandas/core/groupby
> copying pandas/core/groupby/__init__.py -> build/lib.linux-x86_64-3.8/pandas/core/groupby
> copying pandas/core/groupby/groupby.py -> build/lib.linux-x86_64-3.8/pandas/core/groupby
> copying pandas/core/groupby/categorical.py -> build/lib.linux-x86_64-3.8/pandas/core/groupby
> copying pandas/core/groupby/generic.py -> build/lib.linux-x86_64-3.8/pandas/core/groupby
> copying pandas/core/groupby/ops.py -> build/lib.linux-x86_64-3.8/pandas/core/groupby
> copying pandas/core/groupby/base.py -> build/lib.linux-x86_64-3.8/pandas/core/groupby
> copying pandas/core/groupby/grouper.py -> build/lib.linux-x86_64-3.8/pandas/core/groupby
> creating build/lib.linux-x86_64-3.8/pandas/core/sparse
> copying pandas/core/sparse/api.py -> build/lib.linux-x86_64-3.8/pandas/core/sparse
> copying pandas/core/sparse/__init__.py -> build/lib.linux-x86_64-3.8/pandas/core/sparse
> copying pandas/core/sparse/scipy_sparse.py -> build/lib.linux-x86_64-3.8/pandas/core/sparse
> copying pandas/core/sparse/frame.py -> build/lib.linux-x86_64-3.8/pandas/core/sparse
> copying pandas/core/sparse/series.py -> build/lib.linux-x86_64-3.8/pandas/core/sparse
> creating build/lib.linux-x86_64-3.8/pandas/core/arrays
> copying pandas/core/arrays/period.py -> build/lib.linux-x86_64-3.8/pandas/core/arrays
> copying pandas/core/arrays/datetimes.py -> build/lib.linux-x86_64-3.8/pandas/core/arrays
> copying pandas/core/arrays/_ranges.py -> build/lib.linux-x86_64-3.8/pandas/core/arrays
> copying pandas/core/arrays/__init__.py -> build/lib.linux-x86_64-3.8/pandas/core/arrays
> copying pandas/core/arrays/categorical.py -> build/lib.linux-x86_64-3.8/pandas/core/arrays
> copying pandas/core/arrays/timedeltas.py -> build/lib.linux-x86_64-3.8/pandas/core/arrays
> copying pandas/core/arrays/array_.py -> build/lib.linux-x86_64-3.8/pandas/core/arrays
> copying pandas/core/arrays/numpy_.py -> build/lib.linux-x86_64-3.8/pandas/core/arrays
> copying pandas/core/arrays/datetimelike.py -> build/lib.linux-x86_64-3.8/pandas/core/arrays
> copying pandas/core/arrays/interval.py -> build/lib.linux-x86_64-3.8/pandas/core/arrays
> copying pandas/core/arrays/integer.py -> build/lib.linux-x86_64-3.8/pandas/core/arrays
> copying pandas/core/arrays/base.py -> build/lib.linux-x86_64-3.8/pandas/core/arrays
> copying pandas/core/arrays/sparse.py -> build/lib.linux-x86_64-3.8/pandas/core/arrays
> creating build/lib.linux-x86_64-3.8/pandas/core/ops
> copying pandas/core/ops/docstrings.py -> build/lib.linux-x86_64-3.8/pandas/core/ops
> copying pandas/core/ops/__init__.py -> build/lib.linux-x86_64-3.8/pandas/core/ops
> copying pandas/core/ops/missing.py -> build/lib.linux-x86_64-3.8/pandas/core/ops
> copying pandas/core/ops/roperator.py -> build/lib.linux-x86_64-3.8/pandas/core/ops
> creating build/lib.linux-x86_64-3.8/pandas/core/indexes
> copying pandas/core/indexes/period.py -> build/lib.linux-x86_64-3.8/pandas/core/indexes
> copying pandas/core/indexes/datetimes.py -> build/lib.linux-x86_64-3.8/pandas/core/indexes
> copying pandas/core/indexes/range.py -> build/lib.linux-x86_64-3.8/pandas/core/indexes
> copying pandas/core/indexes/api.py -> build/lib.linux-x86_64-3.8/pandas/core/indexes
> copying pandas/core/indexes/__init__.py -> build/lib.linux-x86_64-3.8/pandas/core/indexes
> copying pandas/core/indexes/multi.py -> build/lib.linux-x86_64-3.8/pandas/core/indexes
> copying pandas/core/indexes/accessors.py -> build/lib.linux-x86_64-3.8/pandas/core/indexes
> copying pandas/core/indexes/timedeltas.py -> build/lib.linux-x86_64-3.8/pandas/core/indexes
> copying pandas/core/indexes/category.py -> build/lib.linux-x86_64-3.8/pandas/core/indexes
> copying pandas/core/indexes/datetimelike.py -> build/lib.linux-x86_64-3.8/pandas/core/indexes
> copying pandas/core/indexes/interval.py -> build/lib.linux-x86_64-3.8/pandas/core/indexes
> copying pandas/core/indexes/frozen.py -> build/lib.linux-x86_64-3.8/pandas/core/indexes
> copying pandas/core/indexes/numeric.py -> build/lib.linux-x86_64-3.8/pandas/core/indexes
> copying pandas/core/indexes/base.py -> build/lib.linux-x86_64-3.8/pandas/core/indexes
> creating build/lib.linux-x86_64-3.8/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/timeseries.py -> build/lib.linux-x86_64-3.8/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/boxplot.py -> build/lib.linux-x86_64-3.8/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/core.py -> build/lib.linux-x86_64-3.8/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/__init__.py -> build/lib.linux-x86_64-3.8/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/style.py -> build/lib.linux-x86_64-3.8/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/misc.py -> build/lib.linux-x86_64-3.8/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/compat.py -> build/lib.linux-x86_64-3.8/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/tools.py -> build/lib.linux-x86_64-3.8/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/converter.py -> build/lib.linux-x86_64-3.8/pandas/plotting/_matplotlib
> copying pandas/plotting/_matplotlib/hist.py -> build/lib.linux-x86_64-3.8/pandas/plotting/_matplotlib
> creating build/lib.linux-x86_64-3.8/pandas/_libs/tslibs
> copying pandas/_libs/tslibs/__init__.py -> build/lib.linux-x86_64-3.8/pandas/_libs/tslibs
> creating build/lib.linux-x86_64-3.8/pandas/io/json
> copying pandas/io/json/__init__.py -> build/lib.linux-x86_64-3.8/pandas/io/json
> copying pandas/io/json/_normalize.py -> build/lib.linux-x86_64-3.8/pandas/io/json
> copying pandas/io/json/_json.py -> build/lib.linux-x86_64-3.8/pandas/io/json
> copying pandas/io/json/_table_schema.py -> build/lib.linux-x86_64-3.8/pandas/io/json
> creating build/lib.linux-x86_64-3.8/pandas/io/excel
> copying pandas/io/excel/_odfreader.py -> build/lib.linux-x86_64-3.8/pandas/io/excel
> copying pandas/io/excel/_xlsxwriter.py -> build/lib.linux-x86_64-3.8/pandas/io/excel
> copying pandas/io/excel/__init__.py -> build/lib.linux-x86_64-3.8/pandas/io/excel
> copying pandas/io/excel/_base.py -> build/lib.linux-x86_64-3.8/pandas/io/excel
> copying pandas/io/excel/_xlrd.py -> build/lib.linux-x86_64-3.8/pandas/io/excel
> copying pandas/io/excel/_openpyxl.py -> build/lib.linux-x86_64-3.8/pandas/io/excel
> copying pandas/io/excel/_util.py -> build/lib.linux-x86_64-3.8/pandas/io/excel
> copying pandas/io/excel/_xlwt.py -> build/lib.linux-x86_64-3.8/pandas/io/excel
> creating build/lib.linux-x86_64-3.8/pandas/io/clipboard
> copying pandas/io/clipboard/__init__.py -> build/lib.linux-x86_64-3.8/pandas/io/clipboard
> copying pandas/io/clipboard/windows.py -> build/lib.linux-x86_64-3.8/pandas/io/clipboard
> copying pandas/io/clipboard/clipboards.py -> build/lib.linux-x86_64-3.8/pandas/io/clipboard
> copying pandas/io/clipboard/exceptions.py -> build/lib.linux-x86_64-3.8/pandas/io/clipboard
> creating build/lib.linux-x86_64-3.8/pandas/io/formats
> copying pandas/io/formats/printing.py -> build/lib.linux-x86_64-3.8/pandas/io/formats
> copying pandas/io/formats/css.py -> build/lib.linux-x86_64-3.8/pandas/io/formats
> copying pandas/io/formats/__init__.py -> build/lib.linux-x86_64-3.8/pandas/io/formats
> copying pandas/io/formats/html.py -> build/lib.linux-x86_64-3.8/pandas/io/formats
> copying pandas/io/formats/style.py -> build/lib.linux-x86_64-3.8/pandas/io/formats
> copying pandas/io/formats/latex.py -> build/lib.linux-x86_64-3.8/pandas/io/formats
> copying pandas/io/formats/csvs.py -> build/lib.linux-x86_64-3.8/pandas/io/formats
> copying pandas/io/formats/console.py -> build/lib.linux-x86_64-3.8/pandas/io/formats
> copying pandas/io/formats/format.py -> build/lib.linux-x86_64-3.8/pandas/io/formats
> copying pandas/io/formats/excel.py -> build/lib.linux-x86_64-3.8/pandas/io/formats
> creating build/lib.linux-x86_64-3.8/pandas/io/msgpack
> copying pandas/io/msgpack/__init__.py -> build/lib.linux-x86_64-3.8/pandas/io/msgpack
> copying pandas/io/msgpack/_version.py -> build/lib.linux-x86_64-3.8/pandas/io/msgpack
> copying pandas/io/msgpack/exceptions.py -> build/lib.linux-x86_64-3.8/pandas/io/msgpack
> creating build/lib.linux-x86_64-3.8/pandas/io/sas
> copying pandas/io/sas/sas7bdat.py -> build/lib.linux-x86_64-3.8/pandas/io/sas
> copying pandas/io/sas/__init__.py -> build/lib.linux-x86_64-3.8/pandas/io/sas
> copying pandas/io/sas/sas_constants.py -> build/lib.linux-x86_64-3.8/pandas/io/sas
> copying pandas/io/sas/sasreader.py -> build/lib.linux-x86_64-3.8/pandas/io/sas
> copying pandas/io/sas/sas_xport.py -> build/lib.linux-x86_64-3.8/pandas/io/sas
> creating build/lib.linux-x86_64-3.8/pandas/compat/numpy
> copying pandas/compat/numpy/__init__.py -> build/lib.linux-x86_64-3.8/pandas/compat/numpy
> copying pandas/compat/numpy/function.py -> build/lib.linux-x86_64-3.8/pandas/compat/numpy
> creating build/lib.linux-x86_64-3.8/pandas/io/formats/templates
> copying pandas/io/formats/templates/html.tpl -> build/lib.linux-x86_64-3.8/pandas/io/formats/templates
> UPDATING build/lib.linux-x86_64-3.8/pandas/_version.py
> set build/lib.linux-x86_64-3.8/pandas/_version.py to '0.25.3'
> running build_ext
> building 'pandas._libs.algos' extension
> creating build/temp.linux-x86_64-3.8
> creating build/temp.linux-x86_64-3.8/pandas
> creating build/temp.linux-x86_64-3.8/pandas/_libs
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/algos.c -o build/temp.linux-x86_64-3.8/pandas/_libs/algos.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/algos.o -o build/lib.linux-x86_64-3.8/pandas/_libs/algos.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.groupby' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/groupby.c -o build/temp.linux-x86_64-3.8/pandas/_libs/groupby.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/groupby.o -o build/lib.linux-x86_64-3.8/pandas/_libs/groupby.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.hashing' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/hashing.c -o build/temp.linux-x86_64-3.8/pandas/_libs/hashing.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/hashing.o -o build/lib.linux-x86_64-3.8/pandas/_libs/hashing.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.hashtable' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/hashtable.c -o build/temp.linux-x86_64-3.8/pandas/_libs/hashtable.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/hashtable.o -o build/lib.linux-x86_64-3.8/pandas/_libs/hashtable.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.index' extension
> creating build/temp.linux-x86_64-3.8/pandas/_libs/tslibs
> creating build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src
> creating build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/index.c -o build/temp.linux-x86_64-3.8/pandas/_libs/index.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/index.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.8/pandas/_libs/index.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.indexing' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/indexing.c -o build/temp.linux-x86_64-3.8/pandas/_libs/indexing.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/indexing.o -o build/lib.linux-x86_64-3.8/pandas/_libs/indexing.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.internals' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/internals.c -o build/temp.linux-x86_64-3.8/pandas/_libs/internals.o -Wno-unused-function
> pandas/_libs/internals.c: In function ‘__pyx_gb_6pandas_5_libs_9internals_8generator’:
> pandas/_libs/internals.c:9232:36: warning: ‘__pyx_t_23’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  9232 |         __pyx_cur_scope->__pyx_t_9 = __pyx_t_23;
>       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> pandas/_libs/internals.c:8959:36: warning: ‘__pyx_t_11’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  8959 |         __pyx_cur_scope->__pyx_t_5 = __pyx_t_11;
>       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> pandas/_libs/internals.c:8956:36: warning: ‘__pyx_t_6’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  8956 |         __pyx_cur_scope->__pyx_t_4 = __pyx_t_6;
>       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
> pandas/_libs/internals.c:8961:36: warning: ‘__pyx_t_15’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  8961 |         __pyx_cur_scope->__pyx_t_8 = __pyx_t_15;
>       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> pandas/_libs/internals.c:8960:36: warning: ‘__pyx_t_12’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  8960 |         __pyx_cur_scope->__pyx_t_7 = __pyx_t_12;
>       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/internals.o -o build/lib.linux-x86_64-3.8/pandas/_libs/internals.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.interval' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/interval.c -o build/temp.linux-x86_64-3.8/pandas/_libs/interval.o -Wno-unused-function
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_28get_indexer’:
> pandas/_libs/interval.c:14663:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 14663 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c:14692:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 14692 |     __pyx_t_11 = ((__pyx_v_result->data->n > (__pyx_v_old_len + 1)) != 0);
>       |                                            ^
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_30get_indexer’:
> pandas/_libs/interval.c:14940:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 14940 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c:14969:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 14969 |     __pyx_t_11 = ((__pyx_v_result->data->n > (__pyx_v_old_len + 1)) != 0);
>       |                                            ^
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_32get_indexer’:
> pandas/_libs/interval.c:15217:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15217 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c:15246:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15246 |     __pyx_t_11 = ((__pyx_v_result->data->n > (__pyx_v_old_len + 1)) != 0);
>       |                                            ^
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_34get_indexer’:
> pandas/_libs/interval.c:15494:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15494 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c:15523:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15523 |     __pyx_t_11 = ((__pyx_v_result->data->n > (__pyx_v_old_len + 1)) != 0);
>       |                                            ^
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_36get_indexer’:
> pandas/_libs/interval.c:15771:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15771 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c:15800:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 15800 |     __pyx_t_11 = ((__pyx_v_result->data->n > (__pyx_v_old_len + 1)) != 0);
>       |                                            ^
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_40get_indexer_non_unique’:
> pandas/_libs/interval.c:16727:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 16727 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_42get_indexer_non_unique’:
> pandas/_libs/interval.c:17037:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 17037 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_44get_indexer_non_unique’:
> pandas/_libs/interval.c:17347:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 17347 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_46get_indexer_non_unique’:
> pandas/_libs/interval.c:17657:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 17657 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c: In function ‘__pyx_pf_6pandas_5_libs_8interval_12IntervalTree_48get_indexer_non_unique’:
> pandas/_libs/interval.c:17967:44: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 17967 |     __pyx_t_11 = ((__pyx_v_result->data->n == __pyx_v_old_len) != 0);
>       |                                            ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_27Int32ClosedLeftIntervalNode_query’:
> pandas/_libs/interval.c:70716:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 70716 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>       |                                                                                                                                           ^~
> pandas/_libs/interval.c:70719:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 70719 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>       |                                    ^
> pandas/_libs/interval.c:70762:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 70762 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:70811:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 70811 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>       |                                                                                                                                          ^~
> pandas/_libs/interval.c:70851:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 70851 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>       |                                    ^
> pandas/_libs/interval.c:70891:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 70891 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:70938:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 70938 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>       |                                         ^
> pandas/_libs/interval.c:70978:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 70978 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>       |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_28Int32ClosedRightIntervalNode_query’:
> pandas/_libs/interval.c:76632:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 76632 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>       |                                                                                                                                           ^
> pandas/_libs/interval.c:76635:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 76635 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>       |                                    ^~
> pandas/_libs/interval.c:76678:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 76678 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:76727:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 76727 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>       |                                                                                                                                          ^
> pandas/_libs/interval.c:76767:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 76767 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>       |                                    ^~
> pandas/_libs/interval.c:76807:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 76807 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:76854:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 76854 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>       |                                         ^~
> pandas/_libs/interval.c:76894:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 76894 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>       |                                                         ^
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_27Int32ClosedBothIntervalNode_query’:
> pandas/_libs/interval.c:82548:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 82548 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>       |                                                                                                                                           ^~
> pandas/_libs/interval.c:82551:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 82551 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>       |                                    ^~
> pandas/_libs/interval.c:82594:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 82594 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:82643:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 82643 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>       |                                                                                                                                          ^~
> pandas/_libs/interval.c:82683:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 82683 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>       |                                    ^~
> pandas/_libs/interval.c:82723:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 82723 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:82770:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 82770 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>       |                                         ^~
> pandas/_libs/interval.c:82810:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 82810 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>       |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_30Int32ClosedNeitherIntervalNode_query’:
> pandas/_libs/interval.c:88464:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 88464 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>       |                                                                                                                                           ^
> pandas/_libs/interval.c:88467:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 88467 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>       |                                    ^
> pandas/_libs/interval.c:88510:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 88510 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:88559:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 88559 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>       |                                                                                                                                          ^
> pandas/_libs/interval.c:88599:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 88599 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>       |                                    ^
> pandas/_libs/interval.c:88639:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 88639 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:88686:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 88686 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_int32_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>       |                                         ^
> pandas/_libs/interval.c:88726:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 88726 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>       |                                                         ^
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_27Int64ClosedLeftIntervalNode_query’:
> pandas/_libs/interval.c:94369:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 94369 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>       |                                                                                                                                           ^~
> pandas/_libs/interval.c:94372:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 94372 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>       |                                    ^
> pandas/_libs/interval.c:94415:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 94415 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:94464:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 94464 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_17 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>       |                                                                                                                                          ^~
> pandas/_libs/interval.c:94504:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 94504 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>       |                                    ^
> pandas/_libs/interval.c:94544:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 94544 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>       |                                  ^
> pandas/_libs/interval.c:94591:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 94591 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_19 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>       |                                         ^
> pandas/_libs/interval.c:94631:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 94631 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>       |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_28Int64ClosedRightIntervalNode_query’:
> pandas/_libs/interval.c:100273:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 100273 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>        |                                                                                                                                           ^
> pandas/_libs/interval.c:100276:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 100276 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^~
> pandas/_libs/interval.c:100319:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 100319 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:100368:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 100368 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_17 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                          ^
> pandas/_libs/interval.c:100408:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 100408 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^~
> pandas/_libs/interval.c:100448:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 100448 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:100495:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 100495 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_19 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^~
> pandas/_libs/interval.c:100535:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 100535 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>        |                                                         ^
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_27Int64ClosedBothIntervalNode_query’:
> pandas/_libs/interval.c:106177:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 106177 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>        |                                                                                                                                           ^~
> pandas/_libs/interval.c:106180:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 106180 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^~
> pandas/_libs/interval.c:106223:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 106223 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:106272:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 106272 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_17 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                          ^~
> pandas/_libs/interval.c:106312:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 106312 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^~
> pandas/_libs/interval.c:106352:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 106352 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:106399:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 106399 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_19 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^~
> pandas/_libs/interval.c:106439:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 106439 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>        |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_4__pyx_f_6pandas_5_libs_8interval_30Int64ClosedNeitherIntervalNode_query’:
> pandas/_libs/interval.c:112081:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 112081 |       __pyx_t_8 = ((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>        |                                                                                                                                           ^
> pandas/_libs/interval.c:112084:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 112084 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^
> pandas/_libs/interval.c:112127:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 112127 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:112176:138: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 112176 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_17 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                          ^
> pandas/_libs/interval.c:112216:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 112216 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^
> pandas/_libs/interval.c:112256:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 112256 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:112303:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 112303 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_int64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_19 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^
> pandas/_libs/interval.c:112343:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 112343 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>        |                                                         ^
> pandas/_libs/interval.c: In function ‘__pyx_fuse_2__pyx_f_6pandas_5_libs_8interval_28Uint64ClosedLeftIntervalNode_query’:
> pandas/_libs/interval.c:116692:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 116692 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>        |                                                                                                                                            ^~
> pandas/_libs/interval.c:116695:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 116695 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^
> pandas/_libs/interval.c:116738:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 116738 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:116787:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 116787 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^~
> pandas/_libs/interval.c:116827:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 116827 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^
> pandas/_libs/interval.c:116867:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 116867 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:116914:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 116914 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^
> pandas/_libs/interval.c:116954:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 116954 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>        |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_3__pyx_f_6pandas_5_libs_8interval_28Uint64ClosedLeftIntervalNode_query’:
> pandas/_libs/interval.c:117344:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 117344 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>        |                                                                                                                                            ^~
> pandas/_libs/interval.c:117347:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 117347 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^
> pandas/_libs/interval.c:117390:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 117390 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:117439:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 117439 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^~
> pandas/_libs/interval.c:117479:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 117479 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^
> pandas/_libs/interval.c:117519:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 117519 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:117566:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 117566 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^
> pandas/_libs/interval.c:117606:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 117606 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>        |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_2__pyx_f_6pandas_5_libs_8interval_29Uint64ClosedRightIntervalNode_query’:
> pandas/_libs/interval.c:122608:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 122608 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>        |                                                                                                                                            ^
> pandas/_libs/interval.c:122611:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 122611 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^~
> pandas/_libs/interval.c:122654:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 122654 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:122703:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 122703 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^
> pandas/_libs/interval.c:122743:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 122743 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^~
> pandas/_libs/interval.c:122783:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 122783 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:122830:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 122830 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^~
> pandas/_libs/interval.c:122870:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 122870 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>        |                                                         ^
> pandas/_libs/interval.c: In function ‘__pyx_fuse_3__pyx_f_6pandas_5_libs_8interval_29Uint64ClosedRightIntervalNode_query’:
> pandas/_libs/interval.c:123260:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 123260 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>        |                                                                                                                                            ^
> pandas/_libs/interval.c:123263:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 123263 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^~
> pandas/_libs/interval.c:123306:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 123306 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:123355:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 123355 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^
> pandas/_libs/interval.c:123395:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 123395 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^~
> pandas/_libs/interval.c:123435:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 123435 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:123482:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 123482 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^~
> pandas/_libs/interval.c:123522:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 123522 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>        |                                                         ^
> pandas/_libs/interval.c: In function ‘__pyx_fuse_2__pyx_f_6pandas_5_libs_8interval_28Uint64ClosedBothIntervalNode_query’:
> pandas/_libs/interval.c:128524:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 128524 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>        |                                                                                                                                            ^~
> pandas/_libs/interval.c:128527:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 128527 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^~
> pandas/_libs/interval.c:128570:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 128570 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:128619:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 128619 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^~
> pandas/_libs/interval.c:128659:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 128659 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^~
> pandas/_libs/interval.c:128699:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 128699 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:128746:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 128746 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^~
> pandas/_libs/interval.c:128786:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 128786 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>        |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_3__pyx_f_6pandas_5_libs_8interval_28Uint64ClosedBothIntervalNode_query’:
> pandas/_libs/interval.c:129176:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 129176 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) <= __pyx_v_point);
>        |                                                                                                                                            ^~
> pandas/_libs/interval.c:129179:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 129179 |         __pyx_t_8 = (__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^~
> pandas/_libs/interval.c:129222:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 129222 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:129271:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 129271 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) <= __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^~
> pandas/_libs/interval.c:129311:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 129311 |       __pyx_t_14 = ((__pyx_v_point <= __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^~
> pandas/_libs/interval.c:129351:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 129351 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:129398:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 129398 |         __pyx_t_14 = ((!((__pyx_v_point <= (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^~
> pandas/_libs/interval.c:129438:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 129438 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left <= __pyx_v_point) != 0);
>        |                                                         ^~
> pandas/_libs/interval.c: In function ‘__pyx_fuse_2__pyx_f_6pandas_5_libs_8interval_31Uint64ClosedNeitherIntervalNode_query’:
> pandas/_libs/interval.c:134440:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 134440 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>        |                                                                                                                                            ^
> pandas/_libs/interval.c:134443:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 134443 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^
> pandas/_libs/interval.c:134486:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 134486 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:134535:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 134535 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^
> pandas/_libs/interval.c:134575:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 134575 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^
> pandas/_libs/interval.c:134615:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 134615 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:134662:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 134662 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^
> pandas/_libs/interval.c:134702:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 134702 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>        |                                                         ^
> pandas/_libs/interval.c: In function ‘__pyx_fuse_3__pyx_f_6pandas_5_libs_8interval_31Uint64ClosedNeitherIntervalNode_query’:
> pandas/_libs/interval.c:135092:140: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 135092 |       __pyx_t_8 = ((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->left.data + __pyx_t_12 * __pyx_v_self->left.strides[0]) ))) < __pyx_v_point);
>        |                                                                                                                                            ^
> pandas/_libs/interval.c:135095:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 135095 |         __pyx_t_8 = (__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_self->right.data + __pyx_t_13 * __pyx_v_self->right.strides[0]) ))));
>        |                                    ^
> pandas/_libs/interval.c:135138:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 135138 |     __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:135187:139: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 135187 |         __pyx_t_14 = ((!(((*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_18 * __pyx_v_values.strides[0]) ))) < __pyx_v_point) != 0)) != 0);
>        |                                                                                                                                           ^
> pandas/_libs/interval.c:135227:36: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 135227 |       __pyx_t_14 = ((__pyx_v_point < __pyx_v_self->left_node->max_right) != 0);
>        |                                    ^
> pandas/_libs/interval.c:135267:34: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 135267 |     __pyx_t_14 = ((__pyx_v_point > __pyx_v_self->pivot) != 0);
>        |                                  ^
> pandas/_libs/interval.c:135314:41: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 135314 |         __pyx_t_14 = ((!((__pyx_v_point < (*((__pyx_t_5numpy_uint64_t *) ( /* dim=0 */ (__pyx_v_values.data + __pyx_t_20 * __pyx_v_values.strides[0]) )))) != 0)) != 0);
>        |                                         ^
> pandas/_libs/interval.c:135354:57: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int32_t’ {aka ‘int’} [-Wsign-compare]
> 135354 |       __pyx_t_14 = ((__pyx_v_self->right_node->min_left < __pyx_v_point) != 0);
>        |                                                         ^
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/interval.o -o build/lib.linux-x86_64-3.8/pandas/_libs/interval.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.join' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/join.c -o build/temp.linux-x86_64-3.8/pandas/_libs/join.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/join.o -o build/lib.linux-x86_64-3.8/pandas/_libs/join.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.lib' extension
> creating build/temp.linux-x86_64-3.8/pandas/_libs/src
> creating build/temp.linux-x86_64-3.8/pandas/_libs/src/parser
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/lib.c -o build/temp.linux-x86_64-3.8/pandas/_libs/lib.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/src/parser/tokenizer.c -o build/temp.linux-x86_64-3.8/pandas/_libs/src/parser/tokenizer.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/lib.o build/temp.linux-x86_64-3.8/pandas/_libs/src/parser/tokenizer.o -o build/lib.linux-x86_64-3.8/pandas/_libs/lib.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.missing' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -I./pandas/_libs/tslibs -Ipandas/_libs/src/klib -Ipandas/_libs/src -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/missing.c -o build/temp.linux-x86_64-3.8/pandas/_libs/missing.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/missing.o -o build/lib.linux-x86_64-3.8/pandas/_libs/missing.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.parsers' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/parsers.c -o build/temp.linux-x86_64-3.8/pandas/_libs/parsers.o -Wno-unused-function
> pandas/_libs/parsers.c: In function ‘__pyx_pf_6pandas_5_libs_7parsers_10TextReader___cinit__’:
> pandas/_libs/parsers.c:5911:52: warning: assignment to ‘double (*)(const char *, char **, char,  char,  char,  int)’ from incompatible pointer type ‘double (*)(const char *, char **, char,  char,  char,  int,  int *, int *)’ [-Wincompatible-pointer-types]
>  5911 |     __pyx_v_self->parser->double_converter_withgil = round_trip;
>       |                                                    ^
> pandas/_libs/parsers.c:5949:50: warning: assignment to ‘double (*)(const char *, char **, char,  char,  char,  int)’ from incompatible pointer type ‘double (*)(const char *, char **, char,  char,  char,  int,  int *, int *)’ [-Wincompatible-pointer-types]
>  5949 |     __pyx_v_self->parser->double_converter_nogil = precise_xstrtod;
>       |                                                  ^
> pandas/_libs/parsers.c:5978:50: warning: assignment to ‘double (*)(const char *, char **, char,  char,  char,  int)’ from incompatible pointer type ‘double (*)(const char *, char **, char,  char,  char,  int,  int *, int *)’ [-Wincompatible-pointer-types]
>  5978 |     __pyx_v_self->parser->double_converter_nogil = xstrtod;
>       |                                                  ^
> pandas/_libs/parsers.c: In function ‘__pyx_f_6pandas_5_libs_7parsers_10TextReader__get_header’:
> pandas/_libs/parsers.c:9517:49: warning: comparison of integer expressions of different signedness: ‘uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
>  9517 |       __pyx_t_2 = ((__pyx_v_self->parser->lines < (__pyx_v_hr + 1)) != 0);
>       |                                                 ^
> pandas/_libs/parsers.c:9585:49: warning: comparison of integer expressions of different signedness: ‘uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
>  9585 |       __pyx_t_8 = ((__pyx_v_self->parser->lines < (__pyx_v_hr + 1)) != 0);
>       |                                                 ^
> pandas/_libs/parsers.c:9617:49: warning: comparison of integer expressions of different signedness: ‘uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
>  9617 |       __pyx_t_9 = ((__pyx_v_self->parser->lines < __pyx_v_hr) != 0);
>       |                                                 ^
> pandas/_libs/parsers.c:10688:45: warning: comparison of integer expressions of different signedness: ‘uint64_t’ {aka ‘long unsigned int’} and ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} [-Wsign-compare]
> 10688 |   __pyx_t_9 = ((__pyx_v_self->parser->lines < (__pyx_v_data_line + 1)) != 0);
>       |                                             ^
> pandas/_libs/parsers.c: In function ‘__pyx_f_6pandas_5_libs_7parsers_10TextReader__read_rows’:
> pandas/_libs/parsers.c:12233:44: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 12233 |   __pyx_t_3 = ((__pyx_v_self->parser_start >= __pyx_v_self->parser->lines) != 0);
>       |                                            ^~
> pandas/_libs/parsers.c: In function ‘__pyx_pf_6pandas_5_libs_7parsers_10TextReader_18_convert_column_data’:
> pandas/_libs/parsers.c:13107:33: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5numpy_int64_t’ {aka ‘long int’} and ‘__pyx_t_5numpy_uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
> 13107 |   for (__pyx_t_1 = 0; __pyx_t_1 < __pyx_t_9; __pyx_t_1+=1) {
>       |                                 ^
> pandas/_libs/parsers.c: In function ‘__pyx_f_6pandas_5_libs_7parsers__try_double’:
> pandas/_libs/parsers.c:23836:107: warning: passing argument 2 of ‘__pyx_f_6pandas_5_libs_7parsers__try_double_nogil’ from incompatible pointer type [-Wincompatible-pointer-types]
> 23836 |           __pyx_v_error = __pyx_f_6pandas_5_libs_7parsers__try_double_nogil(__pyx_v_parser, __pyx_v_parser->double_converter_nogil, __pyx_v_col, __pyx_v_line_start, __pyx_v_line_end, __pyx_v_na_filter, __pyx_v_na_hashset, __pyx_v_use_na_flist, __pyx_v_na_fset, __pyx_v_NA, __pyx_v_data, (&__pyx_v_na_count));
>       |                                                                                             ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
>       |                                                                                                           |
>       |                                                                                                           double (*)(const char *, char **, char,  char,  char,  int)
> pandas/_libs/parsers.c:2756:88: note: expected ‘__pyx_t_5numpy_float64_t (*)(const char *, char **, char,  char,  char,  int,  int *, int *)’ {aka ‘double (*)(const char *, char **, char,  char,  char,  int,  int *, int *)’} but argument is of type ‘double (*)(const char *, char **, char,  char,  char,  int)’
>  2756 | static CYTHON_INLINE int __pyx_f_6pandas_5_libs_7parsers__try_double_nogil(parser_t *, __pyx_t_5numpy_float64_t (*)(char const *, char **, char, char, char, int, int *, int *), int, int, int, int, kh_str_starts_t *, int, kh_float64_t const *, __pyx_t_5numpy_float64_t, __pyx_t_5numpy_float64_t *, int *); /*proto*/
>       |                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> pandas/_libs/parsers.c: In function ‘__pyx_f_6pandas_5_libs_7parsers_10TextReader__get_header’:
> pandas/_libs/parsers.c:9344:26: warning: ‘__pyx_v_data_line’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  9344 |   __pyx_t_5numpy_int64_t __pyx_v_data_line;
>       |                          ^~~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/src/parser/tokenizer.c -o build/temp.linux-x86_64-3.8/pandas/_libs/src/parser/tokenizer.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/src/parser/io.c -o build/temp.linux-x86_64-3.8/pandas/_libs/src/parser/io.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/parsers.o build/temp.linux-x86_64-3.8/pandas/_libs/src/parser/tokenizer.o build/temp.linux-x86_64-3.8/pandas/_libs/src/parser/io.o -o build/lib.linux-x86_64-3.8/pandas/_libs/parsers.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.reduction' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/reduction.c -o build/temp.linux-x86_64-3.8/pandas/_libs/reduction.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/reduction.o -o build/lib.linux-x86_64-3.8/pandas/_libs/reduction.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.ops' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/ops.c -o build/temp.linux-x86_64-3.8/pandas/_libs/ops.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/ops.o -o build/lib.linux-x86_64-3.8/pandas/_libs/ops.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.properties' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/properties.c -o build/temp.linux-x86_64-3.8/pandas/_libs/properties.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/properties.o -o build/lib.linux-x86_64-3.8/pandas/_libs/properties.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.reshape' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/reshape.c -o build/temp.linux-x86_64-3.8/pandas/_libs/reshape.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/reshape.o -o build/lib.linux-x86_64-3.8/pandas/_libs/reshape.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.skiplist' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/skiplist.c -o build/temp.linux-x86_64-3.8/pandas/_libs/skiplist.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/skiplist.o -o build/lib.linux-x86_64-3.8/pandas/_libs/skiplist.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.sparse' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/sparse.c -o build/temp.linux-x86_64-3.8/pandas/_libs/sparse.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/sparse.o -o build/lib.linux-x86_64-3.8/pandas/_libs/sparse.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslib' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslib.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslib.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I./pandas/_libs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslib.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslib.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.c_timestamp' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/c_timestamp.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/c_timestamp.o -Wno-unused-function
> pandas/_libs/tslibs/c_timestamp.c: In function ‘__pyx_f_6pandas_5_libs_6tslibs_11c_timestamp_10_Timestamp__get_start_end_field’:
> pandas/_libs/tslibs/c_timestamp.c:7257:25: warning: ‘__pyx_t_10’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  7257 |   __pyx_t_5numpy_int8_t __pyx_t_10[1];
>       |                         ^~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/c_timestamp.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/c_timestamp.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.ccalendar' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/ccalendar.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/ccalendar.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/ccalendar.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/ccalendar.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.conversion' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/conversion.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/conversion.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/conversion.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/conversion.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.fields' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/fields.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/fields.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -Ipandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/fields.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/fields.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.frequencies' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/frequencies.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/frequencies.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/frequencies.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/frequencies.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.nattype' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/nattype.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/nattype.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/nattype.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/nattype.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.np_datetime' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/np_datetime.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/np_datetime.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.offsets' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/offsets.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/offsets.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/offsets.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/offsets.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.parsing' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/parsing.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/parsing.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/src/parser/tokenizer.c -o build/temp.linux-x86_64-3.8/pandas/_libs/src/parser/tokenizer.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/parsing.o build/temp.linux-x86_64-3.8/pandas/_libs/src/parser/tokenizer.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/parsing.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.period' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/period.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/period.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/tslibs -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/period.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/period.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.resolution' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/resolution.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/resolution.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/resolution.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/resolution.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.strptime' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/strptime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/strptime.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/strptime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/strptime.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.timedeltas' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/timedeltas.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/timedeltas.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/timedeltas.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/timedeltas.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.timestamps' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/timestamps.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/timestamps.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/timestamps.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/timestamps.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.timezones' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/timezones.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/timezones.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/timezones.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/timezones.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.tslibs.tzconversion' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/tzconversion.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/tzconversion.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs/tslibs -Ipandas/_libs/tslibs -Ipandas/_libs/tslibs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/tzconversion.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/tzconversion.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.testing' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/testing.c -o build/temp.linux-x86_64-3.8/pandas/_libs/testing.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/testing.o -o build/lib.linux-x86_64-3.8/pandas/_libs/testing.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.window' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs -I./pandas/_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/window.cpp -o build/temp.linux-x86_64-3.8/pandas/_libs/window.o -Wno-unused-function
> x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/window.o -o build/lib.linux-x86_64-3.8/pandas/_libs/window.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.writers' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/writers.c -o build/temp.linux-x86_64-3.8/pandas/_libs/writers.o -Wno-unused-function
> pandas/_libs/writers.c: In function ‘__pyx_pw_6pandas_5_libs_7writers_1write_csv_rows’:
> pandas/_libs/writers.c:3499:15: warning: ‘__pyx_v_j’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  3499 |     __pyx_t_1 = (__pyx_v_j + 1);
>       |     ~~~~~~~~~~^~~~~~~~~~~~~~~~~
> pandas/_libs/writers.c:2975:14: note: ‘__pyx_v_j’ was declared here
>  2975 |   Py_ssize_t __pyx_v_j;
>       |              ^~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/writers.o -o build/lib.linux-x86_64-3.8/pandas/_libs/writers.cpython-38-x86_64-linux-gnu.so
> building 'pandas.io.sas._sas' extension
> creating build/temp.linux-x86_64-3.8/pandas/io
> creating build/temp.linux-x86_64-3.8/pandas/io/sas
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/io/sas/sas.c -o build/temp.linux-x86_64-3.8/pandas/io/sas/sas.o -Wno-unused-function
> pandas/io/sas/sas.c: In function ‘__pyx_f_6pandas_2io_3sas_4_sas_rdc_decompress’:
> pandas/io/sas/sas.c:3717:65: warning: ‘__pyx_v_ctrl_bits’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  3717 |     __pyx_t_8 = (((__pyx_v_ctrl_bits & __pyx_v_ctrl_mask) == 0) != 0);
>       |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/io/sas/sas.o -o build/lib.linux-x86_64-3.8/pandas/io/sas/_sas.cpython-38-x86_64-linux-gnu.so
> building 'pandas.io.msgpack._packer' extension
> creating build/temp.linux-x86_64-3.8/pandas/io/msgpack
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D__LITTLE_ENDIAN__=1 -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/msgpack -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/io/msgpack/_packer.cpp -o build/temp.linux-x86_64-3.8/pandas/io/msgpack/_packer.o -Wno-unused-function
> x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/io/msgpack/_packer.o -o build/lib.linux-x86_64-3.8/pandas/io/msgpack/_packer.cpython-38-x86_64-linux-gnu.so
> building 'pandas.io.msgpack._unpacker' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D__LITTLE_ENDIAN__=1 -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/msgpack -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/io/msgpack/_unpacker.cpp -o build/temp.linux-x86_64-3.8/pandas/io/msgpack/_unpacker.o -Wno-unused-function
> x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/io/msgpack/_unpacker.o -o build/lib.linux-x86_64-3.8/pandas/io/msgpack/_unpacker.cpython-38-x86_64-linux-gnu.so
> building 'pandas._libs.json' extension
> creating build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson
> creating build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/python
> creating build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/lib
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/src/ujson/python/ujson.c -o build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/python/ujson.o -D_GNU_SOURCE -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/src/ujson/python/objToJSON.c -o build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/python/objToJSON.o -D_GNU_SOURCE -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/src/ujson/python/JSONtoObj.c -o build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/python/JSONtoObj.o -D_GNU_SOURCE -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/src/ujson/lib/ultrajsonenc.c -o build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/lib/ultrajsonenc.o -D_GNU_SOURCE -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/src/ujson/lib/ultrajsondec.c -o build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/lib/ultrajsondec.o -D_GNU_SOURCE -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o -D_GNU_SOURCE -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.c:24:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/ujson/python -Ipandas/_libs/src/ujson/lib -Ipandas/_libs/src/datetime -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/_libs/tslibs/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -D_GNU_SOURCE -Wno-unused-function
> In file included from pandas/_libs/tslibs/src/datetime/np_datetime.h:25,
>                  from pandas/_libs/tslibs/src/datetime/np_datetime_strings.c:37:
> /usr/include/python3.8/datetime.h:189:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
>   189 | static PyDateTime_CAPI *PyDateTimeAPI = NULL;
>       |                         ^~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/python/ujson.o build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/python/objToJSON.o build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/python/JSONtoObj.o build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/lib/ultrajsonenc.o build/temp.linux-x86_64-3.8/pandas/_libs/src/ujson/lib/ultrajsondec.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime.o build/temp.linux-x86_64-3.8/pandas/_libs/tslibs/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-3.8/pandas/_libs/json.cpython-38-x86_64-linux-gnu.so
> building 'pandas.util._move' extension
> creating build/temp.linux-x86_64-3.8/pandas/util
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DNPY_NO_DEPRECATED_API=0 -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c pandas/util/move.c -o build/temp.linux-x86_64-3.8/pandas/util/move.o -Wno-unused-function
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/pandas/util/move.o -o build/lib.linux-x86_64-3.8/pandas/util/_move.cpython-38-x86_64-linux-gnu.so
> running install_lib
> copying build/lib.linux-x86_64-3.8/pandas/util/_move.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util
> copying build/lib.linux-x86_64-3.8/pandas/_libs/lib.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/writers.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/testing.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/json.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/hashtable.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/join.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/skiplist.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/index.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/indexing.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslib.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/interval.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/missing.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/window.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/reduction.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/properties.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/algos.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/reshape.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/ops.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/sparse.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/frequencies.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/nattype.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/fields.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/offsets.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/c_timestamp.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/timedeltas.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/resolution.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/parsing.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/timezones.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/period.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/conversion.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/np_datetime.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/timestamps.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/strptime.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/tzconversion.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/tslibs/ccalendar.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/groupby.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/hashing.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/internals.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_libs/parsers.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs
> copying build/lib.linux-x86_64-3.8/pandas/_version.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas
> copying build/lib.linux-x86_64-3.8/pandas/io/msgpack/_packer.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/msgpack
> copying build/lib.linux-x86_64-3.8/pandas/io/msgpack/_unpacker.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/msgpack
> copying build/lib.linux-x86_64-3.8/pandas/io/sas/_sas.cpython-38-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries/frequencies.py to frequencies.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries/api.py to api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries/plotting.py to plotting.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries/holiday.py to holiday.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries/converter.py to converter.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tseries/offsets.py to offsets.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_depr_module.py to _depr_module.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py to _test_decorators.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_validators.py to _validators.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_tester.py to _tester.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_decorators.py to _decorators.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_print_versions.py to _print_versions.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_exceptions.py to _exceptions.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_doctools.py to _doctools.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/testing.py to testing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/api/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/api/extensions/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/api/types/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_typing.py to _typing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py to test_freq_code.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py to test_to_offset.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py to test_inference.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py to test_offsets.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py to test_fiscal.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/common.py to common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets_properties.py to test_offsets_properties.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py to test_yqm_offsets.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py to test_ticks.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py to test_observance.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_calendar.py to test_calendar.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py to test_holiday.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_federal.py to test_federal.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py to test_downstream.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py to test_internals.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_lib.py to test_lib.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py to test_dtypes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py to test_timeseries_window.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py to test_api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py to test_expanding.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py to test_pairwise.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_ewm.py to test_ewm.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_grouper.py to test_grouper.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/common.py to common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py to test_moments.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py to test_window.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py to test_rolling.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py to test_config.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_localization.py to test_localization.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py to test_dtypes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_generic.py to test_generic.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py to test_concat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py to test_inference.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_from_scalar.py to test_construct_from_scalar.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py to test_promote.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_datetimelike.py to test_infer_datetimelike.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_ndarray.py to test_construct_ndarray.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_upcast.py to test_upcast.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py to test_downcast.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py to test_infer_dtype.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py to test_construct_object_arr.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_convert_objects.py to test_convert_objects.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py to test_find_common_type.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py to test_missing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py to test_common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py to test_algos.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py to test_validate_kwargs.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py to test_hashing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py to test_assert_numpy_array_equal.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_move.py to test_move.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py to test_util.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py to test_assert_almost_equal.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py to test_assert_series_equal.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args.py to test_validate_args.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate.py to test_deprecate.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_interval_array_equal.py to test_assert_interval_array_equal.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py to test_assert_frame_equal.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_categorical_equal.py to test_assert_categorical_equal.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py to test_deprecate_kwarg.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py to test_assert_extension_array_equal.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py to test_assert_index_equal.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_safe_import.py to test_safe_import.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args_and_kwargs.py to test_validate_args_and_kwargs.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_produces_warning.py to test_assert_produces_warning.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py to test_frame.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py to test_generic.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py to test_label_or_level_utils.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py to test_series.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py to test_api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_types.py to test_types.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py to test_nanops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py to test_cut.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py to test_pivot.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_util.py to test_util.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py to test_qcut.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py to test_reshape.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py to test_concat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_union_categoricals.py to test_union_categoricals.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py to test_melt.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py to test_merge_ordered.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py to test_merge_asof.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py to test_merge_index_as_string.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py to test_multi.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py to test_merge.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py to test_join.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py to test_expressions.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py to test_datetimelike.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py to test_frame.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_groupby.py to test_groupby.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py to test_misc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py to test_converter.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py to test_hist_method.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/common.py to common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py to test_boxplot_method.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py to test_series.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_backend.py to test_backend.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py to test_reductions.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py to test_stat_reductions.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py to test_numeric.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py to test_nat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py to test_comparisons.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py to test_timezones.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py to test_unary_ops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py to test_timestamp.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py to test_rendering.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py to test_arithmetic.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py to test_asfreq.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py to test_period.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py to test_timedelta.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_formats.py to test_formats.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py to test_construction.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py to test_arithmetic.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py to test_ops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py to test_interval.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py to test_resampler_grouper.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_timedelta.py to test_timedelta.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py to test_datetime_index.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py to test_time_grouper.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py to test_resample_api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py to test_base.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py to test_period_index.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py to test_eval.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_compat.py to test_compat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py to test_timegrouper.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_bin_groupby.py to test_bin_groupby.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py to test_nth.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py to test_counting.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py to test_rank.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py to test_transform.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py to test_cython.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py to test_other.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py to test_aggregate.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py to test_groupby.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py to test_categorical.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py to test_function.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py to test_value_counts.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py to test_grouping.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py to test_filters.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py to test_whitelist.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py to test_apply.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py to test_index_as_string.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_optional_dependency.py to test_optional_dependency.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_pivot.py to test_pivot.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_format.py to test_format.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_reshape.py to test_reshape.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_groupby.py to test_groupby.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py to test_indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py to test_series.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/common.py to common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py to test_combine_concat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py to test_to_from_scipy.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_csv.py to test_to_csv.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py to test_frame.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_analytics.py to test_analytics.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py to test_indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_apply.py to test_apply.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py to test_indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py to test_io.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py to test_validate.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py to test_repr.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py to test_dtypes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py to test_constructors.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py to test_ufunc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py to test_api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py to test_rank.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py to test_operators.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py to test_timezones.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py to test_duplicates.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_subclass.py to test_subclass.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_explode.py to test_explode.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py to test_analytics.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_internals.py to test_internals.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py to test_datetime_values.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/common.py to common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py to test_quantile.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py to test_combine_concat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py to test_missing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py to test_alter_axes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py to test_replace.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py to test_arithmetic.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py to test_apply.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_asof.py to test_asof.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_sorting.py to test_sorting.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_block_internals.py to test_block_internals.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py to test_boolean.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_loc.py to test_loc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_callable.py to test_callable.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py to test_alter_index.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_iloc.py to test_iloc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py to test_indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py to test_numeric.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py to test_datetime.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py to test_period.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py to test_timeseries.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py to test_strings.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timedeltas.py to test_timedeltas.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_api.py to test_api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py to test_timezones.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py to test_parsing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py to test_array_to_datetime.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_ccalendar.py to test_ccalendar.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py to test_period_asfreq.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_normalize_date.py to test_normalize_date.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py to test_conversion.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py to test_parse_iso8601.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py to test_liboffsets.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py to test_libfrequencies.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py to test_base.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py to test_sparse.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/array.py to array.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py to test_json.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_external_block.py to test_external_block.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py to test_decimal.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/array.py to array.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/arrow/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/arrow/bool.py to bool.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/arrow/test_bool.py to test_bool.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py to test_categorical.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/list/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/list/test_list.py to test_list.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/list/array.py to array.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py to test_integer.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py to test_numpy.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/interface.py to interface.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/printing.py to printing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/groupby.py to groupby.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/missing.py to missing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/methods.py to methods.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/io.py to io.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/constructors.py to constructors.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/reshaping.py to reshaping.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/ops.py to ops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/setitem.py to setitem.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/getitem.py to getitem.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/base.py to base.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/dtype.py to dtype.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/casting.py to casting.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/reduce.py to reduce.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py to test_interval.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py to test_common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py to test_period.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py to test_datetime.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py to test_to_csv.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py to test_validate.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py to test_dtypes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py to test_query_eval.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py to test_constructors.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py to test_api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py to test_rank.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py to test_reshape.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py to test_operators.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py to test_timezones.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py to test_duplicates.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py to test_convert_to.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py to test_subclass.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py to test_sort_values_level_as_str.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_explode.py to test_explode.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py to test_analytics.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py to test_axis_select_reindex.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py to test_mutate_columns.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/common.py to common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py to test_quantile.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py to test_combine_concat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py to test_missing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py to test_alter_axes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py to test_replace.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py to test_indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py to test_arithmetic.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py to test_repr_info.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py to test_apply.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_asof.py to test_asof.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_nonunique_indexes.py to test_nonunique_indexes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py to test_sorting.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py to test_block_internals.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py to test_join.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_period.py to test_period.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py to test_timeseries.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_errors.py to test_errors.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_compat.py to test_compat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py to test_datetimelike.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py to test_array.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py to test_timedeltas.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py to test_repr.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py to test_dtypes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py to test_constructors.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_warnings.py to test_warnings.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py to test_api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py to test_algos.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py to test_operators.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_subclass.py to test_subclass.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py to test_analytics.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/common.py to common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_missing.py to test_missing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py to test_indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_sorting.py to test_sorting.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py to test_datetimes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py to test_integer.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py to test_numpy.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py to test_array.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py to test_accessor.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py to test_dtype.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py to test_libsparse.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py to test_arithmetics.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py to test_ops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py to test_interval.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py to test_period.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py to test_sorting.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py to test_take.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py to test_timedelta.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py to test_chaining_and_caching.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py to test_indexing_engines.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py to test_loc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py to test_categorical.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_callable.py to test_callable.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py to test_coercion.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py to test_iloc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_slow.py to test_indexing_slow.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/common.py to common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_partial.py to test_partial.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py to test_scalar.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py to test_indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py to test_floats.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py to test_ix.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval_new.py to test_interval_new.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py to test_interval.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_chaining_and_caching.py to test_chaining_and_caching.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py to test_loc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py to test_xs.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_set_ops.py to test_set_ops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py to test_getitem.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py to test_iloc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_indexing_slow.py to test_indexing_slow.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_sorted.py to test_sorted.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_slice.py to test_slice.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_partial.py to test_partial.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py to test_setitem.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_ix.py to test_ix.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_multiindex.py to test_multiindex.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_datetime.py to test_datetime.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py to test_datetime.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_register_accessor.py to test_register_accessor.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py to test_object.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py to test_timedelta64.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py to test_numeric.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py to test_datetime64.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py to test_period.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py to test_multilevel.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_join.py to test_join.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py to test_common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py to test_stata.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables_missing.py to test_pytables_missing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py to test_pytables.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_compat.py to test_compat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_feather.py to test_feather.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py to test_ujson.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py to test_json_table_schema.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py to test_compression.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py to test_readlines.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py to test_normalize.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py to test_pandas.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_s3.py to test_s3.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_spss.py to test_spss.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py to test_pickle.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_style.py to test_style.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlrd.py to test_xlrd.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_openpyxl.py to test_openpyxl.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlsxwriter.py to test_xlsxwriter.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_odf.py to test_odf.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py to test_writers.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py to test_readers.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlwt.py to test_xlwt.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py to test_compression.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py to test_clipboard.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/generate_legacy_storage_files.py to generate_legacy_storage_files.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_gcs.py to test_gcs.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py to test_skiprows.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py to test_dialect.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py to test_dtypes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_multi_thread.py to test_multi_thread.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py to test_converters.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py to test_index_col.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py to test_compression.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py to test_parse_dates.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py to test_mangle_dupes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_unsupported.py to test_unsupported.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py to test_textreader.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py to test_comment.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py to test_header.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py to test_python_parser_only.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py to test_read_fwf.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py to test_network.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py to test_usecols.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py to test_na_values.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py to test_c_parser_only.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py to test_common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py to test_quoting.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py to test_html.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py to test_packers.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py to test_sql.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py to test_to_csv.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_console.py to test_console.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py to test_css.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py to test_format.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py to test_style.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py to test_to_latex.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_eng_formatting.py to test_eng_formatting.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py to test_to_html.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py to test_printing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py to test_to_excel.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_subtype.py to test_subtype.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py to test_pack.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_limits.py to test_limits.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_extension.py to test_extension.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_unpack_raw.py to test_unpack_raw.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_seq.py to test_seq.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_format.py to test_format.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_obj.py to test_obj.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py to test_case.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_newspec.py to test_newspec.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_unpack.py to test_unpack.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_except.py to test_except.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/common.py to common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py to test_sequnpack.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_buffer.py to test_buffer.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_read_size.py to test_read_size.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py to test_parquet.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_xport.py to test_xport.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py to test_sas7bdat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas.py to test_sas.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py to test_common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_date_converters.py to test_date_converters.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_gbq.py to test_gbq.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py to test_setops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py to test_range.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py to test_partial_slicing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py to test_timedelta.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py to test_setops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_scalar_compat.py to test_scalar_compat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py to test_timedelta_range.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_formats.py to test_formats.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py to test_construction.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py to test_indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py to test_arithmetic.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py to test_astype.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py to test_ops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_tools.py to test_tools.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py to test_numpy_compat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py to test_category.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py to test_partial_slicing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py to test_setops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_scalar_compat.py to test_scalar_compat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_formats.py to test_formats.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py to test_construction.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_asfreq.py to test_asfreq.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py to test_indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py to test_arithmetic.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_astype.py to test_astype.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py to test_ops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py to test_tools.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py to test_period.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period_range.py to test_period_range.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimelike.py to datetimelike.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py to test_base.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/common.py to common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py to test_datetimelike.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py to test_partial_slicing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py to test_setops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py to test_scalar_compat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py to test_formats.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py to test_timezones.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py to test_construction.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py to test_misc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py to test_date_range.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_missing.py to test_missing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py to test_indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py to test_arithmetic.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py to test_astype.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py to test_ops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py to test_tools.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py to test_datetime.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py to test_numeric.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_names.py to test_names.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py to test_get_set.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py to test_integrity.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reindex.py to test_reindex.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_drop.py to test_drop.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py to test_format.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reshape.py to test_reshape.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py to test_set_ops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py to test_duplicates.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py to test_constructor.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py to test_monotonic.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py to test_analytics.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_equivalence.py to test_equivalence.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py to test_copy.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_missing.py to test_missing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py to test_conversion.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_contains.py to test_contains.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py to test_indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py to test_compat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_astype.py to test_astype.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py to test_sorting.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_partial_indexing.py to test_partial_indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py to test_join.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py to test_setops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py to test_interval_range.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py to test_construction.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py to test_interval_tree.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py to test_interval_new.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py to test_astype.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py to test_interval.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py to test_frozen.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py to test_common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/errors/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals/managers.py to managers.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals/arrays.py to arrays.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals/blocks.py to blocks.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals/construction.py to construction.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/internals/concat.py to concat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/api.py to api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/nanops.py to nanops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/dtypes.py to dtypes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/api.py to api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/missing.py to missing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/generic.py to generic.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/inference.py to inference.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/common.py to common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/cast.py to cast.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/concat.py to concat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/dtypes/base.py to base.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/window.py to window.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/index.py to index.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/missing.py to missing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/util/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/util/hashing.py to hashing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/generic.py to generic.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/tile.py to tile.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/api.py to api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/melt.py to melt.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/util.py to util.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/merge.py to merge.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/reshape.py to reshape.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/concat.py to concat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/reshape/pivot.py to pivot.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/apply.py to apply.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/strings.py to strings.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/config_init.py to config_init.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/tools/datetimes.py to datetimes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/tools/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/tools/timedeltas.py to timedeltas.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/tools/numeric.py to numeric.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/frame.py to frame.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sorting.py to sorting.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/algorithms.py to algorithms.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/scope.py to scope.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/engines.py to engines.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/api.py to api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/pytables.py to pytables.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/expr.py to expr.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/expressions.py to expressions.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/check.py to check.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/align.py to align.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/ops.py to ops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/common.py to common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/computation/eval.py to eval.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/groupby.py to groupby.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/categorical.py to categorical.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/generic.py to generic.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/ops.py to ops.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/base.py to base.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/groupby/grouper.py to grouper.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse/api.py to api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse/scipy_sparse.py to scipy_sparse.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse/frame.py to frame.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/sparse/series.py to series.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/accessor.py to accessor.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/common.py to common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/series.py to series.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/resample.py to resample.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/period.py to period.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/datetimes.py to datetimes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/_ranges.py to _ranges.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/categorical.py to categorical.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/timedeltas.py to timedeltas.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/array_.py to array_.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/numpy_.py to numpy_.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/datetimelike.py to datetimelike.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/interval.py to interval.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/integer.py to integer.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/base.py to base.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/sparse.py to sparse.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops/docstrings.py to docstrings.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops/missing.py to missing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/ops/roperator.py to roperator.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/base.py to base.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexing.py to indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexers.py to indexers.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/period.py to period.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/datetimes.py to datetimes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/range.py to range.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/api.py to api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/multi.py to multi.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/accessors.py to accessors.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/timedeltas.py to timedeltas.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/category.py to category.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/datetimelike.py to datetimelike.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/interval.py to interval.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/frozen.py to frozen.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/numeric.py to numeric.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/base.py to base.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_core.py to _core.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/timeseries.py to timeseries.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/boxplot.py to boxplot.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/core.py to core.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/style.py to style.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/misc.py to misc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/compat.py to compat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py to tools.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/converter.py to converter.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/hist.py to hist.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_misc.py to _misc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_libs/tslibs/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_version.py to _version.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/__version.py to __version.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/conftest.py to conftest.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/arrays/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/testing.py to testing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/api.py to api.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/json/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/json/_normalize.py to _normalize.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/json/_json.py to _json.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/json/_table_schema.py to _table_schema.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/s3.py to s3.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/gcs.py to gcs.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/html.py to html.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/parsers.py to parsers.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/stata.py to stata.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/gbq.py to gbq.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/_odfreader.py to _odfreader.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/_xlsxwriter.py to _xlsxwriter.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/_base.py to _base.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/_xlrd.py to _xlrd.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/_openpyxl.py to _openpyxl.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/_util.py to _util.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/excel/_xlwt.py to _xlwt.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/pytables.py to pytables.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sql.py to sql.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboard/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboard/windows.py to windows.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboard/clipboards.py to clipboards.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboard/exceptions.py to exceptions.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/parquet.py to parquet.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/packers.py to packers.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/clipboards.py to clipboards.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/printing.py to printing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/css.py to css.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/html.py to html.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/style.py to style.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/latex.py to latex.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/csvs.py to csvs.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/console.py to console.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/format.py to format.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/formats/excel.py to excel.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/common.py to common.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/date_converters.py to date_converters.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/msgpack/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/msgpack/_version.py to _version.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/msgpack/exceptions.py to exceptions.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/spss.py to spss.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/feather_format.py to feather_format.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas/sas7bdat.py to sas7bdat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas/sas_constants.py to sas_constants.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas/sasreader.py to sasreader.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/sas/sas_xport.py to sas_xport.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/io/pickle.py to pickle.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/pickle_compat.py to pickle_compat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/chainmap.py to chainmap.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/_optional.py to _optional.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/numpy/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/numpy/function.py to function.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config/localization.py to localization.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config/dates.py to dates.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config/config.py to config.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/_config/display.py to display.cpython-38.pyc
> running install_egg_info
> running egg_info
> writing pandas.egg-info/PKG-INFO
> writing dependency_links to pandas.egg-info/dependency_links.txt
> writing entry points to pandas.egg-info/entry_points.txt
> writing requirements to pandas.egg-info/requires.txt
> writing top-level names to pandas.egg-info/top_level.txt
> reading manifest file 'pandas.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> /usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py:241: SyntaxWarning: "is" with a literal. Did you mean "=="?
>   False if (keys[0] is "A" and keys[1] is "A") else drop  # noqa: F632
> /usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py:241: SyntaxWarning: "is" with a literal. Did you mean "=="?
>   False if (keys[0] is "A" and keys[1] is "A") else drop  # noqa: F632
> no previously-included directories found matching 'doc/build'
> warning: no previously-included files matching '*.pyc' found anywhere in distribution
> warning: no previously-included files matching '*.pyd' found anywhere in distribution
> warning: no previously-included files matching '*.so' found anywhere in distribution
> warning: no previously-included files matching '*~' found anywhere in distribution
> warning: no previously-included files matching '.DS_Store' found anywhere in distribution
> warning: no previously-included files matching '.git*' found anywhere in distribution
> warning: no previously-included files matching '#*' found anywhere in distribution
> writing manifest file 'pandas.egg-info/SOURCES.txt'
> removing '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas-0.25.3.egg-info' (and everything under it)
> Copying pandas.egg-info to /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas-0.25.3.egg-info
> Skipping SOURCES.txt
> running install_scripts
> echo "backend : Agg" >| /<<PKGBUILDDIR>>/build/matplotlibrc
> : # Run unittests here against installed pandas, in sections to avoid out-of-memory crash (#943732); exit code 5 means no tests in this file
> echo "3.7" | grep -q '^3' && PY=3 || PY=3.7; \
>  export PYTHONPATH=`/bin/ls -d $PWD/debian/tmp/usr/lib/python$PY/*/`; \
>  export MPLCONFIGDIR=/<<PKGBUILDDIR>>/build HOME=/<<PKGBUILDDIR>>/build; \
>  python3.7 pandas/util/_print_versions.py; \
>  cd build/; TEST_SUCCESS=true; for TEST_SUBSET in ${PYTHONPATH}/pandas/tests/* ; do \
>  LOCALE_OVERRIDE=C xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" \
>  python3.7 -m pytest -s -v -m "not network " --confcutdir=${PYTHONPATH}/pandas --deb-data-root-dir=/<<PKGBUILDDIR>>/pandas/tests --strict-data-files ${TEST_SUBSET} || test $? == 5 || TEST_SUCCESS=false \
>  ; done ; ${TEST_SUCCESS}
> 
> INSTALLED VERSIONS
> ------------------
> commit           : None
> python           : 3.7.7.final.0
> python-bits      : 64
> OS               : Linux
> OS-release       : 4.19.0-6-cloud-amd64
> machine          : x86_64
> processor        : 
> byteorder        : little
> LC_ALL           : C.UTF-8
> LANG             : C.UTF-8
> LOCALE           : en_US.UTF-8
> 
> pandas           : 0.25.3
> numpy            : 1.17.4
> pytz             : 2019.3
> dateutil         : 2.7.3
> pip              : None
> setuptools       : 44.0.0
> Cython           : 0.29.14
> pytest           : 4.6.9
> hypothesis       : 4.36.2
> sphinx           : 1.8.5
> blosc            : None
> feather          : None
> xlsxwriter       : 1.1.2
> lxml.etree       : 4.5.0
> html5lib         : 1.0.1
> pymysql          : None
> psycopg2         : None
> jinja2           : 2.10.1
> IPython          : 7.13.0
> pandas_datareader: None
> bs4              : 4.8.2
> bottleneck       : None
> fastparquet      : None
> gcsfs            : None
> lxml.etree       : 4.5.0
> matplotlib       : 3.2.1
> numexpr          : 2.7.1
> odfpy            : None
> openpyxl         : 3.0.3
> pandas_gbq       : None
> pyarrow          : None
> pytables         : None
> s3fs             : None
> scipy            : 1.3.3
> sqlalchemy       : 1.3.15
> tables           : 3.6.1
> xarray           : 0.15.0
> xlrd             : 1.1.0
> xlwt             : 1.3.0
> xlsxwriter       : 1.1.2
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 201 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMatch::test_ints PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMatch::test_strings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_datelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data0-expected_label0-expected_level0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data1-expected_label1-expected_level1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data2-expected_label2-expected_level2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_complex_sorting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_float64_factorize[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_float64_factorize[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_uint64_factorize[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_uint64_factorize[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_int64_factorize[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_int64_factorize[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_string_factorize[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_string_factorize[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_object_factorize[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_object_factorize[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_deprecate_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value_default[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value_default[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value_default[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data2--9223372036854775808] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data3-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data4-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data5-na_value5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data6-na_value6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[numpy_array--1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[numpy_array--1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[numpy_array--10-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[numpy_array--10-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[numpy_array-100-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[numpy_array-100-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[extension_array--1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[extension_array--1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[extension_array--10-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[extension_array--10-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[extension_array-100-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[extension_array-100-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_ints PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_object_refcount_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_on_index_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_datetime64_dtype_array_returned PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_timedelta64_dtype_array_returned PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_uint64_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_nan_in_object_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_datetime64tz_aware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_order_of_appearance PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_tuple_with_strings[arg0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_tuple_with_strings[arg1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_obj_none_preservation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_signed_zero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_different_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_first_nan_kept PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[None-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[None-unique_nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[nan-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[nan-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[nan-unique_nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[unique_nulls_fixture2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[unique_nulls_fixture2-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[unique_nulls_fixture2-unique_nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_i8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_large PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_categorical_from_codes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_same_nan_is_in PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_same_object_is_in PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_different_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_no_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_empty[empty0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_empty[empty1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_empty[empty2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_different_nan_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_different_nans_as_float64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_bins PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_datetime_outofbounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_categorical_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_categorical_zeroes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_dropna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_normalized PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_uint64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_duplicated_with_nas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_datetime_likes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_unique_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr0-unique0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr1-unique1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr2-unique2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_generic_1d PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_generic_1d_flat_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_generic_2d_all_finite PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_generic_2d_some_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_constant PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_large_inputs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_generic_1d PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_generic_1d_flat_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_generic_2d_all_finite PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_generic_2d_some_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_constant PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_lookup_nan[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_lookup_nan[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_add_signed_zeros PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_add_different_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_lookup_overflow[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_lookup_overflow[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_get_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-PyObjectHashTable-ObjectVector-object-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-PyObjectHashTable-ObjectVector-object-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-StringHashTable-ObjectVector-object-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-StringHashTable-ObjectVector-object-True-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-Float64HashTable-Float64Vector-float64-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-Float64HashTable-Float64Vector-float64-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-Int64HashTable-Int64Vector-int64-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-Int64HashTable-Int64Vector-int64-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-UInt64HashTable-UInt64Vector-uint64-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-UInt64HashTable-UInt64Vector-uint64-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-PyObjectHashTable-ObjectVector-object-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-PyObjectHashTable-ObjectVector-object-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-StringHashTable-ObjectVector-object-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-StringHashTable-ObjectVector-object-True-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-Float64HashTable-Float64Vector-float64-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-Float64HashTable-Float64Vector-float64-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-Int64HashTable-Int64Vector-int64-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-Int64HashTable-Int64Vector-int64-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-UInt64HashTable-UInt64Vector-uint64-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-UInt64HashTable-UInt64Vector-uint64-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[True-PyObjectHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[True-StringHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[True-Float64HashTable-Float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[True-Int64HashTable-Int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[True-UInt64HashTable-UInt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[False-PyObjectHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[False-StringHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[False-Float64HashTable-Float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[False-Int64HashTable-Int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[False-UInt64HashTable-UInt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[True-PyObjectHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[True-StringHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[True-Float64HashTable-Float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[True-Int64HashTable-Int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[True-UInt64HashTable-UInt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[False-PyObjectHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[False-StringHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[False-Float64HashTable-Float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[False-Int64HashTable-Int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[False-UInt64HashTable-UInt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_large_sizehint[PyObjectHashTable] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_large_sizehint[StringHashTable] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_large_sizehint[Float64HashTable] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_large_sizehint[Int64HashTable] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_large_sizehint[UInt64HashTable] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_quantile PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_unique_label_indices PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestRank::test_scipy_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestRank::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestRank::test_uint64_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestRank::test_too_many_ndims PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestRank::test_pct_max_many_rows[1d] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestRank::test_pct_max_many_rows[2d] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_pad_backfill_object_segfault PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_arrmap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_combineFunc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_isna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_groupby_withnull PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_backfill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_pad PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_is_lexsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_groupsort_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_infinity_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_infinity_against_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_ensure_platform_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_int64_add_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_no_mode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_mode_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_number_mode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_strobj_mode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_datelike_mode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_timedelta_mode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_uint64_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_index PASSED
> 
> ==================== 199 passed, 2 skipped in 1.05 seconds =====================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 0 items
> 
> ========================= no tests ran in 0.02 seconds =========================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 5 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestPDApi::test_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestApi::test_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_api.py::TestTesting::test_testing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_types.py::TestTypes::test_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/api/test_types.py::TestTypes::test_deprecated_from_api_types PASSED
> 
> =========================== 5 passed in 0.02 seconds ===========================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 7072 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[None-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[None-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[None-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['UTC'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['UTC'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['UTC'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['UTC'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['US/Eastern'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['US/Eastern'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['US/Eastern'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['US/Eastern'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['Asia/Tokyo'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['Asia/Tokyo'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['Asia/Tokyo'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['Asia/Tokyo'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['dateutil/US/Pacific'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['dateutil/US/Pacific'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['dateutil/US/Pacific'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['dateutil/US/Pacific'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['dateutil/Asia/Singapore'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['dateutil/Asia/Singapore'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['dateutil/Asia/Singapore'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim['dateutil/Asia/Singapore'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[tzutc()-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[tzutc()-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[tzutc()-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[tzutc()-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[tzlocal()-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[tzlocal()-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[tzlocal()-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[tzlocal()-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[pytz.FixedOffset(300)-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[pytz.FixedOffset(300)-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[pytz.FixedOffset(300)-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[pytz.FixedOffset(300)-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[<UTC>-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[<UTC>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[<UTC>-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[<UTC>-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[pytz.FixedOffset(-300)-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[pytz.FixedOffset(-300)-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[pytz.FixedOffset(-300)-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[pytz.FixedOffset(-300)-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[datetime.timezone.utc-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[datetime.timezone.utc-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[datetime.timezone.utc-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[datetime.timezone.utc-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[datetime.timezone(datetime.timedelta(seconds=3600))-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[datetime.timezone(datetime.timedelta(seconds=3600))-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[datetime.timezone(datetime.timedelta(seconds=3600))-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_compare_zerodim[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DataFrameComparison::test_tz_aware_scalar_comparison[timestamps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DataFrameComparison::test_tz_aware_scalar_comparison[timestamps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DataFrameComparison::test_dt64_nat_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[None-Series-True-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[None-Series-True-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[None-Series-True-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[None-Series-False-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[None-Series-False-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[None-Series-False-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[None-Index-True-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[None-Index-True-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[None-Index-True-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[None-Index-False-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[None-Index-False-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[None-Index-False-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[object-Series-True-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[object-Series-True-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[object-Series-True-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[object-Series-False-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[object-Series-False-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[object-Series-False-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[object-Index-True-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[object-Index-True-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[object-Index-True-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[object-Index-False-pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[object-Index-False-pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons[object-Index-False-pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_comparison_invalid[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_comparison_invalid[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_comparison_invalid[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_comparison_invalid[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[Index-None-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[Index-None-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[Index-None-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[Index-object-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[Index-object-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[Index-object-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[Series-None-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[Series-None-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[Series-None-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[Series-object-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[Series-object-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[Series-object-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[DataFrame-None-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[DataFrame-None-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[DataFrame-None-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[DataFrame-object-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[DataFrame-object-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[DataFrame-object-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[to_array-None-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[to_array-None-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[to_array-None-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[to_array-object-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[to_array-object-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_nat_comparisons_scalar[to_array-object-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_series_comparison_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_dt64_ser_cmp_date_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_dt64ser_cmp_date_invalid[Index] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_dt64ser_cmp_date_invalid[Series] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_dt64ser_cmp_date_invalid[DataFrame] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_dt64ser_cmp_date_invalid[to_array] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_timestamp_compare_series[lt-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_timestamp_compare_series[le-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_timestamp_compare_series[eq-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_timestamp_compare_series[ne-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_dt64arr_timestamp_equality[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_dt64arr_timestamp_equality[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_dt64arr_timestamp_equality[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_dt64arr_timestamp_equality[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_comparison_tzawareness_compat[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_comparison_tzawareness_compat[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_comparison_tzawareness_compat[op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_comparison_tzawareness_compat[op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_comparison_tzawareness_compat[op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_comparison_tzawareness_compat[op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparators[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparators[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparators[op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparators[op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparators[op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparators[op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[None-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[None-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[None-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['UTC'-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['UTC'-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['UTC'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['US/Eastern'-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['US/Eastern'-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['US/Eastern'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['Asia/Tokyo'-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['Asia/Tokyo'-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['Asia/Tokyo'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['dateutil/US/Pacific'-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['dateutil/US/Pacific'-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['dateutil/US/Pacific'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['dateutil/Asia/Singapore'-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['dateutil/Asia/Singapore'-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike['dateutil/Asia/Singapore'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[tzutc()-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[tzutc()-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[tzutc()-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[tzlocal()-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[tzlocal()-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[tzlocal()-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[pytz.FixedOffset(300)-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[pytz.FixedOffset(300)-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[pytz.FixedOffset(300)-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[<UTC>-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[<UTC>-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[<UTC>-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[pytz.FixedOffset(-300)-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[pytz.FixedOffset(-300)-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[pytz.FixedOffset(-300)-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[datetime.timezone.utc-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[datetime.timezone.utc-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[datetime.timezone.utc-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[datetime.timezone(datetime.timedelta(seconds=3600))-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[datetime.timezone(datetime.timedelta(seconds=3600))-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[datetime.timezone(datetime.timedelta(seconds=3600))-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_datetimelike[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[None-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[None-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['UTC'-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['UTC'-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['UTC'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['US/Eastern'-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['US/Eastern'-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['US/Eastern'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['Asia/Tokyo'-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['Asia/Tokyo'-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['Asia/Tokyo'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['dateutil/US/Pacific'-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['dateutil/US/Pacific'-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['dateutil/US/Pacific'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['dateutil/Asia/Singapore'-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['dateutil/Asia/Singapore'-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar['dateutil/Asia/Singapore'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[tzutc()-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[tzutc()-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[tzutc()-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[tzlocal()-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[tzlocal()-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[tzlocal()-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[pytz.FixedOffset(300)-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[pytz.FixedOffset(300)-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[pytz.FixedOffset(300)-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[<UTC>-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[<UTC>-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[<UTC>-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[pytz.FixedOffset(-300)-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[pytz.FixedOffset(-300)-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[pytz.FixedOffset(-300)-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[datetime.timezone.utc-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[datetime.timezone.utc-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[datetime.timezone.utc-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_eq_null_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[None-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[None-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['UTC'-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['UTC'-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['UTC'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['US/Eastern'-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['US/Eastern'-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['US/Eastern'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['Asia/Tokyo'-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['Asia/Tokyo'-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['Asia/Tokyo'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['dateutil/US/Pacific'-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['dateutil/US/Pacific'-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['dateutil/US/Pacific'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['dateutil/Asia/Singapore'-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['dateutil/Asia/Singapore'-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar['dateutil/Asia/Singapore'-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[tzutc()-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[tzutc()-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[tzutc()-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[tzlocal()-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[tzlocal()-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[tzlocal()-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[pytz.FixedOffset(300)-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[pytz.FixedOffset(300)-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[pytz.FixedOffset(300)-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[<UTC>-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[<UTC>-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[<UTC>-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[pytz.FixedOffset(-300)-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[pytz.FixedOffset(-300)-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[pytz.FixedOffset(-300)-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[datetime.timezone.utc-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[datetime.timezone.utc-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[datetime.timezone.utc-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_ne_null_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[None-Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[None-Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[None-Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[None-Series-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[None-DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[None-DataFrame-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[None-to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[None-to_array-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['UTC'-Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['UTC'-Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['UTC'-Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['UTC'-Series-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['UTC'-DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['UTC'-DataFrame-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['UTC'-to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['UTC'-to_array-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['US/Eastern'-Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['US/Eastern'-Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['US/Eastern'-Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['US/Eastern'-Series-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['US/Eastern'-DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['US/Eastern'-DataFrame-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['US/Eastern'-to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['US/Eastern'-to_array-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['Asia/Tokyo'-Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['Asia/Tokyo'-Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['Asia/Tokyo'-Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['Asia/Tokyo'-Series-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['Asia/Tokyo'-DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['Asia/Tokyo'-DataFrame-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['Asia/Tokyo'-to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['Asia/Tokyo'-to_array-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/US/Pacific'-Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/US/Pacific'-Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/US/Pacific'-Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/US/Pacific'-Series-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/US/Pacific'-DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/US/Pacific'-DataFrame-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/US/Pacific'-to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/US/Pacific'-to_array-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/Asia/Singapore'-Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/Asia/Singapore'-Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/Asia/Singapore'-Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/Asia/Singapore'-Series-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/Asia/Singapore'-DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/Asia/Singapore'-DataFrame-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/Asia/Singapore'-to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality['dateutil/Asia/Singapore'-to_array-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzutc()-Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzutc()-Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzutc()-Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzutc()-Series-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzutc()-DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzutc()-DataFrame-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzutc()-to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzutc()-to_array-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzlocal()-Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzlocal()-Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzlocal()-Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzlocal()-Series-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzlocal()-DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzlocal()-DataFrame-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzlocal()-to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[tzlocal()-to_array-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(300)-Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(300)-Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(300)-Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(300)-Series-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(300)-DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(300)-DataFrame-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(300)-to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(300)-to_array-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[<UTC>-Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[<UTC>-Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[<UTC>-Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[<UTC>-Series-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[<UTC>-DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[<UTC>-DataFrame-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[<UTC>-to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[<UTC>-to_array-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(-300)-Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(-300)-Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(-300)-Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(-300)-Series-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(-300)-DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(-300)-DataFrame-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(-300)-to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[pytz.FixedOffset(-300)-to_array-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone.utc-Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone.utc-Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone.utc-Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone.utc-Series-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone.utc-DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone.utc-DataFrame-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone.utc-to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone.utc-to_array-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(seconds=3600))-Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(seconds=3600))-Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(seconds=3600))-Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(seconds=3600))-Series-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_null_scalar_inequality[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_nat[Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_nat[Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_nat[Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_nat[Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_nat[DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_nat[DataFrame-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_nat[to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_nat[to_array-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_nat_behaves_like_float_cmp_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[Index-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[Index-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[Index-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[Index-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[Series-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[Series-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[Series-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[Series-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[Series-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[Series-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[DataFrame-op0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[DataFrame-op1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[DataFrame-op2] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[DataFrame-op3] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[DataFrame-op4] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat[DataFrame-op5] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[Index-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[Index-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[Index-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[Index-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[Series-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[Series-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[Series-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[Series-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[Series-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[Series-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[DataFrame-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[DataFrame-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[DataFrame-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[DataFrame-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[DataFrame-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[DataFrame-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[to_array-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[to_array-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[to_array-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[to_array-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[to_array-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_comparison_tzawareness_compat_scalars[to_array-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Index-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-Series-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-DataFrame-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['UTC'-to_array-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Index-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-Series-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-DataFrame-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['US/Eastern'-to_array-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Index-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-Series-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-DataFrame-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['Asia/Tokyo'-to_array-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Index-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-Series-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-DataFrame-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/US/Pacific'-to_array-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Index-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-Series-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-DataFrame-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness['dateutil/Asia/Singapore'-to_array-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Index-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-Series-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-DataFrame-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzutc()-to_array-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Index-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-Series-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-DataFrame-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[tzlocal()-to_array-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Index-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-Series-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-DataFrame-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(300)-to_array-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Index-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-Series-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-DataFrame-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[<UTC>-to_array-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Index-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-Series-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-DataFrame-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[pytz.FixedOffset(-300)-to_array-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Index-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-Series-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-DataFrame-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone.utc-to_array-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_nat_comparison_tzawareness[op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_str[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-Index-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-Index-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-Index-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-Series-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-Series-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-Series-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-DataFrame-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-DataFrame-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-DataFrame-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-to_array-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-to_array-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-to_array-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-to_array-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[None-to_array-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-Index-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-Index-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-Index-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-Series-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-Series-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-Series-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-DataFrame-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-DataFrame-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-DataFrame-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-to_array-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-to_array-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-to_array-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-to_array-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['UTC'-to_array-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-Index-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-Index-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-Index-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-Series-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-Series-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-Series-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-DataFrame-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-DataFrame-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-DataFrame-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-to_array-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-to_array-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-to_array-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-to_array-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['US/Eastern'-to_array-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-Index-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-Index-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-Index-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-Series-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-Series-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-Series-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-DataFrame-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-DataFrame-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-DataFrame-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-to_array-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-to_array-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-to_array-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-to_array-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['Asia/Tokyo'-to_array-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-Index-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-Index-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-Index-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-Series-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-Series-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-Series-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-DataFrame-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-DataFrame-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-DataFrame-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-to_array-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-to_array-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-to_array-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-to_array-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/US/Pacific'-to_array-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-Index-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-Index-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-Index-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-Series-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-Series-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-Series-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-DataFrame-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-DataFrame-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-DataFrame-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-to_array-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-to_array-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-to_array-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-to_array-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid['dateutil/Asia/Singapore'-to_array-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-Index-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-Index-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-Index-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-Series-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-Series-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-Series-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-DataFrame-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-DataFrame-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-DataFrame-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-to_array-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-to_array-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-to_array-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-to_array-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzutc()-to_array-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-Index-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-Index-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-Index-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-Series-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-Series-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-Series-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-DataFrame-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-DataFrame-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-DataFrame-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-to_array-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-to_array-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-to_array-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-to_array-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[tzlocal()-to_array-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-Index-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-Index-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-Index-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-Series-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-Series-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-Series-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-DataFrame-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-DataFrame-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-DataFrame-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-to_array-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-to_array-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-to_array-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-to_array-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(300)-to_array-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-Index-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-Index-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-Index-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-Series-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-Series-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-Series-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-DataFrame-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-DataFrame-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-DataFrame-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-to_array-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-to_array-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-to_array-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-to_array-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[<UTC>-to_array-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-Index-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-Index-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-Index-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-Series-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-Series-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-Series-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-DataFrame-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-DataFrame-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-DataFrame-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-to_array-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-to_array-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-to_array-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-to_array-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[pytz.FixedOffset(-300)-to_array-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-Index-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-Index-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-Index-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-Series-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-Series-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-Series-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-DataFrame-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-DataFrame-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-DataFrame-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-to_array-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-to_array-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-to_array-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-to_array-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone.utc-to_array-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-Index-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-Index-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-Index-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-Series-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-Series-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-Series-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-4.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dt64arr_cmp_scalar_invalid[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_tdi_tzawareness[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_tdi_tzawareness[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_tdi_tzawareness[ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_dti_cmp_object_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[None-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['UTC'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['US/Eastern'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['Asia/Tokyo'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzutc()-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[tzlocal()-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[<UTC>-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone.utc-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[None-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['UTC'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['US/Eastern'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['Asia/Tokyo'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzutc()-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[tzlocal()-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[<UTC>-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone.utc-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_iadd_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[None-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['UTC'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['US/Eastern'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['Asia/Tokyo'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzutc()-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[tzlocal()-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[<UTC>-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone.utc-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[None-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['UTC'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['US/Eastern'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['Asia/Tokyo'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/US/Pacific'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar['dateutil/Asia/Singapore'-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzutc()-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[tzlocal()-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(300)-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[<UTC>-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[pytz.FixedOffset(-300)-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone.utc-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(seconds=3600))-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_isub_timedeltalike_scalar[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_td64_scalar[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_td64_scalar[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_td64_scalar[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_td64_scalar[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Index-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Index-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Index-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Index-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Index-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Index-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Index-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Index-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Index-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Index-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Index-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Index-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Index-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[Series-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[DataFrame-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[to_array-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[to_array-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[to_array-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[to_array-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[to_array-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[to_array-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[to_array-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[to_array-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[to_array-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[to_array-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[to_array-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[to_array-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64_nat[to_array-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[None-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[None-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[None-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['UTC'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['UTC'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['UTC'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['UTC'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['US/Eastern'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['US/Eastern'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['US/Eastern'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['US/Eastern'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['Asia/Tokyo'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['Asia/Tokyo'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['Asia/Tokyo'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['Asia/Tokyo'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['dateutil/US/Pacific'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['dateutil/US/Pacific'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['dateutil/US/Pacific'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['dateutil/US/Pacific'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['dateutil/Asia/Singapore'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['dateutil/Asia/Singapore'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['dateutil/Asia/Singapore'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray['dateutil/Asia/Singapore'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[tzutc()-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[tzutc()-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[tzutc()-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[tzutc()-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[tzlocal()-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[tzlocal()-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[tzlocal()-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[tzlocal()-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[pytz.FixedOffset(300)-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[pytz.FixedOffset(300)-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[pytz.FixedOffset(300)-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[pytz.FixedOffset(300)-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[<UTC>-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[<UTC>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[<UTC>-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[<UTC>-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[pytz.FixedOffset(-300)-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[pytz.FixedOffset(-300)-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[pytz.FixedOffset(-300)-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[pytz.FixedOffset(-300)-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[datetime.timezone.utc-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[datetime.timezone.utc-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[datetime.timezone.utc-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[datetime.timezone.utc-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[datetime.timezone(datetime.timedelta(seconds=3600))-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[datetime.timezone(datetime.timedelta(seconds=3600))-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[datetime.timezone(datetime.timedelta(seconds=3600))-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_td64ndarray[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dtscalar[Index-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dtscalar[Index-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dtscalar[Index-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dtscalar[Series-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dtscalar[Series-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dtscalar[Series-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dtscalar[DataFrame-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dtscalar[DataFrame-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dtscalar[DataFrame-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dtscalar[to_array-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dtscalar[to_array-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dtscalar[to_array-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_datetime64_not_ns[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_datetime64_not_ns[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_datetime64_not_ns[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_datetime64_not_ns[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timestamp[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timestamp[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timestamp[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timestamp[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_NaT[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_NaT[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_NaT[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_NaT[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_naive_sub_dt64ndarray[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_naive_sub_dt64ndarray[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_naive_sub_dt64ndarray[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_naive_sub_dt64ndarray[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['UTC'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['UTC'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['UTC'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['UTC'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['US/Eastern'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['US/Eastern'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['US/Eastern'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['US/Eastern'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['Asia/Tokyo'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['Asia/Tokyo'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['Asia/Tokyo'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['Asia/Tokyo'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['dateutil/US/Pacific'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['dateutil/US/Pacific'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['dateutil/US/Pacific'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['dateutil/US/Pacific'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['dateutil/Asia/Singapore'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['dateutil/Asia/Singapore'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['dateutil/Asia/Singapore'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises['dateutil/Asia/Singapore'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[tzutc()-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[tzutc()-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[tzutc()-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[tzutc()-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[tzlocal()-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[tzlocal()-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[tzlocal()-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[tzlocal()-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[pytz.FixedOffset(300)-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[pytz.FixedOffset(300)-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[pytz.FixedOffset(300)-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[pytz.FixedOffset(300)-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[<UTC>-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[<UTC>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[<UTC>-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[<UTC>-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[pytz.FixedOffset(-300)-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[pytz.FixedOffset(-300)-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[pytz.FixedOffset(-300)-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[pytz.FixedOffset(-300)-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[datetime.timezone.utc-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[datetime.timezone.utc-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[datetime.timezone.utc-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[datetime.timezone.utc-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[datetime.timezone(datetime.timedelta(seconds=3600))-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[datetime.timezone(datetime.timedelta(seconds=3600))-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[datetime.timezone(datetime.timedelta(seconds=3600))-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[None-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[None-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[None-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['UTC'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['UTC'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['UTC'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['UTC'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['US/Eastern'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['US/Eastern'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['US/Eastern'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['US/Eastern'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['Asia/Tokyo'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['Asia/Tokyo'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['Asia/Tokyo'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['Asia/Tokyo'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['dateutil/US/Pacific'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['dateutil/US/Pacific'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['dateutil/US/Pacific'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['dateutil/US/Pacific'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['dateutil/Asia/Singapore'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['dateutil/Asia/Singapore'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['dateutil/Asia/Singapore'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises['dateutil/Asia/Singapore'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[tzutc()-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[tzutc()-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[tzutc()-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[tzutc()-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[tzlocal()-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[tzlocal()-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[tzlocal()-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[tzlocal()-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[pytz.FixedOffset(300)-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[pytz.FixedOffset(300)-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[pytz.FixedOffset(300)-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[pytz.FixedOffset(300)-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[<UTC>-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[<UTC>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[<UTC>-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[<UTC>-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[pytz.FixedOffset(-300)-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[pytz.FixedOffset(-300)-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[pytz.FixedOffset(-300)-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[pytz.FixedOffset(-300)-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[datetime.timezone.utc-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[datetime.timezone.utc-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[datetime.timezone.utc-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[datetime.timezone.utc-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[datetime.timezone(datetime.timedelta(seconds=3600))-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[datetime.timezone(datetime.timedelta(seconds=3600))-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[datetime.timezone(datetime.timedelta(seconds=3600))-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_dt64ndarray_raises[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timestamp_raises[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timestamp_raises[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timestamp_raises[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_timestamp_raises[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_float[Index-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_float[Index-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_float[Series-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_float[Series-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_float[DataFrame-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_float[DataFrame-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_float[to_array-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_float[to_array-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Index-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Index-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Index-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Index-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Index-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Index-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Index-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Index-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Series-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Series-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Series-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Series-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Series-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Series-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Series-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-Series-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-DataFrame-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-DataFrame-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-DataFrame-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-DataFrame-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-DataFrame-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-DataFrame-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-DataFrame-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-DataFrame-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-to_array-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-to_array-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-to_array-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-to_array-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-to_array-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-to_array-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-to_array-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Index-to_array-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Index-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Index-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Index-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Index-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Index-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Index-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Index-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Index-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Series-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Series-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Series-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Series-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Series-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Series-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Series-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-Series-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-DataFrame-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-DataFrame-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-DataFrame-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-DataFrame-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-DataFrame-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-DataFrame-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-DataFrame-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-DataFrame-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-to_array-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-to_array-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-to_array-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-to_array-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-to_array-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-to_array-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-to_array-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[Series-to_array-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Index-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Index-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Index-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Index-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Index-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Index-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Index-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Index-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Series-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Series-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Series-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Series-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Series-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Series-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Series-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-Series-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-DataFrame-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-DataFrame-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-DataFrame-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-DataFrame-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-DataFrame-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-DataFrame-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-DataFrame-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-DataFrame-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-to_array-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-to_array-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-to_array-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-to_array-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-to_array-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-to_array-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-to_array-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[DataFrame-to_array-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Index-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Index-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Index-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Index-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Index-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Index-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Index-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Index-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Series-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Series-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Series-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Series-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Series-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Series-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Series-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-Series-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-DataFrame-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-DataFrame-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-DataFrame-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-DataFrame-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-DataFrame-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-DataFrame-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-DataFrame-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-DataFrame-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-to_array-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-to_array-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-to_array-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-to_array-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-to_array-D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-to_array-D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-to_array-D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_parr[to_array-to_array-D-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_period_scalar[Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_period_scalar[Index-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_period_scalar[Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_period_scalar[Series-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_period_scalar[DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_period_scalar[DataFrame-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_period_scalar[to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_add_sub_period_scalar[to_array-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_series_add_tick_DateOffset[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_series_add_tick_DateOffset[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_series_add_tick_DateOffset[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_series_add_tick_DateOffset[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_series_sub_tick_DateOffset[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_series_sub_tick_DateOffset[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_series_sub_tick_DateOffset[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_series_sub_tick_DateOffset[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[Index-Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[Index-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[Index-Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[Index-Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[Index-Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[Index-Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[Index-Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[Series-Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[Series-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[Series-Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[Series-Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[Series-Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[Series-Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[Series-Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[DataFrame-Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[DataFrame-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[DataFrame-Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[DataFrame-Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[DataFrame-Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[DataFrame-Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[DataFrame-Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[to_array-Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[to_array-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[to_array-Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[to_array-Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[to_array-Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[to_array-Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_tick_DateOffset_smoke[to_array-Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['UTC'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['UTC'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['UTC'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['UTC'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['US/Eastern'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['US/Eastern'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['US/Eastern'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['US/Eastern'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['Asia/Tokyo'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['Asia/Tokyo'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['Asia/Tokyo'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['Asia/Tokyo'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['dateutil/US/Pacific'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['dateutil/US/Pacific'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['dateutil/US/Pacific'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['dateutil/US/Pacific'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['dateutil/Asia/Singapore'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['dateutil/Asia/Singapore'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['dateutil/Asia/Singapore'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware['dateutil/Asia/Singapore'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[tzutc()-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[tzutc()-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[tzutc()-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[tzutc()-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[tzlocal()-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[tzlocal()-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[tzlocal()-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[tzlocal()-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[pytz.FixedOffset(300)-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[pytz.FixedOffset(300)-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[pytz.FixedOffset(300)-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[pytz.FixedOffset(300)-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[<UTC>-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[<UTC>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[<UTC>-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[<UTC>-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[pytz.FixedOffset(-300)-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[pytz.FixedOffset(-300)-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[pytz.FixedOffset(-300)-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[pytz.FixedOffset(-300)-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[datetime.timezone.utc-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[datetime.timezone.utc-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[datetime.timezone.utc-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[datetime.timezone.utc-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[datetime.timezone(datetime.timedelta(seconds=3600))-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[datetime.timezone(datetime.timedelta(seconds=3600))-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[datetime.timezone(datetime.timedelta(seconds=3600))-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_tick_tzaware[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_relativedelta_offsets[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_relativedelta_offsets[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_relativedelta_offsets[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_relativedelta_offsets[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-True-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-0-False-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-True-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Index-5-False-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-True-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-0-False-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-True-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[Series-5-False-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-True-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-0-False-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-True-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[DataFrame-5-False-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-True-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-0-False-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-True-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-cls_and_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-cls_and_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-Week0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-cls_and_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-Week1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-cls_and_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-BusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-BDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-CustomBusinessDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-CDay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-CBMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-CBMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-BMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-BMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-cls_and_kwargs26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-cls_and_kwargs27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-cls_and_kwargs28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-cls_and_kwargs29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-cls_and_kwargs31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[to_array-5-False-cls_and_kwargs32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffset[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffset[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffset[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffset[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_mixed_offset_array[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_mixed_offset_array[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_mixed_offset_array[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_mixed_offset_array[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[None-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[None-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[None-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['UTC'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['UTC'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['UTC'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['UTC'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['US/Eastern'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['US/Eastern'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['US/Eastern'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['US/Eastern'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['Asia/Tokyo'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['Asia/Tokyo'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['Asia/Tokyo'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['Asia/Tokyo'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['dateutil/US/Pacific'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['dateutil/US/Pacific'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['dateutil/US/Pacific'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['dateutil/US/Pacific'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['dateutil/Asia/Singapore'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['dateutil/Asia/Singapore'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['dateutil/Asia/Singapore'-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray['dateutil/Asia/Singapore'-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[tzutc()-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[tzutc()-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[tzutc()-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[tzutc()-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[tzlocal()-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[tzlocal()-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[tzlocal()-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[tzlocal()-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[pytz.FixedOffset(300)-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[pytz.FixedOffset(300)-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[pytz.FixedOffset(300)-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[pytz.FixedOffset(300)-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[<UTC>-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[<UTC>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[<UTC>-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[<UTC>-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[pytz.FixedOffset(-300)-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[pytz.FixedOffset(-300)-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[pytz.FixedOffset(-300)-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[pytz.FixedOffset(-300)-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[datetime.timezone.utc-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[datetime.timezone.utc-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[datetime.timezone.utc-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[datetime.timezone.utc-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[datetime.timezone(datetime.timedelta(seconds=3600))-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[datetime.timezone(datetime.timedelta(seconds=3600))-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[datetime.timezone(datetime.timedelta(seconds=3600))-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_offset_ndarray[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-Index-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-Index-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-Index-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-Index-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-Series-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-Series-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-Series-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-Series-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-DataFrame-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-DataFrame-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-DataFrame-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-DataFrame-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-to_array-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-to_array-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-to_array-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['UTC'-to_array-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-Index-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-Index-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-Index-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-Index-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-Series-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-Series-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-Series-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-Series-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-DataFrame-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-DataFrame-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-DataFrame-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-DataFrame-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-to_array-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-to_array-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-to_array-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['US/Eastern'-to_array-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-Index-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-Index-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-Index-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-Index-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-Series-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-Series-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-Series-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-Series-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-DataFrame-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-DataFrame-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-DataFrame-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-DataFrame-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-to_array-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-to_array-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-to_array-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['Asia/Tokyo'-to_array-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-Index-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-Index-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-Index-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-Index-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-Series-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-Series-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-Series-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-Series-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-DataFrame-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-DataFrame-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-DataFrame-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-DataFrame-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-to_array-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-to_array-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-to_array-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/US/Pacific'-to_array-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-Index-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-Index-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-Index-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-Index-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-Series-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-Series-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-Series-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-Series-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-DataFrame-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-DataFrame-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-DataFrame-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-DataFrame-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-to_array-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-to_array-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-to_array-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset['dateutil/Asia/Singapore'-to_array-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-Index-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-Index-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-Index-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-Index-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-Series-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-Series-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-Series-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-Series-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-DataFrame-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-DataFrame-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-DataFrame-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-DataFrame-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-to_array-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-to_array-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-to_array-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzutc()-to_array-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-Index-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-Index-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-Index-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-Index-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-Series-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-Series-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-Series-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-Series-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-DataFrame-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-DataFrame-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-DataFrame-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-DataFrame-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-to_array-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-to_array-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-to_array-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[tzlocal()-to_array-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-Index-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-Index-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-Index-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-Index-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-Series-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-Series-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-Series-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-Series-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-DataFrame-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-DataFrame-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-DataFrame-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-DataFrame-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-to_array-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-to_array-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-to_array-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(300)-to_array-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-Index-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-Index-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-Index-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-Index-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-Series-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-Series-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-Series-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-Series-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-DataFrame-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-DataFrame-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-DataFrame-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-DataFrame-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-to_array-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-to_array-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-to_array-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[<UTC>-to_array-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-Index-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-Index-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-Index-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-Index-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-Series-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-Series-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-Series-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-Series-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-DataFrame-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-DataFrame-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-DataFrame-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-DataFrame-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-to_array-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-to_array-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-to_array-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[pytz.FixedOffset(-300)-to_array-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-Index-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-Index-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-Index-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-Index-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-Series-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-Series-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-Series-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-Series-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-DataFrame-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-DataFrame-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-DataFrame-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-DataFrame-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-to_array-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-to_array-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-to_array-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone.utc-to_array-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-Index-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-Index-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-Index-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-Index-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-Series-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-Series-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-Series-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-Series-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-DataFrame-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(seconds=3600))-to_array-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DataFrame-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-__add__-offset0-exp0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-__add__-offset1-exp1-AS-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-__sub__-offset2-exp2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-to_array-__sub__-offset3-exp3-AS-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64OverflowHandling::test_dt64_overflow_masking[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64OverflowHandling::test_dt64_overflow_masking[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64OverflowHandling::test_dt64_overflow_masking[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64OverflowHandling::test_dt64_overflow_masking[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64OverflowHandling::test_dt64_series_arith_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64OverflowHandling::test_datetimeindex_sub_timestamp_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetime64OverflowHandling::test_datetimeindex_sub_datetimeindex_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_empty_series_add_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64ser_sub_datetime_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_invalid[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_invalid[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_invalid[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_invalid[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_invalid[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_invalid[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_invalid[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_invalid[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_invalid[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_invalid[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_invalid[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_invalid[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_invalid[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_invalid[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_sub_single_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64tz_series_sub_dtitz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_sub_datetime_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_series_add_mixed_tick_DateOffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_datetime64_ops_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1-dt64_series0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1-dt64_series1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1-dt64_series2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1.0-dt64_series0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1.0-dt64_series1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_mul_div_numeric_invalid[1.0-dt64_series2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_mul_div_numeric_invalid[one2-dt64_series0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_mul_div_numeric_invalid[one2-dt64_series1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_mul_div_numeric_invalid[one2-dt64_series2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_series_add_intlike[None-__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_series_add_intlike[None-__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_series_add_intlike[None-__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_series_add_intlike[None-__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_series_add_intlike[Asia/Tokyo-__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_series_add_intlike[Asia/Tokyo-__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_series_add_intlike[Asia/Tokyo-__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_dt64_series_add_intlike[Asia/Tokyo-__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestTimestampSeriesArithmetic::test_operators_datetimelike_with_timezones PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[None-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int['UTC'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int['UTC'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int['US/Eastern'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int['US/Eastern'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int['Asia/Tokyo'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int['Asia/Tokyo'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int['dateutil/US/Pacific'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int['dateutil/US/Pacific'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int['dateutil/Asia/Singapore'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int['dateutil/Asia/Singapore'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[tzutc()-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[tzutc()-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[tzlocal()-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[tzlocal()-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[pytz.FixedOffset(300)-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[pytz.FixedOffset(300)-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[<UTC>-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[<UTC>-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[pytz.FixedOffset(-300)-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[pytz.FixedOffset(-300)-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[datetime.timezone.utc-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[datetime.timezone.utc-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[datetime.timezone(datetime.timedelta(seconds=3600))-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[datetime.timezone(datetime.timedelta(seconds=3600))-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_int[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[None-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int['UTC'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int['UTC'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int['US/Eastern'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int['US/Eastern'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int['Asia/Tokyo'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int['Asia/Tokyo'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int['dateutil/US/Pacific'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int['dateutil/US/Pacific'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int['dateutil/Asia/Singapore'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int['dateutil/Asia/Singapore'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[tzutc()-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[tzutc()-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[tzlocal()-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[tzlocal()-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[pytz.FixedOffset(300)-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[pytz.FixedOffset(300)-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[<UTC>-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[<UTC>-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[pytz.FixedOffset(-300)-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[pytz.FixedOffset(-300)-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[datetime.timezone.utc-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[datetime.timezone.utc-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[datetime.timezone(datetime.timedelta(seconds=3600))-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[datetime.timezone(datetime.timedelta(seconds=3600))-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_int[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[None-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int['UTC'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int['UTC'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int['US/Eastern'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int['US/Eastern'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int['Asia/Tokyo'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int['Asia/Tokyo'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int['dateutil/US/Pacific'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int['dateutil/US/Pacific'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int['dateutil/Asia/Singapore'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int['dateutil/Asia/Singapore'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[tzutc()-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[tzutc()-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[tzlocal()-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[tzlocal()-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[pytz.FixedOffset(300)-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[pytz.FixedOffset(300)-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[<UTC>-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[<UTC>-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[pytz.FixedOffset(-300)-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[pytz.FixedOffset(-300)-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[datetime.timezone.utc-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[datetime.timezone.utc-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[datetime.timezone(datetime.timedelta(seconds=3600))-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[datetime.timezone(datetime.timedelta(seconds=3600))-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_int[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[None-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int['UTC'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int['UTC'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int['US/Eastern'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int['US/Eastern'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int['Asia/Tokyo'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int['Asia/Tokyo'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int['dateutil/US/Pacific'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int['dateutil/US/Pacific'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int['dateutil/Asia/Singapore'-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int['dateutil/Asia/Singapore'-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[tzutc()-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[tzutc()-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[tzlocal()-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[tzlocal()-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[pytz.FixedOffset(300)-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[pytz.FixedOffset(300)-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[<UTC>-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[<UTC>-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[pytz.FixedOffset(-300)-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[pytz.FixedOffset(-300)-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[datetime.timezone.utc-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[datetime.timezone.utc-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[datetime.timezone(datetime.timedelta(seconds=3600))-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[datetime.timezone(datetime.timedelta(seconds=3600))-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_int[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_intarray_tick[int_holder0-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_intarray_tick[int_holder0-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_intarray_tick[Index-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_intarray_tick[Index-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_intarray_non_tick[int_holder0-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_intarray_non_tick[int_holder0-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_intarray_non_tick[int_holder0-MS] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_intarray_non_tick[int_holder0-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_intarray_non_tick[Index-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_intarray_non_tick[Index-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_intarray_non_tick[Index-MS] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_intarray_non_tick[Index-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_intarray_no_freq[int_holder0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_intarray_no_freq[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_tdi['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_tdi['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_tdi['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_tdi['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_tdi['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_tdi[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_iadd_tdi[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_tdi[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_isub_tdi[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[None-datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[None-DatetimeIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[None-DatetimeIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[None-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[None-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[US/Eastern-datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[US/Eastern-DatetimeIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[US/Eastern-DatetimeIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[US/Eastern-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_add_datetimelike_and_dti[US/Eastern-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_sub_dti_dti PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_timedelta64_equal_timedelta_supported_ops[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_timedelta64_equal_timedelta_supported_ops[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_ops_nat_mixed_datetime64_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_ufunc_coercions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series[None-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series[None-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series[None-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series[America/Chicago-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series[America/Chicago-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_series[America/Chicago-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[None-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[None-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[None-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['UTC'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['UTC'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['UTC'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['US/Eastern'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['US/Eastern'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['US/Eastern'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['Asia/Tokyo'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['Asia/Tokyo'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['Asia/Tokyo'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['dateutil/US/Pacific'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['dateutil/US/Pacific'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['dateutil/US/Pacific'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['dateutil/Asia/Singapore'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['dateutil/Asia/Singapore'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index['dateutil/Asia/Singapore'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[tzutc()-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[tzutc()-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[tzutc()-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[tzlocal()-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[tzlocal()-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[tzlocal()-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[pytz.FixedOffset(300)-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[pytz.FixedOffset(300)-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[pytz.FixedOffset(300)-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[<UTC>-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[<UTC>-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[<UTC>-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[pytz.FixedOffset(-300)-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[pytz.FixedOffset(-300)-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[pytz.FixedOffset(-300)-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[datetime.timezone.utc-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[datetime.timezone.utc-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[datetime.timezone.utc-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[datetime.timezone(datetime.timedelta(seconds=3600))-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[datetime.timezone(datetime.timedelta(seconds=3600))-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[datetime.timezone(datetime.timedelta(seconds=3600))-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_add_offset_index[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[None-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[None-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[None-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['UTC'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['UTC'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['UTC'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['US/Eastern'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['US/Eastern'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['US/Eastern'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['Asia/Tokyo'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['Asia/Tokyo'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['Asia/Tokyo'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['dateutil/US/Pacific'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['dateutil/US/Pacific'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['dateutil/US/Pacific'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['dateutil/Asia/Singapore'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['dateutil/Asia/Singapore'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index['dateutil/Asia/Singapore'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[tzutc()-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[tzutc()-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[tzutc()-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[tzlocal()-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[tzlocal()-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[tzlocal()-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[pytz.FixedOffset(300)-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[pytz.FixedOffset(300)-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[pytz.FixedOffset(300)-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[<UTC>-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[<UTC>-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[<UTC>-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[pytz.FixedOffset(-300)-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[pytz.FixedOffset(-300)-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[pytz.FixedOffset(-300)-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[datetime.timezone.utc-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[datetime.timezone.utc-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[datetime.timezone.utc-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[datetime.timezone(datetime.timedelta(seconds=3600))-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[datetime.timezone(datetime.timedelta(seconds=3600))-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[datetime.timezone(datetime.timedelta(seconds=3600))-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_sub_offset_index[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[None-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[None-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[None-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['UTC'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['UTC'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['UTC'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['US/Eastern'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['US/Eastern'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['US/Eastern'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['Asia/Tokyo'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['Asia/Tokyo'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['Asia/Tokyo'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['dateutil/US/Pacific'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['dateutil/US/Pacific'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['dateutil/US/Pacific'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['dateutil/Asia/Singapore'-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['dateutil/Asia/Singapore'-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series['dateutil/Asia/Singapore'-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[tzutc()-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[tzutc()-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[tzutc()-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[tzlocal()-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[tzlocal()-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[tzlocal()-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[pytz.FixedOffset(300)-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[pytz.FixedOffset(300)-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[pytz.FixedOffset(300)-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[<UTC>-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[<UTC>-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[<UTC>-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[pytz.FixedOffset(-300)-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[pytz.FixedOffset(-300)-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[pytz.FixedOffset(-300)-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[datetime.timezone.utc-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[datetime.timezone.utc-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[datetime.timezone.utc-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[datetime.timezone(datetime.timedelta(seconds=3600))-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[datetime.timezone(datetime.timedelta(seconds=3600))-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[datetime.timezone(datetime.timedelta(seconds=3600))-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_with_offset_series[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::test_shift_months[-2--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::test_shift_months[-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::test_shift_months[-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::test_shift_months[0--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::test_shift_months[0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::test_shift_months[0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::test_shift_months[2--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::test_shift_months[2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::test_shift_months[2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::test_dt_subclass_add_timedelta[lh0-rh0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_datetime64.py::test_dt_subclass_add_timedelta[lh1-rh1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericComparisons::test_operator_series_comparison_zerorank PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericComparisons::test_df_numeric_cmp_dt64_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericComparisons::test_compare_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[RangeIndexint64-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[RangeIndexint64-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[RangeIndexint64-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesint8-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesint8-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesint8-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Int64Indexint640-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Int64Indexint640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Int64Indexint640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesint16-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesint16-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesint16-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Int64Indexint641-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Int64Indexint641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Int64Indexint641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesint32-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesint32-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesint32-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Int64Indexint642-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Int64Indexint642-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Int64Indexint642-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesint64-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesint64-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesint64-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Int64Indexint643-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Int64Indexint643-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Int64Indexint643-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesuint8-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesuint8-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesuint8-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[UInt64Indexuint640-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[UInt64Indexuint640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[UInt64Indexuint640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesuint16-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesuint16-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesuint16-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[UInt64Indexuint641-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[UInt64Indexuint641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[UInt64Indexuint641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesuint32-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesuint32-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesuint32-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[UInt64Indexuint642-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[UInt64Indexuint642-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[UInt64Indexuint642-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesuint64-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesuint64-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesuint64-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[UInt64Indexuint643-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[UInt64Indexuint643-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[UInt64Indexuint643-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesfloat16-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesfloat16-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesfloat16-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Float64Indexfloat640-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Float64Indexfloat640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Float64Indexfloat640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesfloat32-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesfloat32-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesfloat32-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Float64Indexfloat641-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Float64Indexfloat641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Float64Indexfloat641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesfloat64-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesfloat64-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Seriesfloat64-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Float64Indexfloat642-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Float64Indexfloat642-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_mul_td64arr[Float64Indexfloat642-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[RangeIndexint64-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[RangeIndexint64-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[RangeIndexint64-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesint8-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesint8-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesint8-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Int64Indexint640-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Int64Indexint640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Int64Indexint640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesint16-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesint16-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesint16-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Int64Indexint641-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Int64Indexint641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Int64Indexint641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesint32-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesint32-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesint32-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Int64Indexint642-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Int64Indexint642-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Int64Indexint642-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesint64-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesint64-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesint64-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Int64Indexint643-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Int64Indexint643-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Int64Indexint643-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesuint8-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesuint8-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesuint8-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[UInt64Indexuint640-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[UInt64Indexuint640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[UInt64Indexuint640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesuint16-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesuint16-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesuint16-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[UInt64Indexuint641-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[UInt64Indexuint641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[UInt64Indexuint641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesuint32-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesuint32-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesuint32-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[UInt64Indexuint642-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[UInt64Indexuint642-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[UInt64Indexuint642-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesuint64-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesuint64-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesuint64-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[UInt64Indexuint643-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[UInt64Indexuint643-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[UInt64Indexuint643-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesfloat16-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesfloat16-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesfloat16-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Float64Indexfloat640-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Float64Indexfloat640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Float64Indexfloat640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesfloat32-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesfloat32-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesfloat32-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Float64Indexfloat641-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Float64Indexfloat641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Float64Indexfloat641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesfloat64-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesfloat64-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Seriesfloat64-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Float64Indexfloat642-box_cls0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Float64Indexfloat642-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_div_td64arr[Float64Indexfloat642-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_ops_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Float64Index-Index-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Float64Index-Index-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Float64Index-Index-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Float64Index-Series-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Float64Index-Series-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Float64Index-Series-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Float64Index-DataFrame-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Float64Index-DataFrame-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Float64Index-DataFrame-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Int64Index-Index-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Int64Index-Index-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Int64Index-Index-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Int64Index-Series-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Int64Index-Series-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Int64Index-Series-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Int64Index-DataFrame-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Int64Index-DataFrame-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[Int64Index-DataFrame-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[UInt64Index-Index-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[UInt64Index-Index-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[UInt64Index-Index-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[UInt64Index-Series-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[UInt64Index-Series-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[UInt64Index-Series-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[UInt64Index-DataFrame-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[UInt64Index-DataFrame-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[UInt64Index-DataFrame-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[RangeIndex-Index-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[RangeIndex-Index-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[RangeIndex-Index-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[RangeIndex-Series-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[RangeIndex-Series-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[RangeIndex-Series-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[RangeIndex-DataFrame-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[RangeIndex-DataFrame-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_mul_tdscalar[RangeIndex-DataFrame-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Day-Float64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Day-Float64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Day-Float64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Day-Int64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Day-Int64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Day-Int64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Day-UInt64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Day-UInt64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Day-UInt64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Day-RangeIndex-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Day-RangeIndex-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Day-RangeIndex-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Hour-Float64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Hour-Float64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Hour-Float64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Hour-Int64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Hour-Int64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Hour-Int64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Hour-UInt64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Hour-UInt64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Hour-UInt64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Hour-RangeIndex-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Hour-RangeIndex-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Hour-RangeIndex-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta-Float64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta-Float64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta-Float64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta-Int64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta-Int64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta-Int64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta-UInt64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta-UInt64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta-UInt64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta-RangeIndex-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta-RangeIndex-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta-RangeIndex-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Timedelta-Float64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Timedelta-Float64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Timedelta-Float64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Timedelta-Int64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Timedelta-Int64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Timedelta-Int64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Timedelta-UInt64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Timedelta-UInt64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Timedelta-UInt64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Timedelta-RangeIndex-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Timedelta-RangeIndex-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[Timedelta-RangeIndex-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta640-Float64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta640-Float64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta640-Float64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta640-Int64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta640-Int64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta640-Int64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta640-UInt64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta640-UInt64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta640-UInt64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta640-RangeIndex-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta640-RangeIndex-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta640-RangeIndex-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta641-Float64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta641-Float64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta641-Float64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta641-Int64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta641-Int64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta641-Int64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta641-UInt64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta641-UInt64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta641-UInt64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta641-RangeIndex-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta641-RangeIndex-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_numeric_arr_rdiv_tdscalar[timedelta641-RangeIndex-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Index-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Index-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Index-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Index-other5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Index-other6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Index-other7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Series-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Series-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Series-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Series-other5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Series-other6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-Series-other7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-DataFrame-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-DataFrame-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-DataFrame-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-DataFrame-other5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-DataFrame-other6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Float64Index-DataFrame-other7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Index-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Index-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Index-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Index-other5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Index-other6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Index-other7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Series-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Series-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Series-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Series-other5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Series-other6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-Series-other7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-DataFrame-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-DataFrame-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-DataFrame-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-DataFrame-other5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-DataFrame-other6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[Int64Index-DataFrame-other7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Index-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Index-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Index-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Index-other5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Index-other6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Index-other7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Series-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Series-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Series-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Series-other5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Series-other6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-Series-other7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-DataFrame-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-DataFrame-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-DataFrame-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-DataFrame-other5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-DataFrame-other6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[UInt64Index-DataFrame-other7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Index-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Index-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Index-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Index-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Index-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Index-other5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Index-other6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Index-other7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Series-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Series-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Series-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Series-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Series-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Series-other5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Series-other6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-Series-other7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-DataFrame-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-DataFrame-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-DataFrame-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-DataFrame-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-DataFrame-other4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-DataFrame-other5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-DataFrame-other6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArraylikeArithmeticWithTimedeltaLike::test_add_sub_timedeltalike_invalid[RangeIndex-DataFrame-other7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero1-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero1-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero1-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero1-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero2-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero2-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero2-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero2-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero3-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero3-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero3-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero3-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero4-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero4-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero4-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero4-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero5-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero5-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero5-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero5-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero6-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero6-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero6-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero6-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero7-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero7-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero7-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero7-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero8-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero8-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero8-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero8-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero9-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero9-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero9-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero9-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero10-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero10-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero10-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero10-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero11-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero11-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero11-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[zero11-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[0.0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[0.0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[0.0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[0.0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[-0.0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[-0.0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[-0.0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero[-0.0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero1-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero1-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero1-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero1-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero2-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero2-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero2-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero2-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero3-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero3-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero3-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero3-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero4-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero4-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero4-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero4-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero5-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero5-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero5-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero5-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero6-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero6-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero6-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero6-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero7-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero7-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero7-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero7-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero8-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero8-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero8-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero8-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero9-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero9-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero9-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero9-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero10-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero10-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero10-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero10-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero11-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero11-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero11-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[zero11-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[0.0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[0.0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[0.0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[0.0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[-0.0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[-0.0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[-0.0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_zero[-0.0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero1-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero1-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero1-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero1-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero2-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero2-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero2-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero2-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero3-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero3-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero3-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero3-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero4-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero4-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero4-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero4-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero5-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero5-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero5-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero5-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero6-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero6-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero6-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero6-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero7-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero7-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero7-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero7-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero8-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero8-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero8-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero8-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero9-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero9-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero9-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero9-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero10-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero10-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero10-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero10-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero11-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero11-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero11-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[zero11-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[0.0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[0.0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[0.0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[0.0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[-0.0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[-0.0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[-0.0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_mod_zero[-0.0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero1-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero1-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero1-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero1-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero2-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero2-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero2-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero2-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero3-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero3-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero3-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero3-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero4-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero4-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero4-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero4-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero5-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero5-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero5-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero5-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero6-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero6-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero6-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero6-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero7-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero7-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero7-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero7-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero8-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero8-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero8-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero8-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero9-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero9-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero9-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero9-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero10-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero10-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero10-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero10-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero11-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero11-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero11-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[zero11-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[0.0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[0.0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[0.0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[0.0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[-0.0-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[-0.0-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[-0.0-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_divmod_zero[-0.0-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero0-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero0-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero0-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero0-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero0-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero0-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero0-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero0-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero1-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero1-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero1-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero1-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero1-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero1-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero1-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero1-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero2-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero2-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero2-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero2-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero2-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero2-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero2-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero2-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero3-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero3-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero3-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero3-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero3-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero3-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero3-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero3-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero4-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero4-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero4-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero4-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero4-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero4-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero4-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero4-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero5-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero5-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero5-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero5-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero5-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero5-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero5-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero5-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero6-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero6-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero6-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero6-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero6-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero6-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero6-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero6-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero7-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero7-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero7-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero7-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero7-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero7-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero7-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero7-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero8-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero8-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero8-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero8-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero8-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero8-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero8-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero8-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero9-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero9-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero9-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero9-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero9-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero9-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero9-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero9-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero10-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero10-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero10-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero10-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero10-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero10-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero10-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero10-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero11-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero11-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero11-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero11-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero11-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero11-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero11-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[zero11-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0.0-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0.0-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0.0-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0.0-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0.0-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0.0-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0.0-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[0.0-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[-0.0-Float64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[-0.0-Float64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[-0.0-Int64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[-0.0-Int64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[-0.0-UInt64Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[-0.0-UInt64Index-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[-0.0-RangeIndex-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_negative_zero[-0.0-RangeIndex-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[float-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[float-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[float-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[float32-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[float32-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[float32-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[float64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[float64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[float64-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[uint8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[uint8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[uint8-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[uint16-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[uint16-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[uint16-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[uint32-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[uint32-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[uint32-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[uint64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[uint64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[uint64-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int8-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int16-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int16-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int16-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int32-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int32-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int32-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_div_ser[int64-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[float-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[float-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[float-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[float32-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[float32-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[float32-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[float64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[float64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[float64-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[uint8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[uint8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[uint8-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[uint16-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[uint16-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[uint16-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[uint32-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[uint32-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[uint32-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[uint64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[uint64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[uint64-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int8-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int16-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int16-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int16-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int32-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int32-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int32-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_zero[int64-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_ser_divmod_inf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_rdiv_zero_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_div_zero_inf_signs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_rdiv_zero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_floordiv_div PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_df_div_zero_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_df_div_zero_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_df_div_zero_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_df_div_zero_series_does_not_commute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_df_mod_zero_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_df_mod_zero_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_df_mod_zero_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestDivisionByZero::test_df_mod_zero_series_does_not_commute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divide_decimal[Index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divide_decimal[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divide_decimal[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_div_equiv_binop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_div_int[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_div_int[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_div_int[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_div_int[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Float64Index-Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Float64Index-Index-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Float64Index-Index-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Float64Index-Series-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Float64Index-Series-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Float64Index-Series-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Float64Index-DataFrame-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Float64Index-DataFrame-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Float64Index-DataFrame-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Int64Index-Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Int64Index-Index-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Int64Index-Index-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Int64Index-Series-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Int64Index-Series-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Int64Index-Series-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Int64Index-DataFrame-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Int64Index-DataFrame-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[Int64Index-DataFrame-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[UInt64Index-Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[UInt64Index-Index-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[UInt64Index-Index-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[UInt64Index-Series-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[UInt64Index-Series-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[UInt64Index-Series-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[UInt64Index-DataFrame-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[UInt64Index-DataFrame-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[UInt64Index-DataFrame-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[RangeIndex-Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[RangeIndex-Index-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[RangeIndex-Index-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[RangeIndex-Series-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[RangeIndex-Series-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[RangeIndex-Series-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[RangeIndex-DataFrame-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[RangeIndex-DataFrame-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_identity[RangeIndex-DataFrame-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_array[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_array[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_array[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_array[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_series[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_series[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_series[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_int_series[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_float_series[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_float_series[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_float_series[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_float_series[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_index[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_index[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_datelike_raises[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_datelike_raises[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_datelike_raises[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_datelike_raises[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_size_mismatch_raises[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_size_mismatch_raises[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_size_mismatch_raises[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_mul_size_mismatch_raises[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[Float64Index-Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[Float64Index-Index-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[Float64Index-Series-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[Float64Index-Series-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[Float64Index-DataFrame-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[Float64Index-DataFrame-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[Int64Index-Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[Int64Index-Index-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[Int64Index-Series-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[Int64Index-Series-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[Int64Index-DataFrame-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[Int64Index-DataFrame-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[UInt64Index-Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[UInt64Index-Index-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[UInt64Index-Series-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[UInt64Index-Series-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[UInt64Index-DataFrame-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[UInt64Index-DataFrame-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[RangeIndex-Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[RangeIndex-Index-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[RangeIndex-Series-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[RangeIndex-Series-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[RangeIndex-DataFrame-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_pow_float[RangeIndex-DataFrame-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_modulo[Float64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_modulo[Float64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_modulo[Float64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_modulo[Int64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_modulo[Int64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_modulo[Int64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_modulo[UInt64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_modulo[UInt64Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_modulo[UInt64Index-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_modulo[RangeIndex-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_modulo[RangeIndex-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_modulo[RangeIndex-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divmod_scalar[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divmod_scalar[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divmod_scalar[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divmod_scalar[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divmod_ndarray[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divmod_ndarray[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divmod_ndarray[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divmod_ndarray[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divmod_series[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divmod_series[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divmod_series[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_divmod_series[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_ops_np_scalar[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_ops_np_scalar[7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_ops_np_scalar[-23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_ops_np_scalar[2.718] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_ops_np_scalar[-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_ops_np_scalar[inf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_operators_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_modulo2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestMultiplicationDivision::test_modulo_zero_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestAdditionSubtraction::test_arith_ops_df_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestAdditionSubtraction::test_series_frame_radd_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestAdditionSubtraction::test_datetime64_with_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestAdditionSubtraction::test_frame_operators PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestAdditionSubtraction::test_series_operators PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestAdditionSubtraction::test_divmod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestAdditionSubtraction::test_series_divmod_zero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestUFuncCompat::test_ufunc_compat[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestUFuncCompat::test_ufunc_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestUFuncCompat::test_ufunc_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestUFuncCompat::test_ufunc_compat[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestUFuncCompat::test_ufunc_compat[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestUFuncCompat::test_ufunc_coercions[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestUFuncCompat::test_ufunc_coercions[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestUFuncCompat::test_ufunc_coercions[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestUFuncCompat::test_ufunc_coercions[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestUFuncCompat::test_ufunc_multiple_return_values[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestUFuncCompat::test_ufunc_multiple_return_values[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestUFuncCompat::test_ufunc_multiple_return_values[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestUFuncCompat::test_ufunc_multiple_return_values[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestUFuncCompat::test_ufunc_at PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_numarr_with_dtype_add_nan[Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_numarr_with_dtype_add_nan[Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_numarr_with_dtype_add_nan[Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_numarr_with_dtype_add_nan[Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_numarr_with_dtype_add_nan[DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_numarr_with_dtype_add_nan[DataFrame-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_numarr_with_dtype_add_int[Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_numarr_with_dtype_add_int[Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_numarr_with_dtype_add_int[Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_numarr_with_dtype_add_int[Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_numarr_with_dtype_add_int[DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_numarr_with_dtype_add_int[DataFrame-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_operators_reverse_object[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_operators_reverse_object[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_operators_reverse_object[op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_operators_reverse_object[op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestObjectDtypeEquivalence::test_operators_reverse_object[op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_binops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_binops_pow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_arithmetic_with_frame_or_series[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_arithmetic_with_frame_or_series[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_arithmetic_with_frame_or_series[op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_arithmetic_with_frame_or_series[op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_arithmetic_with_frame_or_series[op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_arithmetic_with_frame_or_series[op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_numeric_compat2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_addsub_arithmetic[1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_addsub_arithmetic[1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_addsub_arithmetic[0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_addsub_arithmetic[0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_addsub_arithmetic[-1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::TestNumericArithmeticUnsorted::test_addsub_arithmetic[-1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::test_fill_value_inf_masking PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_numeric.py::test_dataframe_div_silenced PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestObjectComparisons::test_comparison_object_numeric_nas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestObjectComparisons::test_object_comparisons PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestObjectComparisons::test_more_na_comparisons[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestObjectComparisons::test_more_na_comparisons[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_pow_ops_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_add_extension_scalar[Index-category-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_add_extension_scalar[Index-category-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_add_extension_scalar[Index-Int64-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_add_extension_scalar[Index-Int64-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_add_extension_scalar[Series-category-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_add_extension_scalar[Series-category-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_add_extension_scalar[Series-Int64-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_add_extension_scalar[Series-Int64-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_add_extension_scalar[DataFrame-category-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_add_extension_scalar[DataFrame-category-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_add_extension_scalar[DataFrame-Int64-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_add_extension_scalar[DataFrame-Int64-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_str[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_str[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_str[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Index-None-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Index-None-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Index-None-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Index-None-data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Index-object-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Index-object-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Index-object-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Index-object-data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Series-None-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Series-None-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Series-None-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Series-None-data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Series-object-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Series-object-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Series-object-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[Series-object-data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[DataFrame-None-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[DataFrame-None-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[DataFrame-None-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[DataFrame-None-data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[DataFrame-object-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[DataFrame-object-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[DataFrame-object-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_radd_str_invalid[DataFrame-object-data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_invalid[Index-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_invalid[Index-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_invalid[Index-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_invalid[Index-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_invalid[Series-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_invalid[Series-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_invalid[Series-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_invalid[Series-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_invalid[DataFrame-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_invalid[DataFrame-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_invalid[DataFrame-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_objarr_add_invalid[DataFrame-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_operators_na_handling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_series_with_dtype_radd_timedelta[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_series_with_dtype_radd_timedelta[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_mixed_timezone_series_ops_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_iadd_preserves_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_add_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_iadd_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_add PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_sub_fail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_sub_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_object.py::TestArithmetic::test_rsub_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodArrayLikeComparisons::test_compare_zerodim[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodArrayLikeComparisons::test_compare_zerodim[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodArrayLikeComparisons::test_compare_zerodim[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodArrayLikeComparisons::test_compare_zerodim[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_eq[20170] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_eq[20171] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_pi_cmp_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar2[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar2[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar2[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar2[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar[Index-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar[Index-2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar[Index-3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar[Series-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar[Series-2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar[Series-3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar[DataFrame-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar[DataFrame-2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar[DataFrame-3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar[to_array-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar[to_array-2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_period_scalar[to_array-3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi[Index-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi[Index-2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi[Index-3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi[Series-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi[Series-2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi[Series-3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi[DataFrame-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi[DataFrame-2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi[DataFrame-3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi[to_array-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi[to_array-2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi[to_array-3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi_mismatched_freq_raises[Index-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi_mismatched_freq_raises[Index-2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi_mismatched_freq_raises[Index-3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi_mismatched_freq_raises[Series-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi_mismatched_freq_raises[Series-2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi_mismatched_freq_raises[Series-3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi_mismatched_freq_raises[DataFrame-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi_mismatched_freq_raises[DataFrame-2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi_mismatched_freq_raises[DataFrame-3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi_mismatched_freq_raises[to_array-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi_mismatched_freq_raises[to_array-2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_parr_cmp_pi_mismatched_freq_raises[to_array-3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_pi_cmp_nat[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_pi_cmp_nat[2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_pi_cmp_nat[3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_pi_cmp_nat_mismatched_freq_raises[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_pi_cmp_nat_mismatched_freq_raises[2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_pi_cmp_nat_mismatched_freq_raises[3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_comp_nat[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexComparisons::test_comp_nat[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodSeriesComparisons::test_cmp_series_period_series_mixed_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesComparisonConsistency::test_pi_comp_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesComparisonConsistency::test_pi_comp_period_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodFrameArithmetic::test_ops_frame_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_iadd_parr_raises[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_iadd_parr_raises[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_iadd_parr_raises[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_iadd_parr_raises[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_pi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_pi_with_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_sub_pi_mismatched_freq[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_sub_pi_mismatched_freq[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_sub_pi_mismatched_freq[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_sub_pi_mismatched_freq[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Day-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Day-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Day-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Day-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Hour-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Hour-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Hour-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Hour-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Minute-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Minute-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Minute-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Minute-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Second-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Second-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Second-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Second-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Milli-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Milli-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Milli-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Milli-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Micro-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Micro-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Micro-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Micro-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Nano-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Nano-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Nano-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_ticks[Nano-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[YearEnd-month-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[YearEnd-month-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[YearEnd-month-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[YearEnd-month-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[QuarterEnd-startingMonth-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[QuarterEnd-startingMonth-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[QuarterEnd-startingMonth-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[QuarterEnd-startingMonth-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[MonthEnd-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[MonthEnd-None-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[MonthEnd-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[MonthEnd-None-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[Week-weekday-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[Week-weekday-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[Week-weekday-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_sub_n_gt_1_offsets[Week-weekday-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Index-op0-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Index-op0-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Index-radd-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Index-radd-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Index-op2-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Index-op2-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Index-rsub-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Index-rsub-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Series-op0-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Series-op0-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Series-radd-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Series-radd-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Series-op2-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Series-op2-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Series-rsub-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[Series-rsub-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[DataFrame-op0-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[DataFrame-op0-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[DataFrame-radd-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[DataFrame-radd-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[DataFrame-op2-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[DataFrame-op2-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[DataFrame-rsub-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[DataFrame-rsub-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[to_array-op0-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[to_array-op0-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[to_array-radd-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[to_array-radd-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[to_array-op2-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[to_array-op2-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[to_array-rsub-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_float_raises[to_array-rsub-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_datetime_scalar[Index-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_datetime_scalar[Index-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_datetime_scalar[Index-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_datetime_scalar[Series-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_datetime_scalar[Series-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_datetime_scalar[Series-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_datetime_scalar[DataFrame-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_datetime_scalar[DataFrame-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_datetime_scalar[DataFrame-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_datetime_scalar[to_array-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_datetime_scalar[to_array-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_datetime_scalar[to_array-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_dt64_array_raises[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_dt64_array_raises[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_dt64_array_raises[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_dt64_array_raises[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_td64_array_non_tick_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_td64_array_tick PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_array[box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_array[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_offset_array[box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_offset_array[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_int[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_int[one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_int[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_int[one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_intlike[5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_intlike[five1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_n_gt1[Index-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_n_gt1[Series-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_n_gt1[DataFrame-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_n_gt1[DataFrame-True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_n_gt1_not_divisible[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_n_gt1_not_divisible[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_n_gt1_not_divisible[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_n_gt1_not_divisible[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_intarray[op0-int_holder0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_intarray[op0-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_intarray[radd-int_holder0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_intarray[radd-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_intarray[int_holder0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_intarray[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_minute_gt1[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_minute_gt1[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_minute_gt1[timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_minute_gt1[Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_minute_gt1[timedelta640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_minute_gt1[timedelta641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Day-5ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Day-5us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Day-5ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Day-5s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Day-5T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Day-5h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Day-5d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Hour-5ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Hour-5us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Hour-5ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Hour-5s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Hour-5T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Hour-5h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Hour-5d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta-5ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta-5us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta-5ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta-5s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta-5T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta-5h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta-5d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Timedelta-5ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Timedelta-5us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Timedelta-5ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Timedelta-5s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Timedelta-5T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Timedelta-5h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[Timedelta-5d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta640-5ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta640-5us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta640-5ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta640-5s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta640-5T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta640-5h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta640-5d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta641-5ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta641-5us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta641-5ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta641-5s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta641-5T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta641-5h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_tick_gt1[timedelta641-5d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[timedelta640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_daily[timedelta641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[timedelta640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_daily[timedelta641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_daily[not_daily0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_daily[not_daily1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_daily[not_daily2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_daily[not_daily3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_daily[not_daily4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_daily[not_daily5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[timedelta640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_hourly[timedelta641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_timedeltalike_mismatched_freq_hourly[not_hourly5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[timedelta640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_sub_isub_timedeltalike_hourly[timedelta641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_add_iadd_timedeltalike_annual PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_annual[mismatched_freq0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_annual[mismatched_freq1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_annual[mismatched_freq2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_annual[mismatched_freq3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_annual[mismatched_freq4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_annual[mismatched_freq5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_iadd_timedeltalike_M PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_monthly[mismatched_freq0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_monthly[mismatched_freq1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_monthly[mismatched_freq2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_monthly[mismatched_freq3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_monthly[mismatched_freq4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_sub_timedeltalike_freq_mismatch_monthly[mismatched_freq5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_td64_nat[Index-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_td64_nat[Series-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_td64_nat[DataFrame-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_parr_add_sub_td64_nat[DataFrame-True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodSeriesArithmetic::test_ops_series_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodSeriesArithmetic::test_ops_series_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>0-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>0-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>1-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>1-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>2-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>2-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>3-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>3-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>4-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>4-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>5-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>5-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>6-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>6-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>7-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Index-<lambda>7-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>0-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>0-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>1-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>1-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>2-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>2-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>3-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>3-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>4-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>4-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>5-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>5-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>6-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>6-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>7-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[Series-<lambda>7-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>0-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>0-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>1-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>1-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>2-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>2-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>3-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>3-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>4-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>4-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>5-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>5-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>6-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>6-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>7-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[DataFrame-<lambda>7-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>0-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>0-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>1-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>1-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>2-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>2-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>3-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>3-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>4-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>4-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>5-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>5-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>6-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>6-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>7-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_parr_ops_errors[to_array-<lambda>7-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_ops_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_ops_array_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_ops_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_offset_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_pdnat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArrayLikeComparisons::test_compare_timedelta64_zerodim[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArrayLikeComparisons::test_compare_timedelta64_zerodim[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArrayLikeComparisons::test_compare_timedelta64_zerodim[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArrayLikeComparisons::test_compare_timedelta64_zerodim[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArrayComparisons::test_compare_timedelta_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArrayComparisons::test_tdi_cmp_str_invalid[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArrayComparisons::test_tdi_cmp_str_invalid[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArrayComparisons::test_tdi_cmp_str_invalid[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArrayComparisons::test_tdi_cmp_str_invalid[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArrayComparisons::test_comp_nat[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArrayComparisons::test_comp_nat[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArrayComparisons::test_comparisons_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArrayComparisons::test_comparisons_coverage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArithmeticUnsorted::test_ufunc_coercions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArithmeticUnsorted::test_subtraction_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArithmeticUnsorted::test_subtraction_ops_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArithmeticUnsorted::test_dti_tdi_numeric_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArithmeticUnsorted::test_addition_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArithmeticUnsorted::test_timedelta[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedelta64ArithmeticUnsorted::test_timedelta[B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestAddSubNaTMasking::test_tdi_add_timestamp_nat_masking PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestAddSubNaTMasking::test_tdi_add_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64_df_add_int_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_timedelta_ops_with_missing_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_operators_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_timedelta64_ops_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_str_invalid[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_str_invalid[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_str_invalid[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_str_invalid[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_float[Index-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_float[Index-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_float[Series-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_float[Series-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_float[DataFrame-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_float[DataFrame-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_float[to_array-3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_float[to_array-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_period[Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_period[Index-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_period[Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_period[Series-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_period[DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_period[DataFrame-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_period[to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_period[to_array-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Index-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Index-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Index-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Index-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Index-H-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Index-H-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Index-H-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Index-H-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Series-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Series-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Series-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Series-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Series-H-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Series-H-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Series-H-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[Series-H-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[DataFrame-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[DataFrame-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[DataFrame-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[DataFrame-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[DataFrame-H-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[DataFrame-H-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[DataFrame-H-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[DataFrame-H-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[to_array-None-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[to_array-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[to_array-None-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[to_array-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[to_array-H-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[to_array-H-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[to_array-H-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_pi[to_array-H-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timestamp_raises[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timestamp_raises[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timestamp_raises[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timestamp_raises[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Index-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Index-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Index-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Index-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Index-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Index-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Index-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Index-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Index-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Index-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Index-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Index-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Index-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Series-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Series-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Series-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Series-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Series-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Series-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Series-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Series-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Series-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Series-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Series-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Series-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Series-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[Series-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[DataFrame-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[DataFrame-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[DataFrame-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[DataFrame-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[DataFrame-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[DataFrame-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[DataFrame-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[DataFrame-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[DataFrame-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[DataFrame-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[DataFrame-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[DataFrame-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[DataFrame-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[DataFrame-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[to_array-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[to_array-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[to_array-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[to_array-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[to_array-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[to_array-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[to_array-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[to_array-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[to_array-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[to_array-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[to_array-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[to_array-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[to_array-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timestamp[to_array-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_timestamp[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_timestamp[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_timestamp[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_timestamp[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_tdi_sub_dt64_array[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_tdi_sub_dt64_array[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_tdi_sub_dt64_array[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_tdi_sub_dt64_array[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_tdi_add_dt64_array[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_tdi_add_dt64_array[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_tdi_add_dt64_array[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_tdi_add_dt64_array[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_datetime64_nat[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_datetime64_nat[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_datetime64_nat[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_datetime64_nat[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_int_series_invalid[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_int_series_invalid[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_int_series_invalid[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_intlike[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_intlike[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_intlike[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_intlike[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_scalar_invalid[Index-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_scalar_invalid[Index-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_scalar_invalid[Index-scalar2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_scalar_invalid[Series-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_scalar_invalid[Series-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_scalar_invalid[Series-scalar2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_scalar_invalid[DataFrame-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_scalar_invalid[DataFrame-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_scalar_invalid[DataFrame-scalar2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_scalar_invalid[to_array-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_scalar_invalid[to_array-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_scalar_invalid[to_array-scalar2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-ndarray-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-ndarray-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-ndarray-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-ndarray-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-ndarray-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-ndarray-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-ndarray-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-ndarray-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-ndarray-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-ndarray-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Int64Index-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Int64Index-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Int64Index-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Int64Index-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Int64Index-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Int64Index-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Int64Index-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Int64Index-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Int64Index-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Int64Index-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Series-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Series-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Series-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Series-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Series-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Series-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Series-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Series-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Series-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Index-Series-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-ndarray-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-ndarray-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-ndarray-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-ndarray-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-ndarray-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-ndarray-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-ndarray-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-ndarray-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-ndarray-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-ndarray-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Int64Index-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Int64Index-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Int64Index-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Int64Index-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Int64Index-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Int64Index-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Int64Index-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Int64Index-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Int64Index-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Int64Index-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Series-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Series-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Series-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Series-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Series-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Series-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Series-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Series-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Series-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[Series-Series-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-ndarray-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-ndarray-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-ndarray-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-ndarray-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-ndarray-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-ndarray-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-ndarray-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-ndarray-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-ndarray-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-ndarray-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Int64Index-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Int64Index-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Int64Index-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Int64Index-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Int64Index-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Int64Index-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Int64Index-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Int64Index-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Int64Index-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Int64Index-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Series-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Series-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Series-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Series-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Series-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Series-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Series-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Series-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Series-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_numeric_arr_invalid[DataFrame-Series-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_operators_timedelta64_with_timedelta[scalar_td0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_operators_timedelta64_with_timedelta[scalar_td1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_operators_timedelta64_with_timedelta[scalar_td2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_timedelta64_operations_with_timedeltas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_td64_array[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_td64_array[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_td64_array[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_td64_array[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_td64_array[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_td64_array[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_tdi[Index-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_tdi[Index-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_tdi[Index-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_tdi[Series-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_tdi[Series-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_tdi[Series-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_tdi[DataFrame-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_tdi[DataFrame-names1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_tdi[DataFrame-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_td64_nat[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_td64_nat[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_td64_nat[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_NaT[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_NaT[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_NaT[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_timedeltalike[timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_timedelta64_operations_with_DateOffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_offset_index[Index-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_offset_index[Index-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_offset_index[Index-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_offset_index[Series-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_offset_index[Series-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_offset_index[Series-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_offset_index[DataFrame-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_offset_index[DataFrame-names1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_offset_index[DataFrame-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_offset_array[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_offset_array[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_offset_array[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_offset_index[Index-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_offset_index[Index-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_offset_index[Index-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_offset_index[Series-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_offset_index[Series-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_offset_index[Series-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_offset_index[DataFrame-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_offset_index[DataFrame-names1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_offset_index[DataFrame-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_offset_array[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_offset_array[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_offset_array[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_offset_array[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_with_offset_series[Index-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_with_offset_series[Index-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_with_offset_series[Index-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_with_offset_series[Series-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_with_offset_series[Series-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_with_offset_series[Series-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_with_offset_series[DataFrame-names0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_with_offset_series[DataFrame-names1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_with_offset_series[DataFrame-names2] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[Index-obox0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[Series-obox0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[Series-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[Series-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[DataFrame-obox0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[DataFrame-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[DataFrame-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[to_array-obox0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[to_array-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[to_array-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[D-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[D-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[D-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[h-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[h-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[h-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[m-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[m-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[m-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[s-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[s-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[s-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[ms-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[ms-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[ms-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[us-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[us-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[us-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[ns-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[ns-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_timedelta64_conversions[ns-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_int[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_int[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_int[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_int[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdlike_scalar_raises[timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_int_array_zerodim[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_int_array_zerodim[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_int_array_zerodim[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_int_array_zerodim[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_int_array[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_int_array[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_int_array[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_int_array[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_int_series[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_int_series[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_int_series[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_int_series[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_float_series[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_float_series[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_float_series[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_mul_float_series[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[Index-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[Index-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[Index-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[Index-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[Index-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[Series-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[Series-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[Series-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[Series-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[Series-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[DataFrame-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[DataFrame-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[DataFrame-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[DataFrame-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[DataFrame-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[to_array-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[to_array-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[to_array-UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[to_array-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdi_rmul_arraylike[to_array-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_nat_invalid[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_nat_invalid[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_nat_invalid[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_nat_invalid[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_td64nat[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_td64nat[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_td64nat[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_td64nat[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_int[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_int[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_int[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_int[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar[timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_tdlike_scalar_with_nat[timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_td64_ndarray[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_td64_ndarray[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_td64_ndarray[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_td64_ndarray[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdarr_div_length_mismatch[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdarr_div_length_mismatch[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdarr_div_length_mismatch[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_tdarr_div_length_mismatch[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdscalar[Index-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdscalar[Index-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdscalar[Index-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdscalar[Series-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdscalar[Series-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdscalar[Series-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdscalar[DataFrame-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdscalar[DataFrame-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdscalar[DataFrame-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdscalar[to_array-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdscalar[to_array-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdscalar[to_array-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar[Index-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar[Index-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar[Index-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar[Series-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar[Series-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar[Series-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar[DataFrame-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar[DataFrame-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar[DataFrame-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar[to_array-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar[to_array-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar[to_array-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar_explicit[Index-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar_explicit[Index-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar_explicit[Index-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar_explicit[Series-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar_explicit[Series-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar_explicit[Series-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar_explicit[DataFrame-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar_explicit[DataFrame-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar_explicit[DataFrame-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar_explicit[to_array-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar_explicit[to_array-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdscalar_explicit[to_array-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_int[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_int[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_int[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_int[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[Hour-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[Hour-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[Hour-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[Hour-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[Minute-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[Minute-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[Minute-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[Minute-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[timedelta640-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[timedelta640-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[timedelta640-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[timedelta640-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[timedelta641-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[timedelta641-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[timedelta641-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_floordiv_tdlike_scalar[timedelta641-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdlike_scalar[Index-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdlike_scalar[Index-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdlike_scalar[Index-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdlike_scalar[Series-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdlike_scalar[Series-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdlike_scalar[Series-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdlike_scalar[DataFrame-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdlike_scalar[DataFrame-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdlike_scalar[DataFrame-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdlike_scalar[to_array-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdlike_scalar[to_array-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rfloordiv_tdlike_scalar[to_array-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[Index-Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[Index-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[Index-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[Index-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[Index-timedelta640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[Index-timedelta641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[Series-Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[Series-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[Series-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[Series-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[Series-timedelta640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[Series-timedelta641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[DataFrame-Day] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[DataFrame-Hour] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[DataFrame-timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[DataFrame-Timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[DataFrame-timedelta640] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[DataFrame-timedelta641] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[to_array-Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[to_array-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[to_array-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[to_array-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[to_array-timedelta640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[to_array-timedelta641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_int[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_int[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_int[DataFrame] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_int[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[Index-Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[Index-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[Index-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[Index-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[Index-timedelta640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[Index-timedelta641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[Series-Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[Series-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[Series-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[Series-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[Series-timedelta640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[Series-timedelta641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[DataFrame-Day] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[DataFrame-Hour] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[DataFrame-timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[DataFrame-Timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[DataFrame-timedelta640] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[DataFrame-timedelta641] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[to_array-Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[to_array-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[to_array-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[to_array-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[to_array-timedelta640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmod_tdscalar[to_array-timedelta641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdscalar_invalid[Index-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdscalar_invalid[Index-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdscalar_invalid[Index-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdscalar_invalid[Series-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdscalar_invalid[Series-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdscalar_invalid[Series-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdscalar_invalid[DataFrame-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdscalar_invalid[DataFrame-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdscalar_invalid[DataFrame-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdscalar_invalid[to_array-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdscalar_invalid[to_array-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_tdscalar_invalid[to_array-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_too_short_raises[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_too_short_raises[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_too_short_raises[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_too_short_raises[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_td64arr_raises[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_td64arr_raises[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_td64arr_raises[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_td64arr_raises[to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[Index-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[Index-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[Index-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[Index-one3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[Series-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[Series-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[Series-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[Series-one3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[DataFrame-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[DataFrame-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[DataFrame-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[DataFrame-one3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[to_array-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[to_array-one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[to_array-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_numeric_scalar[to_array-one3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[Index-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[Index-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[Index-two2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[Index-two3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[Series-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[Series-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[Series-two2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[Series-two3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[DataFrame-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[DataFrame-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[DataFrame-two2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[DataFrame-two3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[to_array-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[to_array-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[to_array-two2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_scalar[to_array-two3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-ndarray-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-ndarray-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-ndarray-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-ndarray-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-ndarray-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-ndarray-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-ndarray-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-ndarray-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-ndarray-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-ndarray-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Int64Index-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Int64Index-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Int64Index-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Int64Index-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Int64Index-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Int64Index-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Int64Index-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Int64Index-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Int64Index-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Int64Index-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Series-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Series-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Series-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Series-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Series-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Series-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Series-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Series-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Series-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Index-Series-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-ndarray-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-ndarray-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-ndarray-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-ndarray-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-ndarray-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-ndarray-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-ndarray-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-ndarray-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-ndarray-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-ndarray-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Int64Index-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Int64Index-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Int64Index-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Int64Index-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Int64Index-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Int64Index-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Int64Index-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Int64Index-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Int64Index-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Int64Index-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Series-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Series-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Series-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Series-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Series-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Series-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Series-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Series-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Series-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[Series-Series-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-ndarray-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-ndarray-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-ndarray-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-ndarray-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-ndarray-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-ndarray-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-ndarray-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-ndarray-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-ndarray-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-ndarray-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Int64Index-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Int64Index-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Int64Index-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Int64Index-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Int64Index-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Int64Index-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Int64Index-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Int64Index-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Int64Index-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Int64Index-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Series-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Series-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Series-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Series-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Series-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Series-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Series-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Series-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Series-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[DataFrame-Series-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-ndarray-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-ndarray-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-ndarray-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-ndarray-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-ndarray-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-ndarray-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-ndarray-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-ndarray-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-ndarray-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-ndarray-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Int64Index-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Int64Index-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Int64Index-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Int64Index-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Int64Index-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Int64Index-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Int64Index-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Int64Index-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Int64Index-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Int64Index-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Series-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Series-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Series-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Series-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Series-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Series-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Series-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Series-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Series-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_rmul_numeric_array[to_array-Series-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-ndarray-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-ndarray-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-ndarray-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-ndarray-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-ndarray-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-ndarray-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-ndarray-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-ndarray-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-ndarray-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-ndarray-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Int64Index-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Int64Index-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Int64Index-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Int64Index-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Int64Index-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Int64Index-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Int64Index-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Int64Index-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Int64Index-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Int64Index-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Series-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Series-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Series-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Series-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Series-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Series-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Series-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Series-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Series-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Index-Series-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-ndarray-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-ndarray-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-ndarray-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-ndarray-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-ndarray-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-ndarray-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-ndarray-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-ndarray-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-ndarray-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-ndarray-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Int64Index-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Int64Index-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Int64Index-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Int64Index-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Int64Index-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Int64Index-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Int64Index-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Int64Index-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Int64Index-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Int64Index-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Series-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Series-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Series-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Series-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Series-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Series-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Series-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Series-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Series-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[Series-Series-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-ndarray-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-ndarray-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-ndarray-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-ndarray-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-ndarray-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-ndarray-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-ndarray-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-ndarray-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-ndarray-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-ndarray-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Int64Index-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Int64Index-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Int64Index-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Int64Index-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Int64Index-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Int64Index-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Int64Index-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Int64Index-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Int64Index-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Int64Index-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Series-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Series-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Series-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Series-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Series-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Series-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Series-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Series-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Series-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[DataFrame-Series-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-ndarray-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-ndarray-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-ndarray-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-ndarray-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-ndarray-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-ndarray-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-ndarray-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-ndarray-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-ndarray-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-ndarray-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Int64Index-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Int64Index-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Int64Index-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Int64Index-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Int64Index-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Int64Index-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Int64Index-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Int64Index-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Int64Index-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Int64Index-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Series-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Series-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Series-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Series-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Series-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Series-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Series-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Series-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Series-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_div_numeric_array[to_array-Series-float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_int_series[Index-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_int_series[Index-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_int_series[Index-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_int_series[Series-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_int_series[Series-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_int_series[Series-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_int_series[DataFrame-names0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_int_series[DataFrame-names1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mul_int_series[DataFrame-names2] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_float_series_rdiv_td64arr[Index-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_float_series_rdiv_td64arr[Index-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_float_series_rdiv_td64arr[Index-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_float_series_rdiv_td64arr[Series-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_float_series_rdiv_td64arr[Series-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_float_series_rdiv_td64arr[Series-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_float_series_rdiv_td64arr[DataFrame-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_float_series_rdiv_td64arr[DataFrame-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_float_series_rdiv_td64arr[DataFrame-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_float_series_rdiv_td64arr[to_array-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_float_series_rdiv_td64arr[to_array-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_float_series_rdiv_td64arr[to_array-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeInvalidArithmeticOps::test_td64arr_pow_invalid[timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeInvalidArithmeticOps::test_td64arr_pow_invalid[timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeInvalidArithmeticOps::test_td64arr_pow_invalid[timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeInvalidArithmeticOps::test_td64arr_pow_invalid[timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeInvalidArithmeticOps::test_td64arr_pow_invalid[Timedelta-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeInvalidArithmeticOps::test_td64arr_pow_invalid[Timedelta-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeInvalidArithmeticOps::test_td64arr_pow_invalid[Timedelta-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeInvalidArithmeticOps::test_td64arr_pow_invalid[Timedelta-to_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeInvalidArithmeticOps::test_td64arr_pow_invalid[timedelta64-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeInvalidArithmeticOps::test_td64arr_pow_invalid[timedelta64-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeInvalidArithmeticOps::test_td64arr_pow_invalid[timedelta64-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeInvalidArithmeticOps::test_td64arr_pow_invalid[timedelta64-to_array] PASSED
> 
> ============= 7037 passed, 7 skipped, 28 xfailed in 49.02 seconds ==============
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 4192 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data0-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data1-object-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data2-dtype2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data3-None-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data4-float32-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data5-Period[D]-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data6-dtype6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data7-dtype7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data8-None-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data9-dtype9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data10-None-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data11-dtype11-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data12-dtype12-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data13-dtype13-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data14-dtype14-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data15-None-expected15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data16-category-expected16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data17-dtype17-expected17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data18-interval-expected18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data19-Sparse[int64]-expected19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data20-Int16-expected20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data21-None-expected21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data22-None-expected22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data23-None-expected23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data24-decimal-expected24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array[data25-category-expected25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference[data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference[data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference[data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference[data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference[data4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference[data5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference[data6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference[data7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference[data8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference[data9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference[data10-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference_fails[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference_fails[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference_fails[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference_fails[data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_inference_fails[data4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_nd_raises[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_nd_raises[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_scalar_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_unboxes[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_unboxes[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::test_array_not_registered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted[str0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted[str1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted[U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_scalar[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_scalar[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_scalar[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_scalar[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_scalar[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_scalar[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_scalar[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_scalar[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_scalar[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_scalar[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_scalar[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_scalar[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_vector[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_vector[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_vector[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_vector[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_vector[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_vector[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_vector[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_vector[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_vector[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_vector[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_vector[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_numeric_dtypes_vector[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_search_sorted_datetime64_scalar[arr0-val0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_search_sorted_datetime64_scalar[arr1-val1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_search_sorted_datetime64_scalar[arr2-val2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_sorter[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_sorter[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_sorter[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_sorter[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_sorter[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_sorter[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_sorter[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_sorter[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_sorter[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_sorter[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_sorter[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_array.py::TestArrayAnalytics::test_searchsorted_sorter[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_len1_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_concat_same_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_unbox_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_check_compatible_with PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_scalar_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_reduce_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_fillna_method_doesnt_change_orig[pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_fillna_method_doesnt_change_orig[backfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_searchsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_setitem_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_round[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_round['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_round['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_round['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_round['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_round['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_round[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_round[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_round[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_round[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_round[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_round[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_round[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_round[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_interface[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_interface[B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_interface[W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_interface[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_interface[Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_interface[Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_object_dtype[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_object_dtype['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_object_dtype['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_object_dtype['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_object_dtype['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_object_dtype['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_object_dtype[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_object_dtype[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_object_dtype[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_object_dtype[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_object_dtype[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_object_dtype[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_object_dtype[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_object_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_tz[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_tz['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_tz['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_tz['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_tz['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_tz['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_tz[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_tz[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_tz[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_tz[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_tz[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_tz[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_tz[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_i8_dtype[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_i8_dtype['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_i8_dtype['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_i8_dtype['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_i8_dtype['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_i8_dtype['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_i8_dtype[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_i8_dtype[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_i8_dtype[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_i8_dtype[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_i8_dtype[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_i8_dtype[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_i8_dtype[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_array_i8_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_array_keeps_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_dti[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_dti['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_dti['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_dti['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_dti['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_dti['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_dti[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_dti[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_dti[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_dti[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_dti[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_dti[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_dti[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_from_dti[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_astype_object[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_astype_object['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_astype_object['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_astype_object['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_astype_object['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_astype_object['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_astype_object[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_astype_object[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_astype_object[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_astype_object[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_astype_object[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_astype_object[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_astype_object[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_astype_object[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[D-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[D-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[D-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[B-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[B-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[B-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[B-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[B-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[B-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[W-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[W-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[W-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[W-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[W-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[W-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[M-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[M-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[M-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[M-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[M-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[M-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[Q-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[Q-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[Q-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[Q-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[Q-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[Q-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[Y-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[Y-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[Y-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[Y-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[Y-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_perioddelta[Y-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[D-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[D-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[D-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[D-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[D-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[B-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[B-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[B-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[B-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[B-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[B-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[W-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[W-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[W-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[W-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[W-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[W-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[M-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[M-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[M-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[M-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[M-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[M-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[Q-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[Q-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[Q-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[Q-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[Q-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[Q-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[Y-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[Y-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[Y-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[Y-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[Y-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period[Y-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[D-is_month_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[D-is_month_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[D-is_quarter_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[D-is_quarter_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[D-is_year_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[D-is_year_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[D-is_leap_year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[B-is_month_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[B-is_month_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[B-is_quarter_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[B-is_quarter_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[B-is_year_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[B-is_year_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[B-is_leap_year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[W-is_month_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[W-is_month_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[W-is_quarter_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[W-is_quarter_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[W-is_year_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[W-is_year_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[W-is_leap_year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[M-is_month_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[M-is_month_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[M-is_quarter_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[M-is_quarter_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[M-is_year_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[M-is_year_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[M-is_leap_year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[Q-is_month_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[Q-is_month_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[Q-is_quarter_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[Q-is_quarter_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[Q-is_year_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[Q-is_year_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[Q-is_leap_year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[Y-is_month_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[Y-is_month_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[Y-is_quarter_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[Y-is_quarter_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[Y-is_year_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[Y-is_year_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[Y-is_leap_year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-weekofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-dayofweek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-dayofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-days_in_month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-daysinmonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[D-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-weekofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-dayofweek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-dayofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-days_in_month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-daysinmonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[B-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-weekofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-dayofweek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-dayofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-days_in_month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-daysinmonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[W-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-weekofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-dayofweek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-dayofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-days_in_month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-daysinmonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[M-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-weekofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-dayofweek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-dayofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-days_in_month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-daysinmonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Q-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-weekofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-dayofweek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-dayofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-days_in_month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-daysinmonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[Y-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[D-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[D-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[D-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[D-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[D-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[D-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[D-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[D-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[D-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[D-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[D-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[D-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[D-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[D-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[B-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[B-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[B-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[B-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[B-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[B-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[B-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[B-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[B-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[B-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[B-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[B-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[B-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[W-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[W-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[W-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[W-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[W-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[W-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[W-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[W-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[W-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[W-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[W-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[W-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[W-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[W-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[M-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[M-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[M-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[M-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[M-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[M-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[M-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[M-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[M-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[M-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[M-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[M-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[M-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[M-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Q-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Q-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Q-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Q-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Q-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Q-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Q-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Q-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Q-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Q-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Q-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Q-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Q-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Q-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Y-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Y-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Y-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Y-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Y-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Y-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Y-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Y-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Y-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Y-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Y-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Y-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Y-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_take_fill_valid[Y-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_concat_same_type_invalid[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_concat_same_type_invalid[B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_concat_same_type_invalid[W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_concat_same_type_invalid[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_concat_same_type_invalid[Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_concat_same_type_invalid[Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_concat_same_type_different_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_compare_len1_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_take_fill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_concat_same_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_unbox_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_check_compatible_with PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_scalar_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_reduce_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_fillna_method_doesnt_change_orig[pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_fillna_method_doesnt_change_orig[backfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_searchsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_setitem_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_from_tdi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_astype_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_to_pytimedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_total_seconds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_int_properties[days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_int_properties[seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_int_properties[microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_int_properties[nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_array_interface PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestTimedeltaArray::test_take_fill_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_compare_len1_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_take_fill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_concat_same_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_unbox_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_check_compatible_with PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_scalar_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_reduce_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_fillna_method_doesnt_change_orig[pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_fillna_method_doesnt_change_orig[backfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_searchsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_setitem_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_from_pi[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_from_pi[B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_from_pi[W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_from_pi[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_from_pi[Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_from_pi[Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_astype_object[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_astype_object[B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_astype_object[W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_astype_object[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_astype_object[Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_astype_object[Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_to_timestamp[D-S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_to_timestamp[D-E] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_to_timestamp[B-S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_to_timestamp[B-E] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_to_timestamp[W-S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_to_timestamp[W-E] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_to_timestamp[M-S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_to_timestamp[M-E] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_to_timestamp[Q-S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_to_timestamp[Q-E] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_to_timestamp[Y-S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_to_timestamp[Y-E] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_to_timestamp_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_bool_properties[D-is_leap_year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_bool_properties[B-is_leap_year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_bool_properties[W-is_leap_year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_bool_properties[M-is_leap_year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_bool_properties[Q-is_leap_year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_bool_properties[Y-is_leap_year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-weekofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-dayofweek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-dayofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-qyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-days_in_month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[D-daysinmonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-weekofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-dayofweek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-dayofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-qyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-days_in_month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[B-daysinmonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-weekofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-dayofweek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-dayofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-qyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-days_in_month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[W-daysinmonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-weekofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-dayofweek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-dayofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-qyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-days_in_month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[M-daysinmonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-weekofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-dayofweek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-dayofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-qyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-days_in_month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Q-daysinmonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-weekofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-dayofweek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-dayofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-qyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-days_in_month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_int_properties[Y-daysinmonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_array_interface[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_array_interface[B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_array_interface[W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_array_interface[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_array_interface[Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::TestPeriodArray::test_array_interface[Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::test_casting_nat_setitem_array[TimedeltaArray-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::test_casting_nat_setitem_array[DatetimeArray-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::test_casting_nat_setitem_array[PeriodArray-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::test_invalid_nat_setitem_array[TimedeltaArray-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::test_invalid_nat_setitem_array[DatetimeArray-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimelike.py::test_invalid_nat_setitem_array[PeriodArray-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayConstructor::test_only_1dim_accepted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayConstructor::test_freq_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayConstructor::test_mixing_naive_tzaware_raises[meth0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayConstructor::test_mixing_naive_tzaware_raises[sequence_to_dt64ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayConstructor::test_mixing_naive_tzaware_raises[to_datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayConstructor::test_mixing_naive_tzaware_raises[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayConstructor::test_from_pandas_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayConstructor::test_mismatched_timezone_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayConstructor::test_non_array_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayConstructor::test_other_type_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayConstructor::test_incorrect_dtype_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayConstructor::test_freq_infer_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayConstructor::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayComparisons::test_cmp_dt64_arraylike_tznaive[__eq__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayComparisons::test_cmp_dt64_arraylike_tznaive[__ne__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayComparisons::test_cmp_dt64_arraylike_tznaive[__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayComparisons::test_cmp_dt64_arraylike_tznaive[__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayComparisons::test_cmp_dt64_arraylike_tznaive[__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArrayComparisons::test_cmp_dt64_arraylike_tznaive[__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_astype_to_same PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_astype_int[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_astype_int[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_astype_int[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_astype_int[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_astype_int[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_tz_setter_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_setitem_different_tz_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_setitem_clears_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_repeat_preserves_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_value_counts_preserves_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_fillna_preserves_tz[pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_fillna_preserves_tz[backfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_array_interface_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestDatetimeArray::test_array_interface PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestSequenceToDT64NS::test_tz_dtype_mismatch_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestSequenceToDT64NS::test_tz_dtype_matches PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestReductions::test_min_max[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestReductions::test_min_max[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestReductions::test_min_max_empty[True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestReductions::test_min_max_empty[True-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestReductions::test_min_max_empty[False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_datetimes.py::TestReductions::test_min_max_empty[False-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_dtypes[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_dtypes[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_dtypes[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_dtypes[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_dtypes[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_dtypes[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_dtypes[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_dtypes[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_repr_dtype[dtype0-Int8Dtype()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_repr_dtype[dtype1-Int16Dtype()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_repr_dtype[dtype2-Int32Dtype()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_repr_dtype[dtype3-Int64Dtype()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_repr_dtype[dtype4-UInt8Dtype()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_repr_dtype[dtype5-UInt16Dtype()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_repr_dtype[dtype6-UInt32Dtype()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_repr_dtype[dtype7-UInt64Dtype()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_repr_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_repr_array_long PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestConstructors::test_from_dtype_from_float[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestConstructors::test_from_dtype_from_float[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestConstructors::test_from_dtype_from_float[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestConstructors::test_from_dtype_from_float[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestConstructors::test_from_dtype_from_float[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestConstructors::test_from_dtype_from_float[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestConstructors::test_from_dtype_from_float[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestConstructors::test_from_dtype_from_float[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__add__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__add__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__add__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__add__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__add__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__add__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__add__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__add__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__radd__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__radd__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__radd__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__radd__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__radd__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__radd__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__radd__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__radd__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__sub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__sub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__sub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__sub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__sub__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__sub__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__sub__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__sub__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rsub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rsub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rsub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rsub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rsub__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rsub__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rsub__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rsub__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__floordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__floordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__floordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__floordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__floordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__floordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__floordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__floordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rfloordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rfloordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rfloordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rfloordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rfloordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rfloordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rfloordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rfloordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__truediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__truediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__truediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__truediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__truediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__truediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__truediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__truediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rtruediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rtruediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rtruediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rtruediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rtruediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rtruediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rtruediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rtruediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__pow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__pow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__pow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__pow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__pow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__pow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__pow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__pow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rpow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rpow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rpow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rpow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rpow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rpow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rpow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rpow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__mod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_integer_array[__rmod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__add__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__add__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__add__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__add__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__add__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__add__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__add__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__add__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__radd__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__radd__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__radd__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__radd__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__radd__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__radd__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__radd__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__radd__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__sub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__sub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__sub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__sub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__sub__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__sub__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__sub__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__sub__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rsub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rsub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rsub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rsub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rsub__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rsub__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rsub__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rsub__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__floordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__floordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__floordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__floordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__floordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__floordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__floordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__floordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rfloordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rfloordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rfloordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rfloordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rfloordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rfloordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rfloordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rfloordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__truediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__truediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__truediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__truediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__truediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__truediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__truediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__truediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rtruediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rtruediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rtruediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rtruediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rtruediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rtruediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rtruediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rtruediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__pow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__pow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__pow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__pow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__pow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__pow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__pow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__pow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rpow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rpow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rpow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rpow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rpow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rpow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rpow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rpow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__mod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_coerce_scalar[__rmod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__add__-1.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__add__-1.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__add__-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__add__-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__radd__-1.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__radd__-1.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__radd__-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__radd__-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__sub__-1.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__sub__-1.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__sub__-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__sub__-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rsub__-1.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rsub__-1.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rsub__-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rsub__-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__mul__-1.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__mul__-1.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__mul__-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__mul__-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rmul__-1.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rmul__-1.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rmul__-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rmul__-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__floordiv__-1.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__floordiv__-1.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__floordiv__-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__floordiv__-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rfloordiv__-1.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rfloordiv__-1.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rfloordiv__-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rfloordiv__-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__truediv__-1.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__truediv__-1.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__truediv__-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__truediv__-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rtruediv__-1.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rtruediv__-1.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rtruediv__-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rtruediv__-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__pow__-1.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__pow__-1.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__pow__-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__pow__-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rpow__-1.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rpow__-1.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rpow__-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rpow__-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__mod__-1.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__mod__-1.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__mod__-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__mod__-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rmod__-1.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rmod__-1.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rmod__-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arithmetic_conversion[__rmod__-other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_zero_dim_ndarray[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_arith_zero_dim_ndarray[0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__add__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__add__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__add__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__add__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__add__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__add__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__add__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__add__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__radd__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__radd__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__radd__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__radd__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__radd__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__radd__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__radd__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__radd__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__sub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__sub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__sub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__sub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__sub__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__sub__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__sub__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__sub__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rsub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rsub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rsub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rsub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rsub__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rsub__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rsub__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rsub__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__floordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__floordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__floordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__floordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__floordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__floordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__floordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__floordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__truediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__truediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__truediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__truediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__truediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__truediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__truediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__truediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__pow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__pow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__pow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__pow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__pow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__pow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__pow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__pow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rpow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rpow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rpow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rpow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rpow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rpow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rpow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rpow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__mod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_error[__rmod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_pow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestArithmeticOps::test_rpow_one_to_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__eq__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__eq__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__eq__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__eq__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__eq__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__eq__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__eq__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__eq__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ne__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ne__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ne__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ne__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ne__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ne__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ne__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ne__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__le__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__le__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__le__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__le__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__le__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__le__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__le__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__le__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__lt__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__lt__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__lt__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__lt__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__lt__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__lt__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__lt__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__lt__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ge__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ge__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ge__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ge__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ge__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ge__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ge__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__ge__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__gt__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__gt__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__gt__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__gt__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__gt__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__gt__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__gt__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestComparisonOps::test_compare_array[__gt__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_index[data_missing-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_index[data_missing-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data_missing-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data_missing-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data_missing-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data_missing-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data_missing-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data_missing-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data_missing-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype[data_missing-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_specific_casting[dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_specific_casting[Int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_specific_casting[dtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_astype_specific_casting[UInt32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_cast_invalid[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_cast_invalid[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_cast_invalid[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_cast_invalid[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_cast_invalid[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_cast_invalid[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_cast_invalid[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::TestCasting::test_construct_cast_invalid[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_frame_repr[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_frame_repr[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_frame_repr[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_frame_repr[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_frame_repr[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_frame_repr[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_frame_repr[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_frame_repr[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_conversions[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_conversions[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_conversions[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_conversions[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_conversions[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_conversions[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_conversions[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_conversions[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_integer_array_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_integer_array_constructor_none_is_nan[a0-b0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_integer_array_constructor_none_is_nan[a1-b1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_integer_array_constructor_none_is_nan[a2-b2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_integer_array_constructor_none_is_nan[a3-b3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_integer_array_constructor_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_error[values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_error[values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_error[foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_error[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_error[1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_error[values5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_error[values6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_error[values7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_error[values8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_inferred_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_dtype_keyword PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_bool[bool_values0-int_values0-target_dtype0-expected_dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_bool[bool_values1-int_values1-Int64-expected_dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array_bool[bool_values2-int_values2-target_dtype2-expected_dtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array[values0-None-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array[values1-None-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_to_integer_array[values2-int8-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_cross_type_arithmetic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_preserve_dtypes[sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_preserve_dtypes[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_preserve_dtypes[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_preserve_dtypes[prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_reduce_to_float[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_astype_nansafe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_ufuncs_single_int[ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_ufuncs_single_int[ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_ufuncs_single_float[ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_ufuncs_single_float[ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_ufuncs_single_float[ufunc2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_ufuncs_single_float[ufunc3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_ufuncs_single_float[ufunc4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_ufuncs_binary_int[ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_ufuncs_binary_int[ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_ufunc_reduce_raises[values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_ufunc_reduce_raises[values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_numeric[bool-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_numeric[int-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_numeric[uint-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_numeric[float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_numeric[complex-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_numeric[str-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_numeric[bytes-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_numeric[datetime64[ns]-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_numeric[object-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_numeric[void-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_boolean[bool-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_boolean[int-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_boolean[uint-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_boolean[float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_boolean[complex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_boolean[str-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_boolean[bytes-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_boolean[datetime64[ns]-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_boolean[object-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_is_boolean[void-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_constructor_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_constructor_no_coercion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_series_constructor_with_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_series_constructor_with_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_from_sequence_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_constructor_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_constructor_with_data[any_numpy_array0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_constructor_with_data[any_numpy_array1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_constructor_with_data[any_numpy_array2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_constructor_with_data[any_numpy_array3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_constructor_with_data[any_numpy_array4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_constructor_with_data[any_numpy_array5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_constructor_with_data[any_numpy_array6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_to_numpy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_setitem_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_setitem[any_numpy_array0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_setitem[any_numpy_array1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_setitem[any_numpy_array2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_setitem[any_numpy_array3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_setitem[any_numpy_array4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_setitem[any_numpy_array5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_setitem[any_numpy_array6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_bad_reduce_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_validate_reduction_keyword_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_ufunc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_numpy.py::test_basic_binop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_registered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_period_array_ok[data0-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_period_array_ok[data1-D-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_period_array_ok[data2-D-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_period_array_ok[data3-D-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_period_array_ok[data4-freq4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_period_array_ok[data5-None-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_period_array_ok[data6-None-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_period_array_ok[data7-None-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_period_array_readonly_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_from_datetime64_freq_changes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_period_array_raises[data0-None-Input has different freq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_period_array_raises[data1-A-Input has different freq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_period_array_non_period_series_raies PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_period_array_freq_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_asi8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_take_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_astype[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_astype[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_astype[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_astype[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_astype[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_astype_copies PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_astype_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_astype_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_astype_datetime[datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_astype_datetime[timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_fillna_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_fillna_copies PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_setitem[key0-value0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_setitem[key1-None-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_setitem[key2-nan-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_setitem[key3-value3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_setitem[key4-value4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_setitem_raises_incompatible_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_setitem_raises_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_setitem_raises_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_sub_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_where_different_freq_raises[other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_where_different_freq_raises[other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_repr_small PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::test_repr_large PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::TestReductions::test_min_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::TestReductions::test_min_max_empty[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_period.py::TestReductions::test_min_max_empty[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArrayConstructor::test_only_1dim_accepted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArrayConstructor::test_freq_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArrayConstructor::test_non_array_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArrayConstructor::test_other_type_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArrayConstructor::test_incorrect_dtype_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArrayConstructor::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArray::test_np_sum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArray::test_from_sequence_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArray::test_abs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArray::test_neg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArray::test_neg_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArray::test_astype_int[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArray::test_astype_int[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArray::test_astype_int[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArray::test_astype_int[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArray::test_astype_int[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestTimedeltaArray::test_setitem_clears_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestReductions::test_min_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestReductions::test_min_max_empty[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_timedeltas.py::TestReductions::test_min_max_empty[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::test_factorize[categories0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::test_factorize[categories0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::test_factorize[categories1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::test_factorize[categories1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::test_factorized_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::test_factorized_sort_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::test_isin_cats PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::test_isin_empty[empty0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::test_isin_empty[empty1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::test_isin_empty[empty2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_take_warns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_take_positive_no_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_take_bounds[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_take_bounds[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_take_empty[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_take_empty[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_positional_take[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_positional_take[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_positional_take[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_positional_take_unobserved[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_positional_take_unobserved[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_positional_take_unobserved[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_take_allow_fill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_take_fill_with_negative_one PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_algos.py::TestTake::test_take_fill_value_new_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_min_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values0-categories0-exp_mode0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values1-categories1-exp_mode1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values2-categories2-exp_mode2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values3-categories3-exp_mode3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values4-categories4-exp_mode4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_mode[values5-categories5-exp_mode5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_searchsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_unique_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_unique_index_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_nbytes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_validate_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_analytics.py::TestCategoricalAnalytics::test_isna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_ordered_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_rename_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_rename_categories_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_rename_categories_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_reorder_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_add_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values0-categories0-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values1-categories1-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values2-categories2-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values3-categories3-new_categories3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values4-categories4-new_categories4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values5-categories5-new_categories5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values6-categories6-new_categories6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values7-categories7-new_categories7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values8-categories8-new_categories8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values9-categories9-new_categories9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values10-categories10-new_categories10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values11-categories11-new_categories11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[True-values12-categories12-new_categories12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values0-categories0-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values1-categories1-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values2-categories2-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values3-categories3-new_categories3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values4-categories4-new_categories4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values5-categories5-new_categories5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values6-categories6-new_categories6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values7-categories7-new_categories7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values8-categories8-new_categories8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values9-categories9-new_categories9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values10-categories10-new_categories10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values11-categories11-new_categories11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_many[False-values12-categories12-new_categories12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_rename_less PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_categories_private PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_remove_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_remove_unused_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPIWithFactor::test_describe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPIWithFactor::test_set_categories_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_codes_immutable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes0-old0-new0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes1-old1-new1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes2-old2-new2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes3-old3-new3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes4-old4-new4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes5-old5-new5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes6-old6-new6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes7-old7-new7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes8-old8-new8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes9-old9-new9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes10-old10-new10-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories[codes11-old11-new11-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_recode_to_categories_large PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_api.py::TestPrivateCategoricalAPI::test_deprecated_get_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_validate_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_empty_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_tuples_datetimes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_unsortable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_interval PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_existing_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_not_sequence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_null PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_generator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_datetimelike[dtl0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_datetimelike[dtl1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_datetimelike[dtl2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_index_series_datetimetz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_index_series_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_index_series_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_invariant PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_dtype[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_dtype[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_dtype_and_others_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[True-categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[True-categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[False-categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_category[False-categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_str_unknown PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_categorical_with_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_categorical_with_unknown_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_from_categorical_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_with_categorical_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_codes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_codes_with_categorical_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_codes_with_nan_code PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_codes_with_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_codes_with_dtype_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_codes_neither PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories[category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories_sorts[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories_sorts[category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_from_inferred_categories_coerces PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_construction_with_ordered[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_construction_with_ordered[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_construction_with_ordered[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor_imaginary XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_is_equal_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_same PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_new_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values0-categories0-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values1-categories1-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values2-categories2-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values3-categories3-new_categories3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values4-categories4-new_categories4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values5-categories5-new_categories5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values6-categories6-new_categories6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values7-categories7-new_categories7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values8-categories8-new_categories8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values9-categories9-new_categories9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values10-categories10-new_categories10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values11-categories11-new_categories11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[True-values12-categories12-new_categories12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values0-categories0-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values1-categories1-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values2-categories2-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values3-categories3-new_categories3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values4-categories4-new_categories4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values5-categories5-new_categories5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values6-categories6-new_categories6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values7-categories7-new_categories7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values8-categories8-new_categories8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values9-categories9-new_categories9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values10-categories10-new_categories10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values11-categories11-new_categories11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_many[False-values12-categories12-new_categories12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_set_dtype_no_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_codes_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype_category[True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype_category[True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype_category[False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype_category[False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_astype_category_ordered_none_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_iter_python_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_iter_python_types_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_setitem_same_but_unordered[other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_setitem_same_but_unordered[other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_setitem_different_unordered_raises[other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_setitem_different_unordered_raises[other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_setitem_different_unordered_raises[other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_setitem_different_unordered_raises[other3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_setitem_same_ordered_rasies[other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_setitem_same_ordered_rasies[other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexingWithFactor::test_setitem_same_ordered_rasies[other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_getitem_listlike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_periodindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_categories_assigments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values0-idx_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values0-idx_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values0-idx_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values0-idx_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values1-idx_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values1-idx_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values1-idx_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values1-idx_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values2-idx_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values2-idx_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values2-idx_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values2-idx_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values3-idx_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values3-idx_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values3-idx_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[Categorical-key_values3-idx_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values0-idx_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values0-idx_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values0-idx_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values0-idx_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values1-idx_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values1-idx_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values1-idx_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values1-idx_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values2-idx_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values2-idx_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values2-idx_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values2-idx_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values3-idx_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values3-idx_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values3-idx_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[CategoricalIndex-key_values3-idx_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_where_unobserved_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_where_unobserved_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_where_other_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_where_warns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_where_ordered_differs_rasies PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::test_mask_with_boolean[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::test_mask_with_boolean[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::test_mask_with_boolean_raises[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::test_mask_with_boolean_raises[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_indexing.py::test_series_at PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_missing.py::TestCategoricalMissing::test_na_flags_int_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_missing.py::TestCategoricalMissing::test_nan_handling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_missing.py::TestCategoricalMissing::test_set_dtype_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_missing.py::TestCategoricalMissing::test_set_item_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_missing.py::TestCategoricalMissing::test_fillna_raises[fillna_kwargs0-Cannot specify both 'value' and 'method'.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_missing.py::TestCategoricalMissing::test_fillna_raises[fillna_kwargs1-Must specify a fill 'value' or 'method'.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_missing.py::TestCategoricalMissing::test_fillna_raises[fillna_kwargs2-Invalid fill method. Expecting .* bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_missing.py::TestCategoricalMissing::test_fillna_iterable_category[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_missing.py::TestCategoricalMissing::test_fillna_iterable_category[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOpsWithFactor::test_categories_none_comparisons PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOpsWithFactor::test_comparisons PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_compare_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_datetime_categorical_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_reflected_comparison_with_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_comparison_with_unknown_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_comparison_of_ordered_categorical_with_nan_to_scalar[__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_comparison_of_ordered_categorical_with_nan_to_scalar[__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_comparison_of_ordered_categorical_with_nan_to_scalar[__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_comparison_of_ordered_categorical_with_nan_to_scalar[__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_comparison_of_ordered_categorical_with_nan_to_listlike[__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_comparison_of_ordered_categorical_with_nan_to_listlike[__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_comparison_of_ordered_categorical_with_nan_to_listlike[__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_comparison_of_ordered_categorical_with_nan_to_listlike[__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_comparisons[data0-reverse0-base0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_comparisons[data1-reverse1-base1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_unordered_different_order_equal[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_unordered_different_order_equal[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_unordered_different_categories_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_compare_different_lengths PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_compare_unordered_different_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_numeric_like_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_contains_interval[(0, 1]-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_contains_interval[1.5-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_contains_interval[(0.5, 1.5]-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_contains_interval[a-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_contains_interval[1970-01-01 00:00:00.000000001-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_contains_interval[0 days 00:00:00.000000-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_operators.py::TestCategoricalOps::test_contains_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalReprWithFactor::test_print PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_big_print PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_empty_print PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_print_none_width PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_unicode_print PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_datetime_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_int_with_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_period_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_repr_timedelta_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_datetime_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_period_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_repr.py::TestCategoricalRepr::test_categorical_index_repr_timedelta_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_sorting.py::TestCategoricalSort::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_sorting.py::TestCategoricalSort::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_sorting.py::TestCategoricalSort::test_sort_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_sorting.py::TestCategoricalSort::test_sort_values_na_position PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_subclass.py::TestCategoricalSubclassing::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_subclass.py::TestCategoricalSubclassing::test_from_codes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_subclass.py::TestCategoricalSubclassing::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_warnings.py::TestCategoricalWarnings::test_tab_complete_warning FAILED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_warnings.py::TestCategoricalWarnings::test_CategoricalAccessor_categorical_deprecation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_warnings.py::TestCategoricalWarnings::test_CategoricalAccessor_name_deprecation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_warnings.py::TestCategoricalWarnings::test_CategoricalAccessor_index_deprecation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[left-IntervalArray-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[left-IntervalArray-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[left-IntervalArray-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[left-IntervalArray-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[left-IntervalIndex-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[left-IntervalIndex-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[left-IntervalIndex-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[left-IntervalIndex-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[right-IntervalArray-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[right-IntervalArray-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[right-IntervalArray-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[right-IntervalArray-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[right-IntervalIndex-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[right-IntervalIndex-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[right-IntervalIndex-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[right-IntervalIndex-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[both-IntervalArray-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[both-IntervalArray-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[both-IntervalArray-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[both-IntervalArray-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[both-IntervalIndex-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[both-IntervalIndex-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[both-IntervalIndex-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[both-IntervalIndex-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[neither-IntervalArray-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[neither-IntervalArray-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[neither-IntervalArray-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[neither-IntervalArray-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[neither-IntervalIndex-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[neither-IntervalIndex-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[neither-IntervalIndex-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestAttributes::test_is_empty[neither-IntervalIndex-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_set_closed[neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_where_raises[other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestMethods::test_where_raises[other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestSetitem::test_set_na[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestSetitem::test_set_na[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestSetitem::test_set_na[timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestSetitem::test_set_na[datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::TestSetitem::test_set_na[datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_interval.py::test_repr_matches PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timedelta-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-Timestamp-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timedelta-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-Timestamp-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalIndex-int-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval_container[IntervalArray-IntervalArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval_container[IntervalArray-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval_container[IntervalIndex-IntervalArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval_container[IntervalIndex-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_na[IntervalArray-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_na[IntervalArray-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_na[IntervalArray-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_na[IntervalIndex-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_na[IntervalIndex-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_na[IntervalIndex-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[IntervalArray-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[IntervalArray-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[IntervalArray-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[IntervalArray-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[IntervalArray-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[IntervalIndex-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[IntervalIndex-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[IntervalIndex-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[IntervalIndex-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[IntervalIndex-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestSeriesAccessor::test_to_dense PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_accessor_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix[float64-None-csc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix[float64-None-csr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix[float64-None-coo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix[float64-labels1-csc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix[float64-labels1-csr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix[float64-labels1-coo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix[int64-None-csc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix[int64-None-csr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix[int64-None-coo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix[int64-labels1-csc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix[int64-labels1-csr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix[int64-labels1-coo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix_columns[columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix_columns[columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_from_spmatrix_columns[columns2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_to_coo PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_to_dense PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_density PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_series_from_coo[True-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_series_from_coo[True-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_series_from_coo[False-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_series_from_coo[False-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_accessor.py::TestFrameAccessor::test_series_from_coo_incorrect_format_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions0-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions0-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions0-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions0-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions0-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions0-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions0-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions0-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions0-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-radd-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-radd-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-radd-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-radd-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-radd-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-radd-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-radd-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-radd-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-radd-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions2-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions2-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions2-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions2-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions2-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions2-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions2-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions2-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions2-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rsub-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rsub-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rsub-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rsub-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rsub-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rsub-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rsub-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rsub-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rsub-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions4-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions4-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions4-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions4-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions4-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions4-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions4-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions4-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions4-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmul-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmul-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmul-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmul-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmul-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmul-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmul-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmul-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmul-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions6-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions6-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions6-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions6-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions6-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions6-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions6-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions6-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions6-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rtruediv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rtruediv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rtruediv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rtruediv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rtruediv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rtruediv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rtruediv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rtruediv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rtruediv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions8-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions8-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions8-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions8-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions8-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions8-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions8-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions8-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions8-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rfloordiv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rfloordiv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rfloordiv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rfloordiv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rfloordiv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rfloordiv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rfloordiv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rfloordiv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rfloordiv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions10-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions10-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions10-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions10-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions10-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions10-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions10-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions10-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions10-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmod-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmod-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmod-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmod-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmod-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmod-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmod-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmod-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rmod-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions12-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions12-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions12-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions12-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions12-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions12-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions12-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions12-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-all_arithmetic_functions12-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rpow-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rpow-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rpow-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rpow-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rpow-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rpow-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rpow-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rpow-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-True-rpow-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions0-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions0-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions0-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions0-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions0-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions0-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions0-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions0-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions0-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-radd-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-radd-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-radd-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-radd-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-radd-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-radd-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-radd-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-radd-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-radd-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions2-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions2-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions2-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions2-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions2-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions2-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions2-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions2-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions2-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rsub-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rsub-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rsub-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rsub-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rsub-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rsub-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rsub-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rsub-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rsub-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions4-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions4-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions4-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions4-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions4-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions4-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions4-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions4-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions4-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmul-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmul-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmul-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmul-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmul-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmul-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmul-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmul-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmul-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions6-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions6-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions6-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions6-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions6-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions6-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions6-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions6-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions6-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rtruediv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rtruediv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rtruediv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rtruediv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rtruediv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rtruediv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rtruediv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rtruediv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rtruediv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions8-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions8-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions8-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions8-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions8-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions8-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions8-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions8-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions8-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rfloordiv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rfloordiv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rfloordiv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rfloordiv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rfloordiv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rfloordiv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rfloordiv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rfloordiv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rfloordiv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions10-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions10-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions10-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions10-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions10-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions10-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions10-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions10-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions10-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmod-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmod-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmod-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmod-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmod-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmod-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmod-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmod-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rmod-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions12-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions12-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions12-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions12-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions12-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions12-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions12-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions12-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-all_arithmetic_functions12-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rpow-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rpow-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rpow-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rpow-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rpow-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rpow-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rpow-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rpow-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[integer-False-rpow-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions0-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions0-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions0-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions0-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions0-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions0-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions0-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions0-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions0-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-radd-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-radd-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-radd-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-radd-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-radd-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-radd-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-radd-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-radd-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-radd-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions2-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions2-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions2-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions2-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions2-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions2-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions2-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions2-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions2-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rsub-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rsub-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rsub-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rsub-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rsub-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rsub-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rsub-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rsub-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rsub-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions4-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions4-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions4-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions4-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions4-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions4-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions4-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions4-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions4-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmul-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmul-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmul-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmul-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmul-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmul-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmul-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmul-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmul-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions6-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions6-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions6-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions6-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions6-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions6-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions6-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions6-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions6-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rtruediv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rtruediv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rtruediv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rtruediv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rtruediv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rtruediv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rtruediv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rtruediv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rtruediv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions8-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions8-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions8-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions8-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions8-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions8-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions8-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions8-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions8-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rfloordiv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rfloordiv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rfloordiv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rfloordiv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rfloordiv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rfloordiv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rfloordiv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rfloordiv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rfloordiv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions10-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions10-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions10-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions10-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions10-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions10-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions10-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions10-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions10-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmod-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmod-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmod-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmod-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmod-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmod-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmod-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmod-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rmod-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions12-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions12-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions12-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions12-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions12-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions12-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions12-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions12-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-all_arithmetic_functions12-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rpow-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rpow-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rpow-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rpow-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rpow-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rpow-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rpow-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rpow-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-True-rpow-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions0-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions0-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions0-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions0-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions0-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions0-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions0-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions0-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions0-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-radd-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-radd-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-radd-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-radd-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-radd-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-radd-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-radd-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-radd-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-radd-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions2-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions2-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions2-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions2-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions2-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions2-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions2-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions2-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions2-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rsub-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rsub-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rsub-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rsub-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rsub-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rsub-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rsub-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rsub-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rsub-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions4-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions4-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions4-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions4-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions4-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions4-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions4-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions4-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions4-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmul-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmul-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmul-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmul-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmul-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmul-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmul-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmul-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmul-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions6-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions6-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions6-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions6-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions6-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions6-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions6-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions6-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions6-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rtruediv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rtruediv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rtruediv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rtruediv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rtruediv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rtruediv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rtruediv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rtruediv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rtruediv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions8-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions8-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions8-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions8-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions8-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions8-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions8-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions8-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions8-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rfloordiv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rfloordiv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rfloordiv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rfloordiv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rfloordiv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rfloordiv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rfloordiv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rfloordiv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rfloordiv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions10-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions10-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions10-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions10-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions10-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions10-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions10-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions10-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions10-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmod-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmod-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmod-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmod-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmod-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmod-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmod-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmod-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rmod-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions12-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions12-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions12-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions12-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions12-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions12-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions12-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions12-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-all_arithmetic_functions12-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rpow-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rpow-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rpow-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rpow-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rpow-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rpow-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rpow-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rpow-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar[block-False-rpow-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar_comparison[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar_comparison[block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[integer-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index[block-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index_comparison[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_same_index_comparison[block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[integer-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array[block-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_different_kind[False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_comparison[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_comparison[block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[integer-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array[block-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array_comparison[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array_comparison[block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_same_index[integer-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_same_index[integer-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_same_index[integer-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_same_index[block-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_same_index[block-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_same_index[block-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_array_logical[integer-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_array_logical[integer-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_array_logical[integer-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_array_logical[block-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_array_logical[block-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_bool_array_logical[block-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[integer-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_float_int[block-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_comparison[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_comparison[block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions0-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions0-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions0-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions0-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions0-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions0-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions0-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions0-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions0-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-radd-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-radd-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-radd-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-radd-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-radd-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-radd-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-radd-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-radd-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-radd-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions2-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions2-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions2-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions2-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions2-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions2-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions2-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions2-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions2-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rsub-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rsub-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rsub-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rsub-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rsub-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rsub-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rsub-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rsub-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rsub-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions4-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions4-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions4-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions4-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions4-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions4-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions4-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions4-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions4-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmul-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmul-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmul-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmul-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmul-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmul-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmul-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmul-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmul-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions6-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions6-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions6-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions6-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions6-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions6-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions6-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions6-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions6-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rtruediv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rtruediv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rtruediv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rtruediv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rtruediv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rtruediv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rtruediv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rtruediv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rtruediv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions8-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions8-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions8-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions8-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions8-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions8-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions8-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions8-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions8-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rfloordiv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rfloordiv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rfloordiv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rfloordiv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rfloordiv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rfloordiv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rfloordiv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rfloordiv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rfloordiv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions10-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions10-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions10-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions10-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions10-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions10-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions10-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions10-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions10-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmod-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmod-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmod-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmod-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmod-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmod-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmod-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmod-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rmod-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions12-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions12-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions12-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions12-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions12-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions12-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions12-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions12-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-all_arithmetic_functions12-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rpow-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rpow-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rpow-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rpow-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rpow-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rpow-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rpow-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rpow-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-True-rpow-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions0-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions0-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions0-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions0-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions0-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions0-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions0-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions0-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions0-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-radd-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-radd-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-radd-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-radd-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-radd-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-radd-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-radd-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-radd-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-radd-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions2-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions2-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions2-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions2-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions2-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions2-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions2-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions2-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions2-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rsub-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rsub-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rsub-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rsub-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rsub-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rsub-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rsub-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rsub-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rsub-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions4-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions4-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions4-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions4-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions4-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions4-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions4-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions4-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions4-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmul-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmul-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmul-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmul-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmul-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmul-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmul-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmul-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmul-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions6-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions6-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions6-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions6-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions6-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions6-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions6-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions6-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions6-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rtruediv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rtruediv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rtruediv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rtruediv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rtruediv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rtruediv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rtruediv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rtruediv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rtruediv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions8-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions8-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions8-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions8-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions8-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions8-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions8-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions8-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions8-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rfloordiv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rfloordiv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rfloordiv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rfloordiv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rfloordiv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rfloordiv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rfloordiv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rfloordiv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rfloordiv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions10-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions10-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions10-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions10-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions10-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions10-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions10-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions10-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions10-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmod-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmod-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmod-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmod-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmod-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmod-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmod-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmod-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rmod-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions12-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions12-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions12-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions12-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions12-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions12-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions12-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions12-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-all_arithmetic_functions12-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rpow-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rpow-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rpow-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rpow-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rpow-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rpow-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rpow-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rpow-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[integer-False-rpow-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions0-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions0-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions0-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions0-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions0-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions0-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions0-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions0-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions0-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-radd-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-radd-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-radd-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-radd-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-radd-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-radd-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-radd-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-radd-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-radd-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions2-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions2-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions2-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions2-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions2-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions2-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions2-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions2-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions2-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rsub-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rsub-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rsub-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rsub-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rsub-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rsub-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rsub-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rsub-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rsub-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions4-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions4-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions4-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions4-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions4-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions4-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions4-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions4-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions4-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmul-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmul-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmul-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmul-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmul-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmul-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmul-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmul-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmul-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions6-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions6-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions6-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions6-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions6-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions6-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions6-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions6-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions6-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rtruediv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rtruediv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rtruediv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rtruediv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rtruediv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rtruediv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rtruediv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rtruediv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rtruediv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions8-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions8-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions8-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions8-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions8-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions8-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions8-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions8-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions8-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rfloordiv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rfloordiv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rfloordiv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rfloordiv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rfloordiv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rfloordiv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rfloordiv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rfloordiv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rfloordiv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions10-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions10-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions10-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions10-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions10-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions10-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions10-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions10-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions10-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmod-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmod-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmod-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmod-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmod-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmod-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmod-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmod-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rmod-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions12-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions12-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions12-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions12-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions12-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions12-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions12-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions12-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-all_arithmetic_functions12-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rpow-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rpow-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rpow-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rpow-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rpow-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rpow-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rpow-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rpow-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-True-rpow-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions0-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions0-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions0-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions0-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions0-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions0-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions0-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions0-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions0-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-radd-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-radd-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-radd-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-radd-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-radd-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-radd-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-radd-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-radd-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-radd-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions2-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions2-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions2-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions2-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions2-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions2-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions2-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions2-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions2-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rsub-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rsub-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rsub-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rsub-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rsub-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rsub-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rsub-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rsub-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rsub-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions4-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions4-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions4-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions4-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions4-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions4-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions4-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions4-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions4-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmul-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmul-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmul-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmul-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmul-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmul-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmul-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmul-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmul-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions6-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions6-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions6-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions6-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions6-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions6-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions6-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions6-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions6-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rtruediv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rtruediv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rtruediv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rtruediv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rtruediv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rtruediv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rtruediv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rtruediv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rtruediv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions8-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions8-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions8-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions8-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions8-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions8-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions8-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions8-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions8-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rfloordiv-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rfloordiv-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rfloordiv-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rfloordiv-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rfloordiv-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rfloordiv-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rfloordiv-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rfloordiv-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rfloordiv-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions10-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions10-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions10-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions10-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions10-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions10-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions10-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions10-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions10-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmod-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmod-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmod-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmod-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmod-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmod-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmod-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmod-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rmod-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions12-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions12-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions12-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions12-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions12-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions12-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions12-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions12-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-all_arithmetic_functions12-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rpow-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rpow-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rpow-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rpow-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rpow-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rpow-0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rpow-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rpow-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar[block-False-rpow-2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar_comparison[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_scalar_comparison[block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[integer-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index[block-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index_comparison[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_same_index_comparison[block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[integer-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array[block-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_different_kind[False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_comparison[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_float_array_comparison[block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-True-all_arithmetic_functions8] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-True-rfloordiv] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-False-all_arithmetic_functions8] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-False-rfloordiv] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[integer-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-True-all_arithmetic_functions8] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-True-rfloordiv] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-False-all_arithmetic_functions8] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-False-rfloordiv] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array[block-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array_comparison[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_int_array_comparison[block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_same_index[integer-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_same_index[integer-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_same_index[integer-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_same_index[block-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_same_index[block-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_same_index[block-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_array_logical[integer-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_array_logical[integer-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_array_logical[integer-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_array_logical[block-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_array_logical[block-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_bool_array_logical[block-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[integer-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-True-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-True-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-False-all_arithmetic_functions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-False-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_float_int[block-False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_comparison[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_mixed_array_comparison[block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[True-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[True-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[True-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[True-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[True-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[True-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[True-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[True-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[True-all_arithmetic_functions8] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[True-rfloordiv] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[True-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[True-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[True-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[True-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[False-all_arithmetic_functions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[False-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[False-all_arithmetic_functions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[False-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[False-all_arithmetic_functions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[False-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[False-all_arithmetic_functions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[False-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[False-all_arithmetic_functions8] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[False-rfloordiv] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[False-all_arithmetic_functions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[False-rmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[False-all_arithmetic_functions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseSeriesArithmetic::test_alignment[False-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_with_list[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_with_list[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_ufuncs[arr0-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_ufuncs[arr0-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_ufuncs[arr1-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_ufuncs[arr1-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_binary_ufuncs[ufunc0-a0-b0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_binary_ufuncs[ufunc0-a1-b1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_binary_ufuncs[ufunc0-a2-b2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_binary_ufuncs[ufunc0-a3-b3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_binary_ufuncs[ufunc0-a4-b4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_binary_ufuncs[ufunc1-a0-b0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_binary_ufuncs[ufunc1-a1-b1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_binary_ufuncs[ufunc1-a2-b2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_binary_ufuncs[ufunc1-a3-b3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_binary_ufuncs[ufunc1-a4-b4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_ndarray_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_sparray_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_invert[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_invert[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_unary_op[op0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_unary_op[op0-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_unary_op[op1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_arithmetics.py::test_unary_op[op1-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_dtype_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_sparse_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_sparse_dtype_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_object_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_na_dtype[dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_na_dtype[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_spindex_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_spindex_dtype_scalar[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_spindex_dtype_scalar[sparse_index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_spindex_dtype_scalar_broadcasts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_inferred_fill_value[data0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_inferred_fill_value[data1-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_inferred_fill_value[data2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_inferred_fill_value[data3-fill_value3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_from_spmatrix[0-coo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_from_spmatrix[0-csc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_from_spmatrix[0-csr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_from_spmatrix[10-coo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_from_spmatrix[10-csc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_from_spmatrix[10-csr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_from_spmatrix_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_scalar_with_index_infer_dtype[False-dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_scalar_with_index_infer_dtype[0.0-dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_scalar_with_index_infer_dtype[1-dtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_scalar_with_index_infer_dtype[z-dtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_sparse_series_round_trip[integer-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_sparse_series_round_trip[integer-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_sparse_series_round_trip[integer-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_sparse_series_round_trip[block-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_sparse_series_round_trip[block-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_sparse_series_round_trip[block-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_sparse_series_round_trip2[integer-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_sparse_series_round_trip2[integer-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_sparse_series_round_trip2[integer-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_sparse_series_round_trip2[block-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_sparse_series_round_trip2[block-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_sparse_series_round_trip2[block-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_get_item PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_take_scalar_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_take_negative PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_shift_fill_value[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_shift_fill_value[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_shift_fill_value[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_bad_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_take_filling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_take_filling_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_take_filling_all_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_set_item PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_from_too_large_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_from_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_bool_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_constructor_float32 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_all[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_all[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_all[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_all[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_all[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_all[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_all[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_all[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_all[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_all[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_all[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_all[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_more[array0-float-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_more[array1-bool-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_more[array2-bool-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_more[array3-datetime64[ns]-expected3] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_more[array4-str-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_more[array5-float-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_more[array6-object-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_astype_nan_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_set_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_set_fill_invalid_non_scalar[val0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_set_fill_invalid_non_scalar[val1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_set_fill_invalid_non_scalar[val2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_values_asarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_shape[data0-shape0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_shape[data1-shape1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_shape[data2-shape2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_shape[data3-shape3-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_dense_repr[None-vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_dense_repr[None-vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_dense_repr[None-vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_dense_repr[0-vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_dense_repr[0-vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_dense_repr[0-vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_getitem_arraylike_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_getslice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_getslice_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_boolean_slice_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_binary_operators[add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_binary_operators[sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_binary_operators[mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_binary_operators[truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_binary_operators[floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_binary_operators[pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_generator_warnings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_fillna_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_nonzero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_all[data0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_all[data1-1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_all[data2-1.0-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_all[data0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_all[data1-1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_all[data2-1.0-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_any[data0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_any[data1-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_any[data2-2.0-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_any[data0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_any[data1-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_any[data2-2.0-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_sum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_sum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_cumsum[True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_cumsum[True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_cumsum[False-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_cumsum[False-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_mean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_numpy_mean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_ufunc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_ufunc_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_modf[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_modf[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_nbytes_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_nbytes_block PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_asarray_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_density PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestSparseArrayAnalytics::test_npoints PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestAccessor::test_get_attributes[npoints] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestAccessor::test_get_attributes[density] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestAccessor::test_get_attributes[fill_value] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestAccessor::test_get_attributes[sp_values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestAccessor::test_from_coo PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestAccessor::test_to_coo PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::TestAccessor::test_non_sparse_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_setting_fill_value_fillna_still_works PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_setting_fill_value_updates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_first_fill_value_loc[arr0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_first_fill_value_loc[arr1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_first_fill_value_loc[arr2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_first_fill_value_loc[arr3-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_first_fill_value_loc[arr4--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_first_fill_value_loc[arr5--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_unique_na_fill[nan-arr0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_unique_na_fill[nan-arr1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_unique_na_fill[nan-arr2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_unique_na_fill[0-arr0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_unique_na_fill[0-arr1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_unique_na_fill[0-arr2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_unique_na_fill[1-arr0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_unique_na_fill[1-arr1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_unique_na_fill[1-arr2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_unique_all_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_map_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_array.py::test_deprecated_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_inferred_dtype[int-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_inferred_dtype[float-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_inferred_dtype[bool-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_inferred_dtype[object-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_inferred_dtype[datetime64[ns]-fill_value4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_inferred_dtype[timedelta64[ns]-fill_value5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_from_sparse_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_from_sparse_dtype_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_equal[int-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_equal[float-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_equal[bool-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_equal[object-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_equal[datetime64[ns]-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_equal[timedelta64[ns]-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_equal[int-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_equal[float-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_nans_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_not_equal[a0-b0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_not_equal[a1-b1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_not_equal[a2-b2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_not_equal[a3-b3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_not_equal[a4-b4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_construct_from_string_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_is_numeric[dtype0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_is_numeric[dtype1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_is_numeric[dtype2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_is_numeric[dtype3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_is_numeric[dtype4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_str_uses_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_construct_from_string[Sparse[float64]-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_construct_from_string[Sparse[float32]-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_construct_from_string[Sparse[int]-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_construct_from_string[Sparse[str]-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_construct_from_string[Sparse[datetime64[ns]]-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_construct_from_string[Sparse-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_hash_equal[a0-b0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_hash_equal[a1-b1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_hash_equal[a2-b2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_hash_equal[a3-b3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_hash_equal[a4-b4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_parse_subtype[Sparse[int]-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_parse_subtype[Sparse[int, 0]-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_parse_subtype[Sparse[int64]-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_parse_subtype[Sparse[int64, 0]-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_parse_subtype[Sparse[datetime64[ns], 0]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_construct_from_string_fill_value_raises[Sparse[int, 1]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_construct_from_string_fill_value_raises[Sparse[float, 0.0]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_construct_from_string_fill_value_raises[Sparse[bool, True]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_update_dtype[original0-float-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_update_dtype[original1-float-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_update_dtype[original2-str-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_update_dtype[original3-int-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_update_dtype_raises[original0-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_dtype.py::test_update_dtype_raises[original1-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseIndexUnion::test_index_make_union PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseIndexUnion::test_int_index_make_union PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseIndexIntersect::test_intersect PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseIndexIntersect::test_intersect_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseIndexIntersect::test_intersect_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseIndexCommon::test_int_internal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseIndexCommon::test_block_internal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseIndexCommon::test_lookup PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseIndexCommon::test_lookup_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseIndexCommon::test_lookup_basics PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestBlockIndex::test_block_internal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestBlockIndex::test_make_block_boundary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestBlockIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestBlockIndex::test_check_integrity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestBlockIndex::test_to_int_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestBlockIndex::test_to_block_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestIntIndex::test_check_integrity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestIntIndex::test_int_internal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestIntIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestIntIndex::test_to_block_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestIntIndex::test_to_int_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseOperators::test_op[add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseOperators::test_op[sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseOperators::test_op[mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseOperators::test_op[truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/sparse/test_libsparse.py::TestSparseOperators::test_op[floordiv] PASSED
> 
> =================================== FAILURES ===================================
> ______________ TestCategoricalWarnings.test_tab_complete_warning _______________
> 
> self = <pandas.tests.arrays.categorical.test_warnings.TestCategoricalWarnings object at 0x7f9560dcae10>
> ip = <IPython.core.interactiveshell.InteractiveShell object at 0x7f95615104d0>
> 
>     def test_tab_complete_warning(self, ip):
>         # https://github.com/pandas-dev/pandas/issues/16409
>         pytest.importorskip("IPython", minversion="6.0.0")
>         from IPython.core.completer import provisionalcompleter
>     
>         code = "import pandas as pd; c = Categorical([])"
>         ip.run_code(code)
>         with tm.assert_produces_warning(None):
>             with provisionalcompleter("ignore"):
> >               list(ip.Completer.completions("c.", 1))
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_warnings.py:17: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> self = <contextlib._GeneratorContextManager object at 0x7f955fab1a90>
> type = None, value = None, traceback = None
> 
>     def __exit__(self, type, value, traceback):
>         if type is None:
>             try:
> >               next(self.gen)
> E               AssertionError: Caused unexpected warning(s): [('DeprecationWarning', DeprecationWarning('Deprecated since version 0.16.0. Use get_signatures()[...].params'), '/usr/lib/python3/dist-packages/jedi/cache.py', 111)].
> 
> /usr/lib/python3.7/contextlib.py:119: AssertionError
> =============================== warnings summary ===============================
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_ufuncs_single_int[ufunc1]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py:753: RuntimeWarning: invalid value encountered in sign
>     expected = integer_array(ufunc(a.astype(float)))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py::test_ufuncs_single_int[ufunc1]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/test_integer.py:758: RuntimeWarning: invalid value encountered in sign
>     expected = pd.Series(integer_array(ufunc(a.astype(float))))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_warnings.py::TestCategoricalWarnings::test_tab_complete_warning
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/arrays/categorical/test_warnings.py:14: RuntimeWarning: coroutine 'InteractiveShell.run_code' was never awaited
>     ip.run_code(code)
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> ======== 1 failed, 4177 passed, 14 xfailed, 3 warnings in 17.14 seconds ========
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 516 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_compat.py::test_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_compat.py::test_invalid_numexpr_version[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_compat.py::test_invalid_numexpr_version[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_compat.py::test_invalid_numexpr_version[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_compat.py::test_invalid_numexpr_version[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_complex_cmp_ops[gt-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_complex_cmp_ops[gt-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_complex_cmp_ops[gt-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_complex_cmp_ops[gt-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_complex_cmp_ops[gt-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_complex_cmp_ops[gt-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_complex_cmp_ops[lt-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_complex_cmp_ops[lt-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_complex_cmp_ops[lt-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_complex_cmp_ops[lt-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_complex_cmp_ops[lt-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_complex_cmp_ops[lt-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_simple_cmp_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_binary_arith_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_modulus PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_floor_division PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_pow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_single_invert_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_compound_invert_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_chained_cmp_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_frame_invert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_series_invert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_frame_negate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_series_negate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_frame_pos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_series_pos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_scalar_unary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_unary_in_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_float_comparison_bin_op[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_float_comparison_bin_op[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_disallow_scalar_bool_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_line_continuation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_float_truncation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPandas::test_disallow_python_keywords PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_complex_cmp_ops[gt-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_complex_cmp_ops[gt-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_complex_cmp_ops[gt-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_complex_cmp_ops[gt-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_complex_cmp_ops[gt-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_complex_cmp_ops[gt-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_complex_cmp_ops[lt-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_complex_cmp_ops[lt-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_complex_cmp_ops[lt-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_complex_cmp_ops[lt-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_complex_cmp_ops[lt-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_complex_cmp_ops[lt-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_simple_cmp_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_binary_arith_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_modulus PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_floor_division PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_pow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_single_invert_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_compound_invert_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_chained_cmp_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_frame_invert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_series_invert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_frame_negate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_series_negate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_frame_pos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_series_pos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_scalar_unary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_unary_in_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_float_comparison_bin_op[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_float_comparison_bin_op[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_disallow_scalar_bool_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_line_continuation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_float_truncation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalNumexprPython::test_disallow_python_keywords PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_complex_cmp_ops[gt-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_complex_cmp_ops[gt-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_complex_cmp_ops[gt-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_complex_cmp_ops[gt-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_complex_cmp_ops[gt-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_complex_cmp_ops[gt-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_complex_cmp_ops[lt-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_complex_cmp_ops[lt-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_complex_cmp_ops[lt-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_complex_cmp_ops[lt-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_complex_cmp_ops[lt-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_complex_cmp_ops[lt-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_simple_cmp_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_binary_arith_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_modulus PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_floor_division PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_pow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_single_invert_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_compound_invert_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_chained_cmp_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_frame_invert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_series_invert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_frame_negate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_series_negate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_frame_pos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_series_pos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_scalar_unary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_unary_in_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_float_comparison_bin_op[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_float_comparison_bin_op[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_disallow_scalar_bool_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_line_continuation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_float_truncation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPython::test_disallow_python_keywords PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_complex_cmp_ops[gt-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_complex_cmp_ops[gt-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_complex_cmp_ops[gt-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_complex_cmp_ops[gt-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_complex_cmp_ops[gt-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_complex_cmp_ops[gt-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_complex_cmp_ops[lt-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_complex_cmp_ops[lt-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_complex_cmp_ops[lt-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_complex_cmp_ops[lt-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_complex_cmp_ops[lt-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_complex_cmp_ops[lt-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_simple_cmp_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_binary_arith_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_modulus PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_floor_division PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_pow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_single_invert_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_compound_invert_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_chained_cmp_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_frame_invert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_series_invert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_frame_negate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_series_negate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_frame_pos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_series_pos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_scalar_unary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_unary_in_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_float_comparison_bin_op[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_float_comparison_bin_op[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_disallow_scalar_bool_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_line_continuation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_float_truncation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestEvalPythonPandas::test_disallow_python_keywords PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float32-+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float32--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float32-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float32-**] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float32-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float64-+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float64--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float64-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float64-**] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-python-float64-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float32-+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float32--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float32-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float32-**] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float32-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float64-+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float64--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float64-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float64-**] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[numexpr-pandas-float64-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float32-+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float32--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float32-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float32-**] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float32-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float64-+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float64--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float64-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float64-**] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-python-float64-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float32-+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float32--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float32-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float32-**] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float32-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float64-+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float64--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float64-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float64-**] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestTypeCasting::test_binop_typecasting[python-pandas-float64-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_align_nested_unary_op[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_align_nested_unary_op[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_align_nested_unary_op[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_align_nested_unary_op[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_frame_comparison[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_frame_comparison[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_frame_comparison[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_frame_comparison[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_medium_complex_frame_alignment[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_medium_complex_frame_alignment[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_medium_complex_frame_alignment[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_medium_complex_frame_alignment[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_series_alignment[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_series_alignment[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_series_alignment[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_series_alignment[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_series_frame_alignment[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_series_frame_alignment[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_series_frame_alignment[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_basic_series_frame_alignment[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_series_frame_commutativity[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_series_frame_commutativity[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_series_frame_commutativity[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_series_frame_commutativity[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_complex_series_frame_alignment[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_complex_series_frame_alignment[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_complex_series_frame_alignment[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_complex_series_frame_alignment[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_simple_arith_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_simple_bool_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_bool_ops_with_constants PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_4d_ndarray_fails PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_constant PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_single_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_truediv PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_failing_subscript_with_name_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_lhs_expression_subscript PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_attr_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_assignment_fails PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_assignment_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_column_in PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_multi_line_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_multi_line_expression_not_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_multi_line_expression_local_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_multi_line_expression_callable_local_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_multi_line_expression_callable_local_variable_with_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_assignment_in_query PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_query_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_item_assign[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_item_assign[cat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_item_assign[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_item_assign[invalid_target3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_item_assign[invalid_target4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_copy_item[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_copy_item[cat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_cannot_copy_item[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_inplace_no_assignment[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_inplace_no_assignment[cat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_inplace_no_assignment[target2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_inplace_no_assignment[target3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_inplace_no_assignment[target4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_inplace_no_assignment[target5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_basic_period_index_boolean_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_basic_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_nested_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_date_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPandas::test_simple_in_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_simple_arith_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_4d_ndarray_fails PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_constant PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_single_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_truediv PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_failing_subscript_with_name_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_lhs_expression_subscript PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_attr_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_assignment_fails PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_assignment_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_column_in PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_multi_line_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_multi_line_expression_not_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_multi_line_expression_local_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_multi_line_expression_callable_local_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_multi_line_expression_callable_local_variable_with_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_assignment_in_query PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_query_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_item_assign[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_item_assign[cat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_item_assign[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_item_assign[invalid_target3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_item_assign[invalid_target4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_copy_item[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_copy_item[cat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_cannot_copy_item[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_inplace_no_assignment[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_inplace_no_assignment[cat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_inplace_no_assignment[target2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_inplace_no_assignment[target3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_inplace_no_assignment[target4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_inplace_no_assignment[target5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_basic_period_index_boolean_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_basic_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_nested_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_date_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_simple_in_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_check_many_exprs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_fails_and PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_fails_or PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_fails_not PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_fails_ampersand PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_fails_pipe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_bool_ops_with_constants PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsNumExprPython::test_simple_bool_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_simple_arith_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_4d_ndarray_fails PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_constant PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_single_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_truediv PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_failing_subscript_with_name_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_lhs_expression_subscript PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_attr_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_assignment_fails PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_assignment_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_column_in PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_multi_line_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_multi_line_expression_not_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_multi_line_expression_local_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_multi_line_expression_callable_local_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_multi_line_expression_callable_local_variable_with_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_assignment_in_query PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_query_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_item_assign[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_item_assign[cat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_item_assign[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_item_assign[invalid_target3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_item_assign[invalid_target4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_copy_item[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_copy_item[cat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_cannot_copy_item[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_inplace_no_assignment[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_inplace_no_assignment[cat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_inplace_no_assignment[target2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_inplace_no_assignment[target3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_inplace_no_assignment[target4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_inplace_no_assignment[target5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_basic_period_index_boolean_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_basic_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_nested_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_date_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_simple_in_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_check_many_exprs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_fails_and PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_fails_or PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_fails_not PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_fails_ampersand PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_fails_pipe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_bool_ops_with_constants PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPython::test_simple_bool_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_simple_arith_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_simple_bool_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_bool_ops_with_constants PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_4d_ndarray_fails PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_constant PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_single_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_truediv PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_failing_subscript_with_name_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_lhs_expression_subscript PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_attr_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_assignment_fails PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_assignment_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_column_in PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_multi_line_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_multi_line_expression_not_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_multi_line_expression_local_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_multi_line_expression_callable_local_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_multi_line_expression_callable_local_variable_with_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_assignment_in_query PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_query_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_item_assign[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_item_assign[cat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_item_assign[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_item_assign[invalid_target3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_item_assign[invalid_target4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_copy_item[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_copy_item[cat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_cannot_copy_item[invalid_target2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_inplace_no_assignment[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_inplace_no_assignment[cat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_inplace_no_assignment[target2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_inplace_no_assignment[target3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_inplace_no_assignment[target4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_inplace_no_assignment[target5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_basic_period_index_boolean_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_basic_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_nested_period_index_subscript_expression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_date_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestOperationsPythonPandas::test_simple_in_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_unary_functions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_floor_and_ceil_functions_raise_error SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_binary_functions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_df_use_case PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_df_arithmetic_subexpression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_result_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_result_complex128 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_undefined_func PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPython::test_keyword_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_unary_functions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_floor_and_ceil_functions_raise_error SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_binary_functions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_df_use_case PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_df_arithmetic_subexpression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_result_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_result_complex128 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_undefined_func PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathPythonPandas::test_keyword_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_unary_functions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_floor_and_ceil_functions_raise_error SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_binary_functions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_df_use_case PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_df_arithmetic_subexpression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_result_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_result_complex128 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_undefined_func PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPandas::test_keyword_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_unary_functions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_floor_and_ceil_functions_raise_error SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_binary_functions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_df_use_case PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_df_arithmetic_subexpression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_result_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_result_complex128 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_undefined_func PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestMathNumExprPython::test_keyword_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_global_scope[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_global_scope[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_global_scope[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_global_scope[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_locals[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_locals[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_locals[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_locals[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_globals[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_globals[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_globals[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestScope::test_no_new_globals[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_invalid_engine PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_invalid_parser PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_disallowed_nodes[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_disallowed_nodes[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_disallowed_nodes[pytables-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_disallowed_nodes[pytables-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_disallowed_nodes[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_disallowed_nodes[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_syntax_error_exprs[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_syntax_error_exprs[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_syntax_error_exprs[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_syntax_error_exprs[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_name_error_exprs[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_name_error_exprs[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_name_error_exprs[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_name_error_exprs[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_invalid_local_variable_reference[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_invalid_local_variable_reference[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_invalid_local_variable_reference[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_invalid_local_variable_reference[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_numexpr_builtin_raises[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_numexpr_builtin_raises[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_numexpr_builtin_raises[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_numexpr_builtin_raises[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bad_resolver_raises[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bad_resolver_raises[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bad_resolver_raises[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bad_resolver_raises[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_empty_string_raises[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_empty_string_raises[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_empty_string_raises[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_empty_string_raises[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_more_than_one_expression_raises[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_more_than_one_expression_raises[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_more_than_one_expression_raises[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_more_than_one_expression_raises[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-int-int-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-int-int-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-int-float-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-int-float-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-float-int-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-float-int-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-float-float-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-python-float-float-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-int-int-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-int-int-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-int-float-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-int-float-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-float-int-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-float-int-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-float-float-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[numexpr-pandas-float-float-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-int-int-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-int-int-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-int-float-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-int-float-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-float-int-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-float-int-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-float-float-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-python-float-float-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-int-int-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-int-int-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-int-float-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-int-float-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-float-int-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-float-int-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-float-float-and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_bool_ops_fails_on_scalars[python-pandas-float-float-or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_equals_various['x'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_equals_various[...] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_inf[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_inf[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_inf[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_inf[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_negate_lt_eq_le[numexpr-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_negate_lt_eq_le[numexpr-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_negate_lt_eq_le[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::test_negate_lt_eq_le[python-pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/computation/test_eval.py::TestValidate::test_validate_bool_args PASSED
> 
> ============== 511 passed, 4 skipped, 1 xfailed in 67.27 seconds ===============
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 27 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_is_one_of_factory PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_register_option PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_describe_option PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_case_insensitive PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_get_option PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_set_option PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_set_option_empty_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_set_option_uneven_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_set_option_invalid_single_argument_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_set_option_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_reset_option PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_reset_option_all PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_deprecate_option zounds!
> PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_config_prefix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_callback PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_set_ContextManager PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_attribute_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_option_context_scope PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_config.py::TestConfig::test_dictwrapper_getattr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_localization.py::test_can_set_locale_valid_set PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_localization.py::test_can_set_locale_invalid_set PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_localization.py::test_can_set_locale_invalid_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_localization.py::test_get_locales_at_least_one PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_localization.py::test_get_locales_prefix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/config/test_localization.py::test_set_locale PASSED
> 
> ========================== 27 passed in 0.33 seconds ===========================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 4889 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_invalid_dtype_error[Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_invalid_dtype_error[pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_invalid_dtype_error[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[float640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[object_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[dtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[float641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_pandas_dtype_valid[dtype7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_numpy_dtype[M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_numpy_dtype[m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_numpy_dtype[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_numpy_dtype[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_numpy_dtype[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_numpy_string_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_datetimetz_dtype[datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_datetimetz_dtype[datetime64[ns, Asia/Tokyo]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_datetimetz_dtype[datetime64[ns, UTC]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_period_dtype[period[D]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_period_dtype[period[3M]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_period_dtype[period[U]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_period_dtype[Period[D]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_period_dtype[Period[3M]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::TestPandasDtype::test_period_dtype[Period[U]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime_tz-datetime64[ns, US/Eastern]-datetime_tz-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime_tz-datetime64[ns, US/Eastern]-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime_tz-datetime64[ns, US/Eastern]-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime_tz-datetime64[ns, US/Eastern]-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime_tz-datetime64[ns, US/Eastern]-integer-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime_tz-datetime64[ns, US/Eastern]-float-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime_tz-datetime64[ns, US/Eastern]-object-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime_tz-datetime64[ns, US/Eastern]-category-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-datetime_tz-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-integer-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-float-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-object-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[datetime-datetime64[ns]-category-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-datetime_tz-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-integer-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-float-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-object-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[timedelta-timedelta64[ns]-category-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-datetime_tz-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-integer-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-float-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-object-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[period-period[D]-category-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-datetime_tz-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-integer-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-float-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-object-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[integer-int64-category-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-datetime_tz-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-integer-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-float-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-object-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[float-float64-category-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-datetime_tz-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-integer-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-float-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-object-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[object-object-category-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-datetime_tz-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-datetime-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-timedelta-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-period-period[D]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-integer-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-float-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-object-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal[category-category-category-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal_strict[int8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal_strict[int16-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal_strict[int32-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal_strict[float32-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal_strict[dtype14-dtype24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal_strict[dtype15-dtype25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_dtype_equal_strict[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_any_int_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_bool_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_categorical_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_complex_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_datetime64_any_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_datetime64_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_datetime64_ns_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_datetime64tz_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_datetime_or_timedelta_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_extension_array_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_float_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_int64_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_integer_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_interval_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_numeric_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_object_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_period_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_signed_integer_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_string_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_string_like_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_timedelta64_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_timedelta64_ns_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_unsigned_integer_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_sparse[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_sparse[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_scipy_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetimetz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_period_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetime64_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetime64tz_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_timedelta64_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_period_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_interval_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_string_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_period_arraylike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetime_arraylike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[uint80] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[uint160] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[uint320] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[uint640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[int80] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[int160] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[int320] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[int640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[uint81] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[uint161] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[uint321] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[uint641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[int81] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[int161] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[int321] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[int641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[UInt8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[UInt16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[UInt32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[UInt64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[Int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[Int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[Int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_integer_dtype[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_integer_dtype[str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_integer_dtype[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_integer_dtype[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_integer_dtype[timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_integer_dtype[dtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_integer_dtype[dtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_integer_dtype[dtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[int80] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[int160] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[int320] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[int640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[int81] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[int161] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[int321] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[int641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[Int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[Int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[Int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_signed_integer_dtype[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[dtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[dtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[dtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[uint80] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[uint160] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[uint320] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[uint640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[uint81] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[uint161] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[uint321] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[uint641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[UInt8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[UInt16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[UInt32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[UInt64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_signed_integer_dtype[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[uint80] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[uint160] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[uint320] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[uint640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[uint81] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[uint161] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[uint321] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[uint641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[UInt8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[UInt16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[UInt32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[UInt64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_unsigned_integer_dtype[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[dtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[dtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[dtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[int80] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[int160] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[int320] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[int640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[int81] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[int161] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[int321] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[int641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[Int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[Int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[Int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_unsigned_integer_dtype[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_int64_dtype[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_int64_dtype[dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_int64_dtype[Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_int64_dtype[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_int64_dtype[str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_int64_dtype[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_int64_dtype[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_int64_dtype[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_int64_dtype[dtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_int64_dtype[dtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_int64_dtype[dtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_int64_dtype[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_int64_dtype[Int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_not_int64_dtype[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetime64_any_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetime64_ns_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_timedelta64_ns_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetime_or_timedelta_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_numeric_v_string_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_datetimelike_v_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_needs_i8_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_numeric_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_string_like_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_float_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_bool_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_extension_type[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_extension_type[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_complex_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test_is_offsetlike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[int-result0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[int32-result1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[float-result2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[float64-result3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param4-result4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[str-result5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param6-result6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param7-result7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param8-result8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param9-result9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[category-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param11-result11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param12-result12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param13-result13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param14-result14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param15-result15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param16-result16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param17-result17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param18-result18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[<M8[ns]-result19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[datetime64[ns, Europe/London]-result20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param21-result21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[period[D]-result22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype[input_param23-result23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[None-Cannot deduce dtype from null object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[1-data type not understood] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[1.2-data type not understood] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[random string-data type 'random string' not understood] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__get_dtype_fails[input_param4-data type not understood] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[int-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[int32-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[float-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[float64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param4-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[str-str_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param6-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param7-object_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param9-object_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[category-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param11-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param12-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param13-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param14-CategoricalDtypeType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param15-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param16-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[<M8[ns]-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param18-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param19-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[datetime64[ns, Europe/London]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param21-Period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[period[D]-Period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param23-Interval] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[None-NoneType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[1-NoneType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[1.2-NoneType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type[input_param27-NoneType] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_common.py::test__is_dtype_type_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Index-to_concat8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds[Series-to_concat8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds_period[to_concat0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds_period[to_concat1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds_period[to_concat2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_concat.py::test_get_dtype_kinds_period[to_concat3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_hash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_equality_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_numpy_informed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_hash_vs_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_construction_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_constructor_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_from_values_or_dtype[None-None-None-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_from_values_or_dtype[None-categories1-True-None-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_from_values_or_dtype[values2-None-None-dtype2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_from_values_or_dtype[values3-categories3-False-None-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_from_values_or_dtype_raises[None-categories0-True-dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_from_values_or_dtype_raises[None-categories1-None-dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_from_values_or_dtype_raises[None-None-True-dtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_is_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_tuple_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_is_boolean[categories0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_is_boolean[categories1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_is_boolean[categories2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_is_boolean[categories3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_hash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_equality_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_numpy_informed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_alias_to_unit_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_alias_to_unit_bad_alias_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_hash_vs_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_subclass PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_construction_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_construct_from_string_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_is_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_parser[M8-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_parser[M8-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_parser[datetime64-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_parser[datetime64-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_tz_standardize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_hash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_equality_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_numpy_informed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_hash_vs_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_subclass PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_identity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_construction_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_is_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_not_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_hash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_numpy_informed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_hash_vs_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction[interval[int64]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction[Interval[int64]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction[subtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_generic[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_generic[interval] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_generic[Interval] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_not_supported[subtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_not_supported[subtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_not_supported[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_not_supported[str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_not_supported[<U10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_not_supported[interval[category]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_not_supported[interval[object]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_errors[xx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_errors[IntervalA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_errors[Interval[foo]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_errors[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_errors[3.14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_errors[string2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_errors[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_error_subtype[foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_error_subtype[foo[int64]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_from_string_error_subtype[IntervalA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_subclass PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_is_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[interval] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[Interval] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_equality_generic[subtype9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr[complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr[timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr[subtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr_generic[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr_generic[interval] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_name_repr_generic[Interval] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_basic_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_caching PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[True-categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[True-categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[True-categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[True-categories3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[True-categories4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[False-categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[False-categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[False-categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[False-categories3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[False-categories4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[None-categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[None-categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[None-categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[None-categories3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_basic[None-categories4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_order_matters PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_unordered_same[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_unordered_same[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_equal_but_different[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_equal_but_different[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_equal_but_different[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_order_hashes_different[v10-v20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_order_hashes_different[v11-v21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_nan_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_non_unique_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_same_categories_different_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[True-category-categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[True-category-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[True-not a category-categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[True-not a category-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[False-category-categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[False-category-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[False-not a category-categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[False-not a category-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[None-category-categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[None-category-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[None-not a category-categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_equality_strings[None-not a category-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_invalid_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_from_categorical_dtype_identity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_from_categorical_dtype_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_from_categorical_dtype_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_from_categorical_dtype_both PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_str_vs_repr[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_str_vs_repr[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_str_vs_repr[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_categorical_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-True-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-True-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-True-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-False-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-False-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-False-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-None-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-None-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-None-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-new_ordered3-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-new_ordered3-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-new_ordered3-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[True-new_ordered3-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-True-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-True-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-True-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-False-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-False-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-False-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-None-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-None-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-None-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-new_ordered3-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-new_ordered3-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-new_ordered3-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[False-new_ordered3-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-True-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-True-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-True-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-False-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-False-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-False-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-None-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-None-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-None-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-new_ordered3-new_categories0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-new_ordered3-new_categories1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-new_ordered3-new_categories2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype[None-new_ordered3-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype_string[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype_string[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype_string[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype_errors[foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype_errors[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype_errors[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_update_dtype_errors[bad_dtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_ordered_none_default_deprecated[ordered0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_ordered_none_default_deprecated[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_ordered_none_default_deprecated[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_ordered_none_default_deprecated[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_pickle_ordered_from_sentinel[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_pickle_ordered_from_sentinel[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_pickle_ordered_from_sentinel[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtypeParametrized::test_pickle_ordered_from_sentinel[ordered3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_registry[CategoricalDtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_registry[IntervalDtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_registry[DatetimeTZDtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_registry[PeriodDtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_registry_find[int64-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_registry_find[interval-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_registry_find[interval[int64]-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_registry_find[interval[datetime64[ns]]-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_registry_find[period[D]-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_registry_find[category-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_registry_find[datetime64[ns, US/Eastern]-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_bool_dtype[str-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_bool_dtype[int-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_bool_dtype[bool-True0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_bool_dtype[bool-True1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_bool_dtype[dtype4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_bool_dtype[dtype5-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_bool_dtype[dtype6-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_bool_dtype[dtype7-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_bool_dtype[dtype8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_bool_dtype[dtype9-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_bool_dtype_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_categorical_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_datetime64tz_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_period_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_datetime64_ns_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_datetime64_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_interval_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_datetime64_any_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_string_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_bool_dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_generic.py::TestABCClasses::test_abc_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_generic.py::test_setattr_warnings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[list-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[tuple-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[dict-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[set-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[frozenset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[frozenset-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[iterator] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[iterator-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[generator] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[generator-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[Series-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[StringMethods] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[StringMethods-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[Index-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[DataFrame-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[ndarray-1d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[ndarray-1d-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[ndarray-2d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[ndarray-2d-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[ndarray-3d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[ndarray-3d-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[ndarray-4d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[ndarray-4d-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[ndarray-0d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[bytes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[bytes-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[string] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[string-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[string-type] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[NaN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[list-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[tuple-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[dict-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[set-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[frozenset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[frozenset-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[iterator] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[iterator-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[generator] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[generator-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[Series-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[StringMethods] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[StringMethods-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[Index-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[DataFrame-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[ndarray-1d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[ndarray-1d-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[ndarray-2d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[ndarray-2d-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[ndarray-3d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[ndarray-3d-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[ndarray-4d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[ndarray-4d-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[ndarray-0d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[bytes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[bytes-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[string] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[string-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[string-type] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[NaN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_list_like_disallow_sets[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_sequence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_array_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[list-inner9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[Series-inner9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[outer2-inner9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_passes[tuple-inner9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[abc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_nested_list_like_fails[obj10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_passes[ll0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_passes[ll1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_passes[ll2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_passes[ll3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[ll2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[ll3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[ll4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[ll5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[defaultdict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_fails[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_duck_type[True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_duck_type[True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_duck_type[True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_duck_type[True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_duck_type[False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_duck_type[False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_duck_type[False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_dict_like_duck_type[False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_file_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_names_tuple_passes[ll0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_names_tuple_fails[ll0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_names_tuple_fails[a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_names_tuple_fails[ll2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_hashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_re_passes[ad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_re_fails[x] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_re_fails[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_re_fails[3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_re_fails[ll3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_passes[a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_passes[x] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_passes[asdf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_passes[adsf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_passes[\\u2233\\s*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_passes[] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_fails[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_fails[ll1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_recompilable_fails[ll2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_infer_dtype_bytes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_isinf_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_maybe_convert_numeric_infinities PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_maybe_convert_numeric_post_floatify_nan[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_maybe_convert_numeric_post_floatify_nan[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_infs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_scientific_no_exponent PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_non_hashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[True-arr0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[True-arr1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[True-arr2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[True-arr3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[False-arr0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[False-arr1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[False-arr2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan[False-arr3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan_values[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_uint64_nan_values[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[True-case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[True-case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[True-case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[True-case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[True-case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[True-case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[False-case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[False-case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[False-case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[False-case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[False-case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_numeric_int64_uint64[False-case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_int_overflow[-9223372036854775809] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_convert_int_overflow[18446744073709551616] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_maybe_convert_objects_uint64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestInference::test_mixed_dtypes_remain_object_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[string] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[bytes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[empty0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[empty1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[mixed-integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[floating] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[mixed-integer-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[decimal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[boolean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[time] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_inferred_dtype_fixture[interval] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_length_zero[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_length_zero[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_integers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_deprecation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_bools PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_floats PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_decimals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_complex[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_complex[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_object_empty[Series-float-nan-False-floating] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_object_empty[Series-float-nan-True-floating] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_object_empty[Series-object-nan-False-floating] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_object_empty[Series-object-nan-True-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_object_empty[Series-object-None-False-mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_object_empty[Series-object-None-True-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_object_empty[box1-float-nan-False-floating] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_object_empty[box1-float-nan-True-floating] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_object_empty[box1-object-nan-False-floating] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_object_empty[box1-object-nan-True-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_object_empty[box1-object-None-False-mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_object_empty[box1-object-None-True-empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_dtype_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_dtype_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_dtype_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_datetime[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_datetime[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_datetime[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_datetime[data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_datetime[data4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_datetime[data5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_timedelta[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_timedelta[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_timedelta[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_timedelta[data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_date PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_mixed[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_mixed[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_mixed[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_mixed[data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_mixed[data4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_mixed[data5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_mixed[data6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first0-mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first1-mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first2-nat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first3-datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first4-datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first5-date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first6-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[None-first7-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first0-mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first1-mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first2-nat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first3-datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first4-datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first5-date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first6-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_datetimelike_array_nan_nat_like[nan-first7-timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_infer_dtype_all_nan_nat_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_is_datetimelike_array_all_nan_nat_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_datetime_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_datetime64_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_bool_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_timedelta_or_timedelta64_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_date_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_time_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_interval_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_other_dtypes_for_array[is_period_array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_date PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_is_numeric_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_is_string_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_to_object_array_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_to_object_array_width PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_is_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestTypeInference::test_interval PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestNumberScalar::test_is_number PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestNumberScalar::test_is_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestNumberScalar::test_is_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestNumberScalar::test_is_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestNumberScalar::test_is_datetime_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestNumberScalar::test_is_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::test_is_scalar_builtin_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::test_is_scalar_builtin_nonscalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::test_is_scalar_numpy_array_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::test_is_scalar_numpy_zerodim_arrays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::test_is_scalar_numpy_arrays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::test_is_scalar_pandas_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::TestIsScalar::test_is_scalar_pandas_containers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_datetimeindex_from_empty_datetime64_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_nan_to_nat_conversions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[bsr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[coo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[csc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[csr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[dia] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[dok] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_is_scipy_sparse[lil] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_ensure_int32 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_inference.py::test_ensure_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_notna_notnull[notna0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_notna_notnull[notna1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_0d_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_empty_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_isnull[isna0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_isnull[isna1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_lists PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_numpy_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_complex[value0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_complex[1.0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_complex[value2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_complex[value3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_complex[value4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_datetime_other_units PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_timedelta_other_units PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestIsNA::test_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_array_equivalent PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_array_equivalent_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_array_equivalent_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[dtype0-na_value0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[dtype1-na_value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[dtype2-na_value2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[dtype3-na_value3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[u1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[u2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[u4-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[u8-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[i1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[i2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[i4-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[i8-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[bool-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[f2-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[f4-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[f8-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[O-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::test_na_value_for_dtype[dtype17-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestNAObj::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestNAObj::test_non_obj_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestNAObj::test_empty_arr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestNAObj::test_empty_str_inp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestNAObj::test_empty_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestLibMissing::test_checknull PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/test_missing.py::TestLibMissing::test_is_null_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_from_scalar.py::test_cast_1d_array_like_from_scalar_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_ndarray.py::test_construct_1d_ndarray_preserving_na[values0-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_ndarray.py::test_construct_1d_ndarray_preserving_na[values1-None-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_ndarray.py::test_construct_1d_ndarray_preserving_na[values2-None-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_ndarray.py::test_construct_1d_ndarray_preserving_na[values3-dtype3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_ndarray.py::test_construct_1d_ndarray_preserving_na[values4-dtype4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[8-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[8-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[8-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[8-datum13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[8-datum14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[8-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[9.0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[9.0-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[9.0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[9.0-datum13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[9.0-datum14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[9.0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[10-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[10-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[10-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[10-datum13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[10-datum14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[10-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[datum23-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[datum23-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[datum23-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[datum23-datum13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[datum23-datum14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[datum23-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[datum24-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[datum24-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[datum24-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[datum24-datum13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[datum24-datum14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[datum24-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[None-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[None-datum13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[None-datum14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array_invalid_scalar[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array_invalid_scalar[2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_construct_object_arr.py::test_cast_1d_array_invalid_scalar[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_convert_objects.py::test_maybe_convert_objects_copy[True-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_convert_objects.py::test_maybe_convert_objects_copy[True-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_convert_objects.py::test_maybe_convert_objects_copy[False-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_convert_objects.py::test_maybe_convert_objects_copy[False-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast[arr0-infer-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast[arr1-infer-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast[arr2-infer-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_booleans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_no_nan[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_no_nan[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_no_nan[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_no_nan[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_no_nan[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_no_nan[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_no_nan[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_no_nan[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_no_nan[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_no_nan[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_no_nan[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_no_nan[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_nan[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_nan[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_nan[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_empty[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_empty[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_empty[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_empty[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_empty[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_empty[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_empty[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_empty[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_empty[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_empty[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_empty[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_downcast_conversion_empty[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_datetime_likes_nan[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_datetime_likes_nan[timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_datetime_with_timezone[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_downcast.py::test_datetime_with_timezone[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes1-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes2-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes3-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes4-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes5-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes6-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes7-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes8-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes9-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes10-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes11-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes12-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes13-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes14-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes15-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes16-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes17-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes18-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes19-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes20-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes21-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes22-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes23-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes24-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes25-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes26-expected_common_dtype26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes27-expected_common_dtype27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes28-expected_common_dtype28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes29-expected_common_dtype29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes30-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_numpy_dtypes[source_dtypes31-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_raises_empty_input PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_categorical_dtype[dtypes0-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_categorical_dtype[dtypes1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_categorical_dtype[dtypes2-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_datetimetz_dtype_match PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_datetimetz_dtype_mismatch[dtype20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_datetimetz_dtype_mismatch[dtype21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_datetimetz_dtype_mismatch[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_datetimetz_dtype_mismatch[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_period_dtype_match PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_period_dtype_mismatch[dtype20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_period_dtype_mismatch[dtype21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_period_dtype_mismatch[dtype22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_period_dtype_mismatch[dtype23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_period_dtype_mismatch[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_find_common_type.py::test_period_dtype_mismatch[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_datetimelike.py::test_maybe_infer_to_datetimelike_df_construct[data0-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_datetimelike.py::test_maybe_infer_to_datetimelike_df_construct[data1-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_datetimelike.py::test_maybe_infer_to_datetimelike_ser_construct PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_int_scalar[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_int_scalar[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_int_scalar[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_int_scalar[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_int_scalar[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_int_scalar[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_int_scalar[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_int_scalar[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_int_scalar[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_float_scalar[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_float_scalar[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_float_scalar[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_python_scalar[12-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_python_scalar[12.0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_boolean[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_boolean[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_complex[complex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_complex[complex64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_complex[complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_datetime[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_datetime[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_datetime[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_timedelta[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_timedelta[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_timedelta[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_period[True-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_period[True-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_period[False-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_period[False-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_misc[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_misc[foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_misc[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_from_scalar_tz[True-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_from_scalar_tz[True-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_from_scalar_tz[True-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_from_scalar_tz[False-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_from_scalar_tz[False-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_from_scalar_tz[False-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_scalar_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[foo-object_-False0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[foo-object_-False1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[1-int64-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[1.5-float64-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr4-int64-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr5-int64-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr6-object_-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr7-float64-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr8-object_-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr9-int64-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr10-category-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr11-category-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr12-object_-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr13-expected13-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr14-expected14-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr15-datetime64[ns, US/Eastern]-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr16-float64-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr17-object_-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_infer_dtype_from_array[arr18-datetime64[ns, US/Eastern]-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_cast_scalar_to_array[1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_cast_scalar_to_array[1.1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_cast_scalar_to_array[obj2-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_cast_scalar_to_array[obj3-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_infer_dtype.py::test_cast_scalar_to_array[obj4-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint8-float-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint8-float-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint8-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint8-float32-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint8-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint8-float64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint16-float-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint16-float-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint16-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint16-float32-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint16-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint16-float64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint32-float-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint32-float-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint32-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint32-float32-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint32-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint32-float64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint64-float-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint64-float-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint64-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint64-float32-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint64-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[uint64-float64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int-float-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int-float-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int-float32-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int-float64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int8-float-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int8-float-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int8-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int8-float32-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int8-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int8-float64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int16-float-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int16-float-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int16-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int16-float32-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int16-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int16-float64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int32-float-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int32-float-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int32-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int32-float32-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int32-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int32-float64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int64-float-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int64-float-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int64-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int64-float32-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int64-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_int_with_float[int64-float64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-uint8-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-uint16-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-uint16-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-uint32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-uint32-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-uint64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-int-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-int-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-int8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-int8-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-int16-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-int16-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-int32-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-int64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float-int64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-uint8-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-uint16-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-uint16-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-uint32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-uint32-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-uint64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-int-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-int-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-int8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-int8-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-int16-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-int16-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-int32-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-int64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float32-int64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-uint8-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-uint16-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-uint16-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-uint32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-uint32-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-uint64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-int-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-int-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-int8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-int8-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-int16-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-int16-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-int32-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-int64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_int[float64-int64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_float_with_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[bool-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[bool-True-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[bool-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[uint8-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[uint8-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[uint8-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[int32-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[int32-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[int32-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[uint64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[uint64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[uint64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[float32-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[float32-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[float32-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[float64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[float64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[float64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[complex64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[complex64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[complex64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[complex128-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[complex128-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[complex128-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[M8[ns]-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[M8[ns]-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[M8[ns]-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[m8[ns]-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[m8[ns]-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[m8[ns]-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[str-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[str-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[str-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[bytes-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[bytes-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[bytes-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[object-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[object-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bool_with_any[object-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[bool-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[bool-True-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[bool-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[uint8-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[uint8-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[uint8-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[int32-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[int32-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[int32-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[uint64-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[uint64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[uint64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[float32-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[float32-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[float32-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[float64-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[float64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[float64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[complex64-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[complex64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[complex64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[complex128-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[complex128-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[complex128-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[M8[ns]-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[M8[ns]-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[M8[ns]-False-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[m8[ns]-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[m8[ns]-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[m8[ns]-False-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[str-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[str-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[str-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[bytes-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[bytes-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[bytes-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[object-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[object-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bool[object-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_bytes_with_any PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_bytes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetime64_with_any PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-datetime64[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-datetime64[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-datetime64[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-datetime64[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-datetime64[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-datetime64[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-datetime64[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-datetime64[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-M8[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-M8[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-M8[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-M8[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-M8[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-M8[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-M8[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bool-M8[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-datetime64[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-datetime64[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-datetime64[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-datetime64[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-datetime64[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-datetime64[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-datetime64[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-datetime64[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-M8[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-M8[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-M8[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-M8[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-M8[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-M8[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-M8[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint8-M8[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-datetime64[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-datetime64[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-datetime64[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-datetime64[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-datetime64[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-datetime64[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-datetime64[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-datetime64[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-M8[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-M8[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-M8[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-M8[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-M8[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-M8[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-M8[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[int32-M8[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-datetime64[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-datetime64[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-datetime64[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-datetime64[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-datetime64[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-datetime64[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-datetime64[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-datetime64[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-M8[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-M8[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-M8[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-M8[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-M8[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-M8[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-M8[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[uint64-M8[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-datetime64[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-datetime64[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-datetime64[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-datetime64[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-datetime64[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-datetime64[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-datetime64[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-datetime64[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-M8[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-M8[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-M8[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-M8[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-M8[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-M8[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-M8[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float32-M8[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-datetime64[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-datetime64[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-datetime64[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-datetime64[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-datetime64[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-datetime64[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-datetime64[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-datetime64[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-M8[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-M8[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-M8[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-M8[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-M8[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-M8[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-M8[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[float64-M8[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-datetime64[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-datetime64[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-datetime64[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-datetime64[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-datetime64[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-datetime64[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-datetime64[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-datetime64[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-M8[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-M8[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-M8[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-M8[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-M8[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-M8[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-M8[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex64-M8[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-datetime64[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-datetime64[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-datetime64[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-datetime64[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-datetime64[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-datetime64[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-datetime64[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-datetime64[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-M8[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-M8[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-M8[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-M8[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-M8[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-M8[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-M8[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[complex128-M8[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-datetime64[ns]-pd.Timestamp-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-datetime64[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-datetime64[ns]-np.datetime64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-datetime64[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-datetime64[ns]-datetime.datetime-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-datetime64[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-datetime64[ns]-datetime.date-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-datetime64[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-M8[ns]-pd.Timestamp-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-M8[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-M8[ns]-np.datetime64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-M8[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-M8[ns]-datetime.datetime-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-M8[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-M8[ns]-datetime.date-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-M8[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-datetime64[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-datetime64[ns]-pd.Timestamp-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-datetime64[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-datetime64[ns]-np.datetime64-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-datetime64[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-datetime64[ns]-datetime.datetime-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-datetime64[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-datetime64[ns]-datetime.date-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-M8[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-M8[ns]-pd.Timestamp-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-M8[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-M8[ns]-np.datetime64-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-M8[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-M8[ns]-datetime.datetime-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-M8[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[m8[ns]-M8[ns]-datetime.date-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-datetime64[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-datetime64[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-datetime64[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-datetime64[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-datetime64[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-datetime64[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-datetime64[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-datetime64[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-M8[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-M8[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-M8[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-M8[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-M8[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-M8[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-M8[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[str-M8[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-datetime64[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-datetime64[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-datetime64[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-datetime64[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-datetime64[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-datetime64[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-datetime64[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-datetime64[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-M8[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-M8[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-M8[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-M8[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-M8[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-M8[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-M8[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[bytes-M8[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-datetime64[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-datetime64[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-datetime64[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-datetime64[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-datetime64[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-datetime64[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-datetime64[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-datetime64[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-M8[ns]-pd.Timestamp-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-M8[ns]-pd.Timestamp-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-M8[ns]-np.datetime64-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-M8[ns]-np.datetime64-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-M8[ns]-datetime.datetime-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-M8[ns]-datetime.datetime-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-M8[ns]-datetime.date-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[object-M8[ns]-datetime.date-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['UTC'-bool-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['UTC'-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['UTC'-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['UTC'-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['UTC'-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['UTC'-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['UTC'-complex64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['UTC'-complex128-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['UTC'-M8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['UTC'-m8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['UTC'-str-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['UTC'-bytes-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['UTC'-object-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['US/Eastern'-bool-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['US/Eastern'-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['US/Eastern'-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['US/Eastern'-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['US/Eastern'-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['US/Eastern'-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['US/Eastern'-complex64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['US/Eastern'-complex128-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['US/Eastern'-M8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['US/Eastern'-m8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['US/Eastern'-str-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['US/Eastern'-bytes-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['US/Eastern'-object-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['Asia/Tokyo'-bool-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['Asia/Tokyo'-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['Asia/Tokyo'-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['Asia/Tokyo'-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['Asia/Tokyo'-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['Asia/Tokyo'-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['Asia/Tokyo'-complex64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['Asia/Tokyo'-complex128-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['Asia/Tokyo'-M8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['Asia/Tokyo'-m8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['Asia/Tokyo'-str-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['Asia/Tokyo'-bytes-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['Asia/Tokyo'-object-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/US/Pacific'-bool-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/US/Pacific'-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/US/Pacific'-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/US/Pacific'-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/US/Pacific'-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/US/Pacific'-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/US/Pacific'-complex64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/US/Pacific'-complex128-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/US/Pacific'-M8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/US/Pacific'-m8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/US/Pacific'-str-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/US/Pacific'-bytes-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/US/Pacific'-object-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/Asia/Singapore'-bool-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/Asia/Singapore'-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/Asia/Singapore'-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/Asia/Singapore'-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/Asia/Singapore'-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/Asia/Singapore'-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/Asia/Singapore'-complex64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/Asia/Singapore'-complex128-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/Asia/Singapore'-M8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/Asia/Singapore'-m8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/Asia/Singapore'-str-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/Asia/Singapore'-bytes-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype['dateutil/Asia/Singapore'-object-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzutc()-bool-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzutc()-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzutc()-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzutc()-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzutc()-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzutc()-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzutc()-complex64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzutc()-complex128-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzutc()-M8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzutc()-m8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzutc()-str-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzutc()-bytes-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzutc()-object-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzlocal()-bool-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzlocal()-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzlocal()-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzlocal()-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzlocal()-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzlocal()-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzlocal()-complex64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzlocal()-complex128-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzlocal()-M8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzlocal()-m8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzlocal()-str-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzlocal()-bytes-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[tzlocal()-object-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(300)-bool-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(300)-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(300)-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(300)-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(300)-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(300)-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(300)-complex64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(300)-complex128-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(300)-M8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(300)-m8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(300)-str-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(300)-bytes-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(300)-object-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[<UTC>-bool-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[<UTC>-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[<UTC>-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[<UTC>-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[<UTC>-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[<UTC>-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[<UTC>-complex64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[<UTC>-complex128-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[<UTC>-M8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[<UTC>-m8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[<UTC>-str-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[<UTC>-bytes-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[<UTC>-object-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(-300)-bool-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(-300)-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(-300)-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(-300)-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(-300)-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(-300)-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(-300)-complex64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(-300)-complex128-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(-300)-M8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(-300)-m8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(-300)-str-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(-300)-bytes-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[pytz.FixedOffset(-300)-object-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone.utc-bool-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone.utc-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone.utc-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone.utc-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone.utc-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone.utc-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone.utc-complex64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone.utc-complex128-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone.utc-M8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone.utc-m8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone.utc-str-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone.utc-bytes-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone.utc-object-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-bool-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-complex64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-complex128-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-M8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-m8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-str-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-bytes-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-object-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-bool-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-uint8-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-int32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-uint64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-float32-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-float64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-complex64-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-complex128-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-M8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-m8[ns]-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-str-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-bytes-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_any_numpy_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-object-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-'UTC'-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-'UTC'-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-'US/Eastern'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-'US/Eastern'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-'Asia/Tokyo'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-'Asia/Tokyo'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-'dateutil/US/Pacific'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-'dateutil/US/Pacific'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-'dateutil/Asia/Singapore'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-'dateutil/Asia/Singapore'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-tzutc()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-tzutc()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-tzlocal()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-tzlocal()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-pytz.FixedOffset(300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-pytz.FixedOffset(300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-<UTC>-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-<UTC>-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-pytz.FixedOffset(-300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-pytz.FixedOffset(-300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-datetime.timezone.utc-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-datetime.timezone.utc-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-datetime.timezone(datetime.timedelta(seconds=3600))-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-datetime.timezone(datetime.timedelta(seconds=3600))-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['UTC'-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-'UTC'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-'UTC'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-'US/Eastern'-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-'US/Eastern'-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-'Asia/Tokyo'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-'Asia/Tokyo'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-'dateutil/US/Pacific'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-'dateutil/US/Pacific'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-'dateutil/Asia/Singapore'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-'dateutil/Asia/Singapore'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-tzutc()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-tzutc()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-tzlocal()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-tzlocal()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-pytz.FixedOffset(300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-pytz.FixedOffset(300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-<UTC>-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-<UTC>-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-pytz.FixedOffset(-300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-pytz.FixedOffset(-300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-datetime.timezone.utc-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-datetime.timezone.utc-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-datetime.timezone(datetime.timedelta(seconds=3600))-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-datetime.timezone(datetime.timedelta(seconds=3600))-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['US/Eastern'-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-'UTC'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-'UTC'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-'US/Eastern'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-'US/Eastern'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-'Asia/Tokyo'-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-'Asia/Tokyo'-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-'dateutil/US/Pacific'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-'dateutil/US/Pacific'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-'dateutil/Asia/Singapore'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-'dateutil/Asia/Singapore'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-tzutc()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-tzutc()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-tzlocal()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-tzlocal()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-pytz.FixedOffset(300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-pytz.FixedOffset(300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-<UTC>-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-<UTC>-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-pytz.FixedOffset(-300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-pytz.FixedOffset(-300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-datetime.timezone.utc-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-datetime.timezone.utc-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-datetime.timezone(datetime.timedelta(seconds=3600))-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-datetime.timezone(datetime.timedelta(seconds=3600))-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['Asia/Tokyo'-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-'UTC'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-'UTC'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-'US/Eastern'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-'US/Eastern'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-'Asia/Tokyo'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-'Asia/Tokyo'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-'dateutil/US/Pacific'-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-'dateutil/US/Pacific'-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-'dateutil/Asia/Singapore'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-'dateutil/Asia/Singapore'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-tzutc()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-tzutc()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-tzlocal()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-tzlocal()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-pytz.FixedOffset(300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-pytz.FixedOffset(300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-<UTC>-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-<UTC>-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-pytz.FixedOffset(-300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-pytz.FixedOffset(-300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-datetime.timezone.utc-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-datetime.timezone.utc-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-datetime.timezone(datetime.timedelta(seconds=3600))-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-datetime.timezone(datetime.timedelta(seconds=3600))-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/US/Pacific'-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-'UTC'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-'UTC'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-'US/Eastern'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-'US/Eastern'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-'Asia/Tokyo'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-'Asia/Tokyo'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-'dateutil/US/Pacific'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-'dateutil/US/Pacific'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-'dateutil/Asia/Singapore'-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-'dateutil/Asia/Singapore'-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-tzutc()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-tzutc()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-tzlocal()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-tzlocal()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-pytz.FixedOffset(300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-pytz.FixedOffset(300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-<UTC>-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-<UTC>-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-pytz.FixedOffset(-300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-pytz.FixedOffset(-300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-datetime.timezone.utc-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-datetime.timezone.utc-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-datetime.timezone(datetime.timedelta(seconds=3600))-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-datetime.timezone(datetime.timedelta(seconds=3600))-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz['dateutil/Asia/Singapore'-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-'UTC'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-'UTC'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-'US/Eastern'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-'US/Eastern'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-'Asia/Tokyo'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-'Asia/Tokyo'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-'dateutil/US/Pacific'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-'dateutil/US/Pacific'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-'dateutil/Asia/Singapore'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-'dateutil/Asia/Singapore'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-tzutc()-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-tzutc()-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-tzlocal()-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-tzlocal()-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-pytz.FixedOffset(300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-pytz.FixedOffset(300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-<UTC>-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-<UTC>-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-pytz.FixedOffset(-300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-pytz.FixedOffset(-300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-datetime.timezone.utc-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-datetime.timezone.utc-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-datetime.timezone(datetime.timedelta(seconds=3600))-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-datetime.timezone(datetime.timedelta(seconds=3600))-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzutc()-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-'UTC'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-'UTC'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-'US/Eastern'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-'US/Eastern'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-'Asia/Tokyo'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-'Asia/Tokyo'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-'dateutil/US/Pacific'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-'dateutil/US/Pacific'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-'dateutil/Asia/Singapore'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-'dateutil/Asia/Singapore'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-tzutc()-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-tzutc()-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-tzlocal()-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-tzlocal()-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-pytz.FixedOffset(300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-pytz.FixedOffset(300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-<UTC>-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-<UTC>-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-pytz.FixedOffset(-300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-pytz.FixedOffset(-300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-datetime.timezone.utc-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-datetime.timezone.utc-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-datetime.timezone(datetime.timedelta(seconds=3600))-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-datetime.timezone(datetime.timedelta(seconds=3600))-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[tzlocal()-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-'UTC'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-'UTC'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-'US/Eastern'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-'US/Eastern'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-'Asia/Tokyo'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-'Asia/Tokyo'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-'dateutil/US/Pacific'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-'dateutil/US/Pacific'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-'dateutil/Asia/Singapore'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-'dateutil/Asia/Singapore'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-tzutc()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-tzutc()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-tzlocal()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-tzlocal()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-pytz.FixedOffset(300)-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-pytz.FixedOffset(300)-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-<UTC>-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-<UTC>-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-pytz.FixedOffset(-300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-pytz.FixedOffset(-300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-datetime.timezone.utc-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-datetime.timezone.utc-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-datetime.timezone(datetime.timedelta(seconds=3600))-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-datetime.timezone(datetime.timedelta(seconds=3600))-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(300)-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-'UTC'-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-'UTC'-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-'US/Eastern'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-'US/Eastern'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-'Asia/Tokyo'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-'Asia/Tokyo'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-'dateutil/US/Pacific'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-'dateutil/US/Pacific'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-'dateutil/Asia/Singapore'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-'dateutil/Asia/Singapore'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-tzutc()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-tzutc()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-tzlocal()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-tzlocal()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-pytz.FixedOffset(300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-pytz.FixedOffset(300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-<UTC>-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-<UTC>-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-pytz.FixedOffset(-300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-pytz.FixedOffset(-300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-datetime.timezone.utc-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-datetime.timezone.utc-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-datetime.timezone(datetime.timedelta(seconds=3600))-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-datetime.timezone(datetime.timedelta(seconds=3600))-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[<UTC>-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-'UTC'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-'UTC'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-'US/Eastern'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-'US/Eastern'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-'Asia/Tokyo'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-'Asia/Tokyo'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-'dateutil/US/Pacific'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-'dateutil/US/Pacific'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-'dateutil/Asia/Singapore'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-'dateutil/Asia/Singapore'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-tzutc()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-tzutc()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-tzlocal()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-tzlocal()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-pytz.FixedOffset(300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-pytz.FixedOffset(300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-<UTC>-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-<UTC>-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-pytz.FixedOffset(-300)-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-pytz.FixedOffset(-300)-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-datetime.timezone.utc-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-datetime.timezone.utc-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-datetime.timezone(datetime.timedelta(seconds=3600))-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-datetime.timezone(datetime.timedelta(seconds=3600))-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[pytz.FixedOffset(-300)-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-'UTC'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-'UTC'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-'US/Eastern'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-'US/Eastern'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-'Asia/Tokyo'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-'Asia/Tokyo'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-'dateutil/US/Pacific'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-'dateutil/US/Pacific'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-'dateutil/Asia/Singapore'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-'dateutil/Asia/Singapore'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-tzutc()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-tzutc()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-tzlocal()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-tzlocal()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-pytz.FixedOffset(300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-pytz.FixedOffset(300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-<UTC>-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-<UTC>-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-pytz.FixedOffset(-300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-pytz.FixedOffset(-300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-datetime.timezone.utc-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-datetime.timezone.utc-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-datetime.timezone(datetime.timedelta(seconds=3600))-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-datetime.timezone(datetime.timedelta(seconds=3600))-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone.utc-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-'UTC'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-'UTC'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-'US/Eastern'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-'US/Eastern'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-'Asia/Tokyo'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-'Asia/Tokyo'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-'dateutil/US/Pacific'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-'dateutil/US/Pacific'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-'dateutil/Asia/Singapore'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-'dateutil/Asia/Singapore'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-tzutc()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-tzutc()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-tzlocal()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-tzlocal()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-pytz.FixedOffset(300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-pytz.FixedOffset(300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-<UTC>-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-<UTC>-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-pytz.FixedOffset(-300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-pytz.FixedOffset(-300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-datetime.timezone.utc-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-datetime.timezone.utc-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-datetime.timezone(datetime.timedelta(seconds=3600))-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-datetime.timezone(datetime.timedelta(seconds=3600))-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-'UTC'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-'UTC'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-'US/Eastern'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-'US/Eastern'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-'Asia/Tokyo'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-'Asia/Tokyo'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-'dateutil/US/Pacific'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-'dateutil/US/Pacific'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-'dateutil/Asia/Singapore'-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-'dateutil/Asia/Singapore'-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-tzutc()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-tzutc()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-tzlocal()-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-tzlocal()-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-pytz.FixedOffset(300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-pytz.FixedOffset(300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-<UTC>-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-<UTC>-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-pytz.FixedOffset(-300)-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-pytz.FixedOffset(-300)-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-datetime.timezone.utc-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-datetime.timezone.utc-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-datetime.timezone(datetime.timedelta(seconds=3600))-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-datetime.timezone(datetime.timedelta(seconds=3600))-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['UTC'-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['UTC'-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['UTC'-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['UTC'-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['US/Eastern'-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['US/Eastern'-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['US/Eastern'-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['US/Eastern'-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['Asia/Tokyo'-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['Asia/Tokyo'-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['Asia/Tokyo'-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['Asia/Tokyo'-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['dateutil/US/Pacific'-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['dateutil/US/Pacific'-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['dateutil/US/Pacific'-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['dateutil/US/Pacific'-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['dateutil/Asia/Singapore'-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['dateutil/Asia/Singapore'-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['dateutil/Asia/Singapore'-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na['dateutil/Asia/Singapore'-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[tzutc()-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[tzutc()-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[tzutc()-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[tzutc()-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[tzlocal()-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[tzlocal()-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[tzlocal()-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[tzlocal()-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[pytz.FixedOffset(300)-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[pytz.FixedOffset(300)-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[pytz.FixedOffset(300)-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[pytz.FixedOffset(300)-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[<UTC>-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[<UTC>-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[<UTC>-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[<UTC>-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[pytz.FixedOffset(-300)-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[pytz.FixedOffset(-300)-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[pytz.FixedOffset(-300)-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[pytz.FixedOffset(-300)-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[datetime.timezone.utc-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[datetime.timezone.utc-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[datetime.timezone.utc-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[datetime.timezone.utc-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[datetime.timezone(datetime.timedelta(seconds=3600))-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[datetime.timezone(datetime.timedelta(seconds=3600))-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[datetime.timezone(datetime.timedelta(seconds=3600))-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[datetime.timezone(datetime.timedelta(seconds=3600))-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_datetimetz_with_na[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'UTC'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'UTC'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'UTC'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'UTC'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'UTC'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'UTC'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'UTC'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'UTC'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'UTC'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'UTC'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'UTC'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'UTC'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'US/Eastern'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'US/Eastern'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'US/Eastern'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'US/Eastern'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'US/Eastern'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'US/Eastern'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'US/Eastern'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'US/Eastern'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'US/Eastern'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'US/Eastern'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'US/Eastern'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'US/Eastern'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'Asia/Tokyo'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'Asia/Tokyo'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'Asia/Tokyo'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'Asia/Tokyo'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'Asia/Tokyo'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'Asia/Tokyo'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'Asia/Tokyo'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'Asia/Tokyo'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'Asia/Tokyo'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'Asia/Tokyo'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'Asia/Tokyo'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'Asia/Tokyo'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/US/Pacific'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/US/Pacific'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/US/Pacific'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/US/Pacific'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/US/Pacific'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/US/Pacific'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/US/Pacific'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/US/Pacific'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/US/Pacific'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/US/Pacific'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/US/Pacific'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/US/Pacific'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/Asia/Singapore'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/Asia/Singapore'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/Asia/Singapore'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/Asia/Singapore'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/Asia/Singapore'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/Asia/Singapore'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/Asia/Singapore'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/Asia/Singapore'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/Asia/Singapore'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/Asia/Singapore'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/Asia/Singapore'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-'dateutil/Asia/Singapore'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzutc()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzutc()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzutc()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzutc()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzutc()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzutc()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzutc()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzutc()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzutc()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzutc()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzutc()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzutc()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzlocal()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzlocal()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzlocal()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzlocal()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzlocal()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzlocal()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzlocal()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzlocal()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzlocal()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzlocal()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzlocal()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-tzlocal()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-<UTC>-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-<UTC>-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-<UTC>-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-<UTC>-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-<UTC>-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-<UTC>-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-<UTC>-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-<UTC>-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-<UTC>-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-<UTC>-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-<UTC>-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-<UTC>-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(-300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(-300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(-300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(-300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(-300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(-300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(-300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(-300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(-300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(-300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(-300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-pytz.FixedOffset(-300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone.utc-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone.utc-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone.utc-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone.utc-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone.utc-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone.utc-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone.utc-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone.utc-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone.utc-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone.utc-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone.utc-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone.utc-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bool-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'UTC'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'UTC'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'UTC'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'UTC'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'UTC'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'UTC'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'UTC'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'UTC'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'UTC'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'UTC'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'UTC'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'UTC'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'US/Eastern'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'US/Eastern'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'US/Eastern'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'US/Eastern'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'US/Eastern'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'US/Eastern'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'US/Eastern'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'US/Eastern'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'US/Eastern'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'US/Eastern'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'US/Eastern'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'US/Eastern'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'Asia/Tokyo'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'Asia/Tokyo'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'Asia/Tokyo'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'Asia/Tokyo'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'Asia/Tokyo'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'Asia/Tokyo'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'Asia/Tokyo'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'Asia/Tokyo'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'Asia/Tokyo'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'Asia/Tokyo'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'Asia/Tokyo'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'Asia/Tokyo'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/US/Pacific'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/US/Pacific'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/US/Pacific'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/US/Pacific'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/US/Pacific'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/US/Pacific'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/US/Pacific'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/US/Pacific'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/US/Pacific'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/US/Pacific'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/US/Pacific'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/US/Pacific'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/Asia/Singapore'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/Asia/Singapore'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/Asia/Singapore'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/Asia/Singapore'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/Asia/Singapore'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/Asia/Singapore'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/Asia/Singapore'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/Asia/Singapore'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/Asia/Singapore'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/Asia/Singapore'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/Asia/Singapore'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-'dateutil/Asia/Singapore'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzutc()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzutc()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzutc()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzutc()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzutc()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzutc()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzutc()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzutc()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzutc()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzutc()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzutc()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzutc()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzlocal()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzlocal()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzlocal()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzlocal()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzlocal()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzlocal()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzlocal()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzlocal()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzlocal()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzlocal()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzlocal()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-tzlocal()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-<UTC>-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-<UTC>-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-<UTC>-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-<UTC>-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-<UTC>-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-<UTC>-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-<UTC>-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-<UTC>-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-<UTC>-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-<UTC>-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-<UTC>-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-<UTC>-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(-300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(-300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(-300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(-300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(-300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(-300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(-300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(-300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(-300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(-300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(-300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-pytz.FixedOffset(-300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone.utc-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone.utc-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone.utc-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone.utc-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone.utc-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone.utc-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone.utc-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone.utc-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone.utc-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone.utc-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone.utc-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone.utc-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint8-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'UTC'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'UTC'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'UTC'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'UTC'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'UTC'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'UTC'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'UTC'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'UTC'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'UTC'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'UTC'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'UTC'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'UTC'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'US/Eastern'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'US/Eastern'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'US/Eastern'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'US/Eastern'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'US/Eastern'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'US/Eastern'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'US/Eastern'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'US/Eastern'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'US/Eastern'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'US/Eastern'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'US/Eastern'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'US/Eastern'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'Asia/Tokyo'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'Asia/Tokyo'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'Asia/Tokyo'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'Asia/Tokyo'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'Asia/Tokyo'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'Asia/Tokyo'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'Asia/Tokyo'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'Asia/Tokyo'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'Asia/Tokyo'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'Asia/Tokyo'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'Asia/Tokyo'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'Asia/Tokyo'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/US/Pacific'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/US/Pacific'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/US/Pacific'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/US/Pacific'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/US/Pacific'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/US/Pacific'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/US/Pacific'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/US/Pacific'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/US/Pacific'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/US/Pacific'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/US/Pacific'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/US/Pacific'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/Asia/Singapore'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/Asia/Singapore'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/Asia/Singapore'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/Asia/Singapore'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/Asia/Singapore'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/Asia/Singapore'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/Asia/Singapore'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/Asia/Singapore'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/Asia/Singapore'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/Asia/Singapore'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/Asia/Singapore'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-'dateutil/Asia/Singapore'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzutc()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzutc()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzutc()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzutc()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzutc()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzutc()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzutc()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzutc()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzutc()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzutc()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzutc()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzutc()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzlocal()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzlocal()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzlocal()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzlocal()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzlocal()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzlocal()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzlocal()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzlocal()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzlocal()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzlocal()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzlocal()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-tzlocal()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-<UTC>-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-<UTC>-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-<UTC>-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-<UTC>-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-<UTC>-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-<UTC>-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-<UTC>-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-<UTC>-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-<UTC>-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-<UTC>-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-<UTC>-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-<UTC>-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(-300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(-300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(-300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(-300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(-300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(-300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(-300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(-300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(-300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(-300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(-300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-pytz.FixedOffset(-300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone.utc-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone.utc-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone.utc-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone.utc-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone.utc-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone.utc-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone.utc-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone.utc-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone.utc-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone.utc-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone.utc-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone.utc-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[int32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'UTC'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'UTC'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'UTC'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'UTC'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'UTC'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'UTC'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'UTC'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'UTC'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'UTC'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'UTC'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'UTC'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'UTC'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'US/Eastern'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'US/Eastern'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'US/Eastern'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'US/Eastern'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'US/Eastern'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'US/Eastern'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'US/Eastern'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'US/Eastern'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'US/Eastern'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'US/Eastern'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'US/Eastern'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'US/Eastern'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'Asia/Tokyo'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'Asia/Tokyo'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'Asia/Tokyo'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'Asia/Tokyo'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'Asia/Tokyo'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'Asia/Tokyo'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'Asia/Tokyo'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'Asia/Tokyo'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'Asia/Tokyo'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'Asia/Tokyo'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'Asia/Tokyo'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'Asia/Tokyo'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/US/Pacific'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/US/Pacific'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/US/Pacific'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/US/Pacific'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/US/Pacific'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/US/Pacific'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/US/Pacific'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/US/Pacific'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/US/Pacific'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/US/Pacific'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/US/Pacific'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/US/Pacific'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/Asia/Singapore'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/Asia/Singapore'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/Asia/Singapore'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/Asia/Singapore'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/Asia/Singapore'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/Asia/Singapore'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/Asia/Singapore'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/Asia/Singapore'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/Asia/Singapore'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/Asia/Singapore'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/Asia/Singapore'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-'dateutil/Asia/Singapore'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzutc()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzutc()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzutc()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzutc()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzutc()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzutc()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzutc()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzutc()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzutc()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzutc()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzutc()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzutc()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzlocal()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzlocal()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzlocal()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzlocal()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzlocal()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzlocal()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzlocal()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzlocal()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzlocal()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzlocal()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzlocal()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-tzlocal()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-<UTC>-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-<UTC>-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-<UTC>-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-<UTC>-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-<UTC>-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-<UTC>-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-<UTC>-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-<UTC>-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-<UTC>-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-<UTC>-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-<UTC>-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-<UTC>-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(-300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(-300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(-300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(-300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(-300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(-300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(-300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(-300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(-300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(-300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(-300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-pytz.FixedOffset(-300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone.utc-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone.utc-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone.utc-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone.utc-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone.utc-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone.utc-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone.utc-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone.utc-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone.utc-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone.utc-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone.utc-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone.utc-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[uint64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'UTC'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'UTC'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'UTC'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'UTC'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'UTC'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'UTC'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'UTC'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'UTC'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'UTC'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'UTC'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'UTC'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'UTC'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'US/Eastern'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'US/Eastern'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'US/Eastern'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'US/Eastern'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'US/Eastern'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'US/Eastern'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'US/Eastern'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'US/Eastern'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'US/Eastern'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'US/Eastern'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'US/Eastern'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'US/Eastern'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'Asia/Tokyo'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'Asia/Tokyo'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'Asia/Tokyo'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'Asia/Tokyo'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'Asia/Tokyo'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'Asia/Tokyo'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'Asia/Tokyo'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'Asia/Tokyo'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'Asia/Tokyo'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'Asia/Tokyo'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'Asia/Tokyo'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'Asia/Tokyo'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/US/Pacific'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/US/Pacific'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/US/Pacific'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/US/Pacific'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/US/Pacific'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/US/Pacific'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/US/Pacific'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/US/Pacific'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/US/Pacific'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/US/Pacific'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/US/Pacific'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/US/Pacific'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/Asia/Singapore'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/Asia/Singapore'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/Asia/Singapore'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/Asia/Singapore'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/Asia/Singapore'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/Asia/Singapore'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/Asia/Singapore'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/Asia/Singapore'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/Asia/Singapore'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/Asia/Singapore'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/Asia/Singapore'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-'dateutil/Asia/Singapore'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzutc()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzutc()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzutc()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzutc()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzutc()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzutc()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzutc()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzutc()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzutc()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzutc()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzutc()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzutc()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzlocal()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzlocal()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzlocal()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzlocal()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzlocal()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzlocal()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzlocal()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzlocal()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzlocal()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzlocal()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzlocal()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-tzlocal()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-<UTC>-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-<UTC>-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-<UTC>-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-<UTC>-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-<UTC>-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-<UTC>-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-<UTC>-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-<UTC>-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-<UTC>-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-<UTC>-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-<UTC>-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-<UTC>-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(-300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(-300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(-300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(-300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(-300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(-300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(-300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(-300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(-300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(-300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(-300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-pytz.FixedOffset(-300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone.utc-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone.utc-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone.utc-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone.utc-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone.utc-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone.utc-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone.utc-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone.utc-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone.utc-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone.utc-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone.utc-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone.utc-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float32-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'UTC'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'UTC'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'UTC'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'UTC'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'UTC'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'UTC'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'UTC'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'UTC'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'UTC'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'UTC'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'UTC'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'UTC'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'US/Eastern'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'US/Eastern'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'US/Eastern'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'US/Eastern'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'US/Eastern'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'US/Eastern'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'US/Eastern'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'US/Eastern'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'US/Eastern'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'US/Eastern'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'US/Eastern'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'US/Eastern'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'Asia/Tokyo'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'Asia/Tokyo'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'Asia/Tokyo'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'Asia/Tokyo'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'Asia/Tokyo'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'Asia/Tokyo'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'Asia/Tokyo'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'Asia/Tokyo'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'Asia/Tokyo'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'Asia/Tokyo'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'Asia/Tokyo'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'Asia/Tokyo'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/US/Pacific'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/US/Pacific'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/US/Pacific'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/US/Pacific'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/US/Pacific'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/US/Pacific'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/US/Pacific'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/US/Pacific'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/US/Pacific'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/US/Pacific'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/US/Pacific'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/US/Pacific'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/Asia/Singapore'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/Asia/Singapore'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/Asia/Singapore'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/Asia/Singapore'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/Asia/Singapore'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/Asia/Singapore'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/Asia/Singapore'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/Asia/Singapore'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/Asia/Singapore'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/Asia/Singapore'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/Asia/Singapore'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-'dateutil/Asia/Singapore'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzutc()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzutc()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzutc()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzutc()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzutc()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzutc()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzutc()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzutc()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzutc()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzutc()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzutc()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzutc()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzlocal()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzlocal()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzlocal()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzlocal()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzlocal()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzlocal()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzlocal()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzlocal()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzlocal()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzlocal()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzlocal()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-tzlocal()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-<UTC>-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-<UTC>-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-<UTC>-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-<UTC>-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-<UTC>-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-<UTC>-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-<UTC>-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-<UTC>-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-<UTC>-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-<UTC>-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-<UTC>-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-<UTC>-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(-300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(-300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(-300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(-300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(-300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(-300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(-300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(-300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(-300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(-300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(-300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-pytz.FixedOffset(-300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone.utc-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone.utc-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone.utc-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone.utc-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone.utc-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone.utc-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone.utc-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone.utc-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone.utc-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone.utc-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone.utc-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone.utc-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[float64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'UTC'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'UTC'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'UTC'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'UTC'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'UTC'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'UTC'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'UTC'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'UTC'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'UTC'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'UTC'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'UTC'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'UTC'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'US/Eastern'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'US/Eastern'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'US/Eastern'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'US/Eastern'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'US/Eastern'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'US/Eastern'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'US/Eastern'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'US/Eastern'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'US/Eastern'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'US/Eastern'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'US/Eastern'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'US/Eastern'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'Asia/Tokyo'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'Asia/Tokyo'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'Asia/Tokyo'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'Asia/Tokyo'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'Asia/Tokyo'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'Asia/Tokyo'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'Asia/Tokyo'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'Asia/Tokyo'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'Asia/Tokyo'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'Asia/Tokyo'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'Asia/Tokyo'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'Asia/Tokyo'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/US/Pacific'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/US/Pacific'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/US/Pacific'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/US/Pacific'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/US/Pacific'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/US/Pacific'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/US/Pacific'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/US/Pacific'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/US/Pacific'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/US/Pacific'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/US/Pacific'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/US/Pacific'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/Asia/Singapore'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/Asia/Singapore'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/Asia/Singapore'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/Asia/Singapore'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/Asia/Singapore'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/Asia/Singapore'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/Asia/Singapore'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/Asia/Singapore'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/Asia/Singapore'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/Asia/Singapore'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/Asia/Singapore'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-'dateutil/Asia/Singapore'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzutc()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzutc()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzutc()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzutc()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzutc()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzutc()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzutc()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzutc()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzutc()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzutc()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzutc()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzutc()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzlocal()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzlocal()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzlocal()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzlocal()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzlocal()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzlocal()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzlocal()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzlocal()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzlocal()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzlocal()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzlocal()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-tzlocal()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-<UTC>-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-<UTC>-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-<UTC>-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-<UTC>-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-<UTC>-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-<UTC>-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-<UTC>-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-<UTC>-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-<UTC>-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-<UTC>-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-<UTC>-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-<UTC>-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(-300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(-300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(-300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(-300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(-300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(-300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(-300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(-300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(-300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(-300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(-300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-pytz.FixedOffset(-300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone.utc-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone.utc-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone.utc-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone.utc-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone.utc-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone.utc-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone.utc-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone.utc-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone.utc-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone.utc-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone.utc-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone.utc-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex64-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'UTC'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'UTC'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'UTC'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'UTC'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'UTC'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'UTC'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'UTC'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'UTC'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'UTC'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'UTC'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'UTC'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'UTC'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'US/Eastern'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'US/Eastern'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'US/Eastern'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'US/Eastern'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'US/Eastern'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'US/Eastern'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'US/Eastern'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'US/Eastern'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'US/Eastern'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'US/Eastern'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'US/Eastern'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'US/Eastern'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'Asia/Tokyo'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'Asia/Tokyo'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'Asia/Tokyo'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'Asia/Tokyo'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'Asia/Tokyo'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'Asia/Tokyo'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'Asia/Tokyo'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'Asia/Tokyo'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'Asia/Tokyo'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'Asia/Tokyo'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'Asia/Tokyo'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'Asia/Tokyo'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/US/Pacific'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/US/Pacific'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/US/Pacific'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/US/Pacific'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/US/Pacific'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/US/Pacific'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/US/Pacific'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/US/Pacific'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/US/Pacific'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/US/Pacific'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/US/Pacific'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/US/Pacific'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/Asia/Singapore'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/Asia/Singapore'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/Asia/Singapore'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/Asia/Singapore'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/Asia/Singapore'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/Asia/Singapore'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/Asia/Singapore'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/Asia/Singapore'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/Asia/Singapore'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/Asia/Singapore'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/Asia/Singapore'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-'dateutil/Asia/Singapore'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzutc()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzutc()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzutc()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzutc()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzutc()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzutc()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzutc()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzutc()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzutc()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzutc()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzutc()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzutc()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzlocal()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzlocal()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzlocal()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzlocal()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzlocal()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzlocal()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzlocal()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzlocal()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzlocal()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzlocal()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzlocal()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-tzlocal()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-<UTC>-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-<UTC>-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-<UTC>-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-<UTC>-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-<UTC>-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-<UTC>-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-<UTC>-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-<UTC>-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-<UTC>-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-<UTC>-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-<UTC>-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-<UTC>-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(-300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(-300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(-300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(-300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(-300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(-300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(-300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(-300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(-300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(-300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(-300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-pytz.FixedOffset(-300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone.utc-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone.utc-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone.utc-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone.utc-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone.utc-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone.utc-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone.utc-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone.utc-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone.utc-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone.utc-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone.utc-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone.utc-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[complex128-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'UTC'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'UTC'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'UTC'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'UTC'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'UTC'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'UTC'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'UTC'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'UTC'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'UTC'-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'UTC'-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'UTC'-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'UTC'-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'US/Eastern'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'US/Eastern'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'US/Eastern'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'US/Eastern'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'US/Eastern'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'US/Eastern'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'US/Eastern'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'US/Eastern'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'US/Eastern'-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'US/Eastern'-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'US/Eastern'-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'US/Eastern'-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'Asia/Tokyo'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'Asia/Tokyo'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'Asia/Tokyo'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'Asia/Tokyo'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'Asia/Tokyo'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'Asia/Tokyo'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'Asia/Tokyo'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'Asia/Tokyo'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'Asia/Tokyo'-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'Asia/Tokyo'-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'Asia/Tokyo'-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'Asia/Tokyo'-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/US/Pacific'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/US/Pacific'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/US/Pacific'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/US/Pacific'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/US/Pacific'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/US/Pacific'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/US/Pacific'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/US/Pacific'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/US/Pacific'-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/US/Pacific'-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/US/Pacific'-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/US/Pacific'-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/Asia/Singapore'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/Asia/Singapore'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/Asia/Singapore'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/Asia/Singapore'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/Asia/Singapore'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/Asia/Singapore'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/Asia/Singapore'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/Asia/Singapore'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/Asia/Singapore'-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/Asia/Singapore'-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/Asia/Singapore'-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-'dateutil/Asia/Singapore'-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzutc()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzutc()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzutc()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzutc()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzutc()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzutc()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzutc()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzutc()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzutc()-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzutc()-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzutc()-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzutc()-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzlocal()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzlocal()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzlocal()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzlocal()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzlocal()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzlocal()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzlocal()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzlocal()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzlocal()-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzlocal()-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzlocal()-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-tzlocal()-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(300)-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(300)-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(300)-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(300)-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-<UTC>-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-<UTC>-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-<UTC>-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-<UTC>-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-<UTC>-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-<UTC>-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-<UTC>-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-<UTC>-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-<UTC>-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-<UTC>-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-<UTC>-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-<UTC>-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(-300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(-300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(-300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(-300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(-300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(-300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(-300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(-300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(-300)-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(-300)-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(-300)-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-pytz.FixedOffset(-300)-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone.utc-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone.utc-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone.utc-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone.utc-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone.utc-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone.utc-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone.utc-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone.utc-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone.utc-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone.utc-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone.utc-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone.utc-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'UTC'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'UTC'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'UTC'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'UTC'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'UTC'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'UTC'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'UTC'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'UTC'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'UTC'-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'UTC'-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'UTC'-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'UTC'-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'US/Eastern'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'US/Eastern'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'US/Eastern'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'US/Eastern'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'US/Eastern'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'US/Eastern'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'US/Eastern'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'US/Eastern'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'US/Eastern'-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'US/Eastern'-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'US/Eastern'-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'US/Eastern'-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'Asia/Tokyo'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'Asia/Tokyo'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'Asia/Tokyo'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'Asia/Tokyo'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'Asia/Tokyo'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'Asia/Tokyo'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'Asia/Tokyo'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'Asia/Tokyo'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'Asia/Tokyo'-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'Asia/Tokyo'-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'Asia/Tokyo'-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'Asia/Tokyo'-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/US/Pacific'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/US/Pacific'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/US/Pacific'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/US/Pacific'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/US/Pacific'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/US/Pacific'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/US/Pacific'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/US/Pacific'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/US/Pacific'-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/US/Pacific'-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/US/Pacific'-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/US/Pacific'-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/Asia/Singapore'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/Asia/Singapore'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/Asia/Singapore'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/Asia/Singapore'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/Asia/Singapore'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/Asia/Singapore'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/Asia/Singapore'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/Asia/Singapore'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/Asia/Singapore'-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/Asia/Singapore'-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/Asia/Singapore'-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-'dateutil/Asia/Singapore'-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzutc()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzutc()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzutc()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzutc()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzutc()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzutc()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzutc()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzutc()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzutc()-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzutc()-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzutc()-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzutc()-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzlocal()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzlocal()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzlocal()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzlocal()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzlocal()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzlocal()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzlocal()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzlocal()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzlocal()-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzlocal()-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzlocal()-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzlocal()-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(300)-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(300)-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(300)-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(300)-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-<UTC>-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-<UTC>-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-<UTC>-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-<UTC>-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-<UTC>-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-<UTC>-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-<UTC>-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-<UTC>-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-<UTC>-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-<UTC>-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-<UTC>-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-<UTC>-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(-300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(-300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(-300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(-300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(-300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(-300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(-300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(-300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(-300)-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(-300)-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(-300)-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-pytz.FixedOffset(-300)-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone.utc-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone.utc-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone.utc-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone.utc-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone.utc-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone.utc-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone.utc-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone.utc-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone.utc-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone.utc-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone.utc-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone.utc-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-pd.Timestamp] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-np.datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.datetime] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.date] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'UTC'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'UTC'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'UTC'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'UTC'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'UTC'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'UTC'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'UTC'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'UTC'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'UTC'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'UTC'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'UTC'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'UTC'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'US/Eastern'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'US/Eastern'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'US/Eastern'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'US/Eastern'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'US/Eastern'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'US/Eastern'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'US/Eastern'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'US/Eastern'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'US/Eastern'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'US/Eastern'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'US/Eastern'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'US/Eastern'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'Asia/Tokyo'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'Asia/Tokyo'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'Asia/Tokyo'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'Asia/Tokyo'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'Asia/Tokyo'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'Asia/Tokyo'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'Asia/Tokyo'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'Asia/Tokyo'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'Asia/Tokyo'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'Asia/Tokyo'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'Asia/Tokyo'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'Asia/Tokyo'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/US/Pacific'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/US/Pacific'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/US/Pacific'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/US/Pacific'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/US/Pacific'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/US/Pacific'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/US/Pacific'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/US/Pacific'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/US/Pacific'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/US/Pacific'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/US/Pacific'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/US/Pacific'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/Asia/Singapore'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/Asia/Singapore'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/Asia/Singapore'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/Asia/Singapore'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/Asia/Singapore'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/Asia/Singapore'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/Asia/Singapore'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/Asia/Singapore'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/Asia/Singapore'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/Asia/Singapore'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/Asia/Singapore'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-'dateutil/Asia/Singapore'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzutc()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzutc()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzutc()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzutc()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzutc()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzutc()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzutc()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzutc()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzutc()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzutc()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzutc()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzutc()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzlocal()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzlocal()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzlocal()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzlocal()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzlocal()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzlocal()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzlocal()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzlocal()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzlocal()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzlocal()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzlocal()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-tzlocal()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-<UTC>-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-<UTC>-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-<UTC>-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-<UTC>-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-<UTC>-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-<UTC>-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-<UTC>-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-<UTC>-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-<UTC>-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-<UTC>-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-<UTC>-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-<UTC>-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(-300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(-300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(-300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(-300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(-300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(-300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(-300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(-300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(-300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(-300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(-300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-pytz.FixedOffset(-300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone.utc-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone.utc-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone.utc-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone.utc-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone.utc-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone.utc-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone.utc-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone.utc-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone.utc-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone.utc-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone.utc-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone.utc-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[str-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'UTC'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'UTC'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'UTC'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'UTC'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'UTC'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'UTC'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'UTC'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'UTC'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'UTC'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'UTC'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'UTC'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'UTC'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'US/Eastern'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'US/Eastern'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'US/Eastern'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'US/Eastern'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'US/Eastern'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'US/Eastern'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'US/Eastern'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'US/Eastern'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'US/Eastern'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'US/Eastern'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'US/Eastern'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'US/Eastern'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'Asia/Tokyo'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'Asia/Tokyo'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'Asia/Tokyo'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'Asia/Tokyo'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'Asia/Tokyo'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'Asia/Tokyo'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'Asia/Tokyo'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'Asia/Tokyo'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'Asia/Tokyo'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'Asia/Tokyo'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'Asia/Tokyo'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'Asia/Tokyo'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/US/Pacific'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/US/Pacific'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/US/Pacific'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/US/Pacific'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/US/Pacific'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/US/Pacific'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/US/Pacific'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/US/Pacific'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/US/Pacific'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/US/Pacific'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/US/Pacific'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/US/Pacific'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/Asia/Singapore'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/Asia/Singapore'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/Asia/Singapore'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/Asia/Singapore'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/Asia/Singapore'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/Asia/Singapore'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/Asia/Singapore'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/Asia/Singapore'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/Asia/Singapore'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/Asia/Singapore'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/Asia/Singapore'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-'dateutil/Asia/Singapore'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzutc()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzutc()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzutc()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzutc()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzutc()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzutc()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzutc()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzutc()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzutc()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzutc()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzutc()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzutc()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzlocal()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzlocal()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzlocal()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzlocal()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzlocal()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzlocal()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzlocal()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzlocal()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzlocal()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzlocal()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzlocal()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-tzlocal()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-<UTC>-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-<UTC>-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-<UTC>-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-<UTC>-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-<UTC>-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-<UTC>-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-<UTC>-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-<UTC>-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-<UTC>-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-<UTC>-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-<UTC>-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-<UTC>-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(-300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(-300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(-300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(-300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(-300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(-300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(-300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(-300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(-300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(-300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(-300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-pytz.FixedOffset(-300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone.utc-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone.utc-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone.utc-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone.utc-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone.utc-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone.utc-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone.utc-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone.utc-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone.utc-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone.utc-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone.utc-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone.utc-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[bytes-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'UTC'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'UTC'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'UTC'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'UTC'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'UTC'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'UTC'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'UTC'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'UTC'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'UTC'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'UTC'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'UTC'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'UTC'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'US/Eastern'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'US/Eastern'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'US/Eastern'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'US/Eastern'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'US/Eastern'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'US/Eastern'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'US/Eastern'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'US/Eastern'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'US/Eastern'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'US/Eastern'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'US/Eastern'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'US/Eastern'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'Asia/Tokyo'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'Asia/Tokyo'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'Asia/Tokyo'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'Asia/Tokyo'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'Asia/Tokyo'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'Asia/Tokyo'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'Asia/Tokyo'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'Asia/Tokyo'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'Asia/Tokyo'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'Asia/Tokyo'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'Asia/Tokyo'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'Asia/Tokyo'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/US/Pacific'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/US/Pacific'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/US/Pacific'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/US/Pacific'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/US/Pacific'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/US/Pacific'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/US/Pacific'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/US/Pacific'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/US/Pacific'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/US/Pacific'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/US/Pacific'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/US/Pacific'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/Asia/Singapore'-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/Asia/Singapore'-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/Asia/Singapore'-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/Asia/Singapore'-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/Asia/Singapore'-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/Asia/Singapore'-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/Asia/Singapore'-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/Asia/Singapore'-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/Asia/Singapore'-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/Asia/Singapore'-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/Asia/Singapore'-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-'dateutil/Asia/Singapore'-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzutc()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzutc()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzutc()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzutc()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzutc()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzutc()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzutc()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzutc()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzutc()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzutc()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzutc()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzutc()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzlocal()-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzlocal()-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzlocal()-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzlocal()-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzlocal()-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzlocal()-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzlocal()-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzlocal()-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzlocal()-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzlocal()-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzlocal()-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-tzlocal()-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-<UTC>-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-<UTC>-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-<UTC>-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-<UTC>-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-<UTC>-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-<UTC>-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-<UTC>-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-<UTC>-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-<UTC>-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-<UTC>-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-<UTC>-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-<UTC>-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(-300)-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(-300)-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(-300)-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(-300)-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(-300)-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(-300)-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(-300)-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(-300)-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(-300)-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(-300)-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(-300)-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-pytz.FixedOffset(-300)-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone.utc-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone.utc-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone.utc-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone.utc-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone.utc-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone.utc-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone.utc-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone.utc-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone.utc-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone.utc-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone.utc-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone.utc-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(seconds=3600))-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(seconds=3600))-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(seconds=3600))-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True-object-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-pd.Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-np.datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[object-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False-None-datetime.date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_timedelta64_with_any PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-timedelta64[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-timedelta64[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-timedelta64[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-timedelta64[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-timedelta64[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-timedelta64[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-timedelta64[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-timedelta64[ns]-box2-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-timedelta64[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-m8[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-m8[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-m8[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-m8[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-m8[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-m8[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-m8[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-m8[ns]-box2-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bool-m8[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-timedelta64[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-timedelta64[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-timedelta64[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-timedelta64[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-timedelta64[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-timedelta64[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-timedelta64[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-timedelta64[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-timedelta64[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-m8[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-m8[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-m8[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-m8[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-m8[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-m8[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-m8[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-m8[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint8-m8[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-timedelta64[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-timedelta64[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-timedelta64[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-timedelta64[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-timedelta64[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-timedelta64[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-timedelta64[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-timedelta64[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-timedelta64[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-m8[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-m8[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-m8[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-m8[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-m8[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-m8[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-m8[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-m8[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[int32-m8[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-timedelta64[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-timedelta64[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-timedelta64[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-timedelta64[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-timedelta64[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-timedelta64[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-timedelta64[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-timedelta64[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-timedelta64[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-m8[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-m8[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-m8[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-m8[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-m8[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-m8[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-m8[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-m8[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[uint64-m8[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-timedelta64[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-timedelta64[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-timedelta64[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-timedelta64[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-timedelta64[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-timedelta64[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-timedelta64[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-timedelta64[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-timedelta64[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-m8[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-m8[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-m8[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-m8[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-m8[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-m8[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-m8[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-m8[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float32-m8[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-timedelta64[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-timedelta64[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-timedelta64[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-timedelta64[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-timedelta64[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-timedelta64[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-timedelta64[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-timedelta64[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-timedelta64[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-m8[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-m8[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-m8[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-m8[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-m8[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-m8[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-m8[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-m8[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[float64-m8[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-timedelta64[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-timedelta64[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-timedelta64[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-timedelta64[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-timedelta64[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-timedelta64[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-timedelta64[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-timedelta64[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-timedelta64[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-m8[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-m8[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-m8[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-m8[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-m8[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-m8[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-m8[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-m8[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex64-m8[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-timedelta64[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-timedelta64[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-timedelta64[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-timedelta64[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-timedelta64[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-timedelta64[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-timedelta64[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-timedelta64[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-timedelta64[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-m8[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-m8[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-m8[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-m8[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-m8[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-m8[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-m8[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-m8[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[complex128-m8[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-timedelta64[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-timedelta64[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-timedelta64[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-timedelta64[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-timedelta64[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-timedelta64[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-timedelta64[ns]-box2-pd.Timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-timedelta64[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-timedelta64[ns]-box2-datetime.timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-m8[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-m8[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-m8[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-m8[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-m8[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-m8[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-m8[ns]-box2-pd.Timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-m8[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[M8[ns]-m8[ns]-box2-datetime.timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-timedelta64[ns]-box0-pd.Timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-timedelta64[ns]-box0-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-timedelta64[ns]-box0-datetime.timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-timedelta64[ns]-box1-pd.Timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-timedelta64[ns]-box1-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-timedelta64[ns]-box1-datetime.timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-timedelta64[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-timedelta64[ns]-box2-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-timedelta64[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-m8[ns]-box0-pd.Timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-m8[ns]-box0-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-m8[ns]-box0-datetime.timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-m8[ns]-box1-pd.Timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-m8[ns]-box1-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-m8[ns]-box1-datetime.timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-m8[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-m8[ns]-box2-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[m8[ns]-m8[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-timedelta64[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-timedelta64[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-timedelta64[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-timedelta64[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-timedelta64[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-timedelta64[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-timedelta64[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-timedelta64[ns]-box2-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-timedelta64[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-m8[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-m8[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-m8[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-m8[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-m8[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-m8[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-m8[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-m8[ns]-box2-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[str-m8[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-timedelta64[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-timedelta64[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-timedelta64[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-timedelta64[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-timedelta64[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-timedelta64[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-timedelta64[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-timedelta64[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-timedelta64[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-m8[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-m8[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-m8[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-m8[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-m8[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-m8[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-m8[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-m8[ns]-box2-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[bytes-m8[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-timedelta64[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-timedelta64[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-timedelta64[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-timedelta64[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-timedelta64[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-timedelta64[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-timedelta64[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-timedelta64[ns]-box2-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-timedelta64[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-m8[ns]-box0-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-m8[ns]-box0-np.timedelta64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-m8[ns]-box0-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-m8[ns]-box1-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-m8[ns]-box1-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-m8[ns]-box1-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-m8[ns]-box2-pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-m8[ns]-box2-np.timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_timedelta64[object-m8[ns]-box2-datetime.timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-bool-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-bool-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-bool-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-uint8-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-uint8-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-uint8-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-int32-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-int32-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-int32-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-uint64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-uint64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-uint64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-float32-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-float32-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-float32-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-float64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-float64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-float64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-complex64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-complex64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-complex64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-complex128-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-complex128-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-complex128-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-M8[ns]-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-M8[ns]-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-M8[ns]-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-m8[ns]-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-m8[ns]-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-m8[ns]-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-str-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-str-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-str-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-bytes-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-bytes-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-bytes-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-object-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-object-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str0-object-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-bool-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-bool-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-bool-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-uint8-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-uint8-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-uint8-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-int32-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-int32-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-int32-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-uint64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-uint64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-uint64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-float32-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-float32-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-float32-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-float64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-float64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-float64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-complex64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-complex64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-complex64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-complex128-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-complex128-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-complex128-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-M8[ns]-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-M8[ns]-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-M8[ns]-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-m8[ns]-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-m8[ns]-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-m8[ns]-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-str-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-str-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-str-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-bytes-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-bytes-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-bytes-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-object-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-object-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[str1-object-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-bool-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-bool-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-bool-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-uint8-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-uint8-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-uint8-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-int32-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-int32-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-int32-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-uint64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-uint64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-uint64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-float32-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-float32-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-float32-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-float64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-float64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-float64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-complex64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-complex64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-complex64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-complex128-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-complex128-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-complex128-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-M8[ns]-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-M8[ns]-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-M8[ns]-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-m8[ns]-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-m8[ns]-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-m8[ns]-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-str-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-str-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-str-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-bytes-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-bytes-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-bytes-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-object-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-object-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_string_with_any[U-object-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[bool-str0-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[bool-str0-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[bool-str1-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[bool-str1-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[bool-U-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[bool-U-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[uint8-str0-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[uint8-str0-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[uint8-str1-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[uint8-str1-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[uint8-U-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[uint8-U-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[int32-str0-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[int32-str0-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[int32-str1-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[int32-str1-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[int32-U-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[int32-U-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[uint64-str0-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[uint64-str0-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[uint64-str1-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[uint64-str1-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[uint64-U-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[uint64-U-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[float32-str0-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[float32-str0-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[float32-str1-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[float32-str1-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[float32-U-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[float32-U-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[float64-str0-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[float64-str0-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[float64-str1-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[float64-str1-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[float64-U-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[float64-U-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[complex64-str0-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[complex64-str0-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[complex64-str1-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[complex64-str1-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[complex64-U-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[complex64-U-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[complex128-str0-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[complex128-str0-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[complex128-str1-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[complex128-str1-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[complex128-U-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[complex128-U-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[M8[ns]-str0-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[M8[ns]-str0-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[M8[ns]-str1-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[M8[ns]-str1-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[M8[ns]-U-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[M8[ns]-U-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[m8[ns]-str0-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[m8[ns]-str0-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[m8[ns]-str1-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[m8[ns]-str1-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[m8[ns]-U-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[m8[ns]-U-box1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[str-str0-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[str-str0-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[str-str1-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[str-str1-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[str-U-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[str-U-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[bytes-str0-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[bytes-str0-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[bytes-str1-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[bytes-str1-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[bytes-U-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[bytes-U-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[object-str0-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[object-str0-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[object-str1-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[object-str1-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[object-U-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_string[object-U-box1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-bool-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-bool-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-bool-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-uint8-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-uint8-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-uint8-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-int32-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-int32-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-int32-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-uint64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-uint64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-uint64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-float32-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-float32-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-float32-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-float64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-float64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-float64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-complex64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-complex64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-complex64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-complex128-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-complex128-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-complex128-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-M8[ns]-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-M8[ns]-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-M8[ns]-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-m8[ns]-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-m8[ns]-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-m8[ns]-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-str-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-str-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-str-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-bytes-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-bytes-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-bytes-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-object-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-object-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object0-object-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-bool-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-bool-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-bool-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-uint8-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-uint8-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-uint8-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-int32-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-int32-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-int32-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-uint64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-uint64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-uint64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-float32-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-float32-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-float32-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-float64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-float64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-float64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-complex64-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-complex64-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-complex64-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-complex128-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-complex128-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-complex128-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-M8[ns]-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-M8[ns]-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-M8[ns]-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-m8[ns]-True-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-m8[ns]-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-m8[ns]-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-str-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-str-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-str-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-bytes-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-bytes-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-bytes-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-object-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-object-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_object_with_any[object1-object-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[bool-object0-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[bool-object0-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[bool-object0-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[bool-object1-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[bool-object1-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[bool-object1-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[uint8-object0-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[uint8-object0-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[uint8-object0-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[uint8-object1-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[uint8-object1-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[uint8-object1-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[int32-object0-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[int32-object0-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[int32-object0-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[int32-object1-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[int32-object1-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[int32-object1-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[uint64-object0-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[uint64-object0-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[uint64-object0-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[uint64-object1-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[uint64-object1-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[uint64-object1-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[float32-object0-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[float32-object0-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[float32-object0-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[float32-object1-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[float32-object1-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[float32-object1-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[float64-object0-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[float64-object0-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[float64-object0-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[float64-object1-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[float64-object1-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[float64-object1-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[complex64-object0-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[complex64-object0-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[complex64-object0-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[complex64-object1-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[complex64-object1-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[complex64-object1-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[complex128-object0-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[complex128-object0-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[complex128-object0-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[complex128-object1-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[complex128-object1-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[complex128-object1-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[M8[ns]-object0-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[M8[ns]-object0-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[M8[ns]-object0-False-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[M8[ns]-object1-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[M8[ns]-object1-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[M8[ns]-object1-False-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[m8[ns]-object0-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[m8[ns]-object0-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[m8[ns]-object0-False-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[m8[ns]-object1-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[m8[ns]-object1-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[m8[ns]-object1-False-None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[str-object0-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[str-object0-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[str-object0-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[str-object1-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[str-object1-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[str-object1-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[bytes-object0-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[bytes-object0-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[bytes-object0-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[bytes-object1-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[bytes-object1-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[bytes-object1-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[object-object0-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[object-object0-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[object-object0-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[object-object1-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[object-object1-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_object[object-object1-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[bool-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[bool-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[bool-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[bool-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[uint8-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[uint8-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[uint8-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[uint8-box0-iNaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[int32-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[int32-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[int32-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[int32-box0-iNaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[uint64-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[uint64-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[uint64-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[uint64-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[float32-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[float32-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[float32-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[float32-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[float64-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[float64-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[float64-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[float64-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[complex64-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[complex64-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[complex64-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[complex64-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[complex128-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[complex128-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[complex128-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[complex128-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[M8[ns]-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[M8[ns]-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[M8[ns]-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[M8[ns]-box0-iNaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[m8[ns]-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[m8[ns]-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[m8[ns]-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[m8[ns]-box0-iNaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[str-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[str-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[str-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[str-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[bytes-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[bytes-box0-np.nan] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[bytes-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[bytes-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[object-box0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[object-box0-np.nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[object-box0-pd.NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_na[object-box0-iNaT] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[bool-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[bool-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[bool-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[uint8-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[uint8-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[uint8-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[int32-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[int32-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[int32-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[uint64-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[uint64-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[uint64-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[float32-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[float32-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[float32-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[float64-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[float64-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[float64-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[complex64-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[complex64-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[complex64-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[complex128-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[complex128-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[complex128-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[M8[ns]-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[M8[ns]-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[M8[ns]-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[m8[ns]-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[m8[ns]-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[m8[ns]-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[str-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[str-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[str-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[bytes-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[bytes-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[bytes-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[object-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[object-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_dimensions[object-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_upcast.py::test_upcast_error[result0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_upcast.py::test_upcast_error[result1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_upcast.py::test_upcast_error[result2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_upcast.py::test_upcast[arr0-other0-False-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_upcast.py::test_upcast[arr1-other1-True-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_upcast.py::test_upcast[arr2-nan-True-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_upcast.py::test_upcast[arr3-other3-False-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_upcast.py::test_upcast[arr4-other4-True-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_upcast.py::test_upcast_datetime[arr0-other0-False-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_upcast.py::test_upcast_datetime[arr1-nan-False-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/dtypes/cast/test_upcast.py::test_upcast_datetime[arr2-other2-False-expected2] PASSED
> 
> ================== 4587 passed, 302 xfailed in 13.20 seconds ===================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 5552 items / 1 skipped / 5551 selected
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_construct_from_string_own_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_is_dtype_from_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_is_dtype_unboxes_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_is_dtype_from_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_is_not_string_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_is_not_object_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_eq_with_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_eq_with_numpy_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_eq_with_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_array_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_check_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_hashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_eq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestDtype::test_construct_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestInterface::test_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestInterface::test_ndim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestInterface::test_can_hold_na_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestInterface::test_array_interface PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestInterface::test_is_extension_array_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestInterface::test_no_values_attribute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestInterface::test_is_numeric_honored PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestInterface::test_isna_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestInterface::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestInterface::test_memory_usage SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestConstructors::test_from_sequence_from_cls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestConstructors::test_array_from_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestConstructors::test_series_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestConstructors::test_dataframe_constructor_from_dict[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestConstructors::test_dataframe_constructor_from_dict[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestConstructors::test_dataframe_from_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestConstructors::test_series_given_mismatched_index_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestConstructors::test_from_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestConstructors::test_pandas_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestConstructors::test_pandas_array_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_concat[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_concat[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_concat_all_na_block[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_concat_all_na_block[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_concat_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_concat_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_align_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_align_series_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_set_frame_expand_regular_with_extension PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_set_frame_expand_extension_with_regular PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_set_frame_overwrite_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_merge PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_merge_on_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_merge_on_extension_array_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_stack[columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_stack[columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_unstack[series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_unstack[series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_unstack[series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_unstack[series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_unstack[frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_unstack[frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_unstack[frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_unstack[frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReshaping::test_ravel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_iloc_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_iloc_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_loc_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_loc_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_loc_iloc_frame_single_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_getitem_scalar_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_getitem_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_getitem_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_take_sequence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_loc_len1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_getitem_scalar SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_take SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_take_negative SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_take_pandas_style_negative_raises SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_take_non_na_fill_value SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_take_out_of_bounds_raises SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_take_series SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_reindex_non_na_fill_value SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_take_empty SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestGetitem::test_reindex SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_scalar_series[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_scalar_series[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_sequence[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_sequence[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_empty_indxer[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_empty_indxer[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_sequence_broadcasts[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_sequence_broadcasts[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_scalar[loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_scalar[iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_loc_scalar_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_loc_scalar_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_iloc_scalar_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_iloc_scalar_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_mask_aligned[loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_mask_aligned[loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_mask_aligned[None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_mask_aligned[None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_mask_broadcast[loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_mask_broadcast[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_expand_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_expand_with_extension PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_frame_invalid_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_tuple_index XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_slice_mismatch_length_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_slice_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestSetitem::test_setitem_scalar_key_sequence_raise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMissing::test_isna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMissing::test_dropna_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMissing::test_dropna_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMissing::test_dropna_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMissing::test_fillna_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMissing::test_fillna_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMissing::test_fillna_series_method[ffill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMissing::test_fillna_series_method[bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMissing::test_fillna_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMissing::test_fillna_fill_other PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMissing::test_fillna_limit_pad SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMissing::test_fillna_limit_backfill SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[sum-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[sum-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[max-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[min-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[mean-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[mean-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[prod-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[prod-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[std-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[std-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[var-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[var-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[median-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[median-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[kurt-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[kurt-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[skew-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_numeric[skew-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_boolean[all-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_boolean[all-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_boolean[any-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestReduce::test_reduce_series_boolean[any-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_series_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_apply_simple_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_argsort_missing_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_argsort_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_nargsort[last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_nargsort[first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_sort_values[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_sort_values[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_sort_values_missing[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_sort_values_missing[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_sort_values_frame[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_sort_values_frame[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_unique[<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_unique[<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_unique[unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_unique[unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_factorize[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_factorize[-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_factorize_equivalence[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_factorize_equivalence[-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_factorize_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_fillna_copy_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_fillna_copy_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_combine_le PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_combine_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_container_shift[-2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_container_shift[-2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_container_shift[0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_container_shift[0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_container_shift[2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_container_shift[2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_shift_non_empty_array[-4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_shift_non_empty_array[-1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_shift_non_empty_array[0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_shift_non_empty_array[1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_shift_non_empty_array[4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_shift_empty_array[-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_shift_empty_array[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_shift_empty_array[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_shift_empty_array[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_shift_empty_array[4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_shift_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_hash_pandas_object_works[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_hash_pandas_object_works[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_where_series[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_where_series[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[True-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[True-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[True-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[True-True-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[True-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[True-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[True-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[True-False-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[False-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[False-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[False-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[False-True-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[False-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[False-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[False-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat[False-False-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat_raises[True-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat_raises[True--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat_raises[True-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat_raises[True-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat_raises[False-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat_raises[False--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat_raises[False-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_repeat_raises[False-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_value_counts[data] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_value_counts[data_missing] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_combine_add PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_fillna_length_mismatch SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestMethods::test_searchsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestCasting::test_astype_object_series[data] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestCasting::test_astype_object_series[data_missing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestCasting::test_tolist PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestCasting::test_astype_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_array[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_array[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_array[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_array[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_array[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_array[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_array[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_array[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_array[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_array[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_array[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_divmod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_error[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_error[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_error[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_error[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_error[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_error[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_error[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_error[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_error[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_error[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_error[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_error[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_error[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_error[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_scalar[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_add_series_with_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestArithmeticOps::test_divmod_series_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestComparisonOps::test_compare_scalar[__eq__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestComparisonOps::test_compare_scalar[__ne__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestComparisonOps::test_compare_scalar[__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestComparisonOps::test_compare_scalar[__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestComparisonOps::test_compare_scalar[__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestComparisonOps::test_compare_scalar[__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestComparisonOps::test_compare_array[__eq__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestComparisonOps::test_compare_array[__ne__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestComparisonOps::test_compare_array[__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestComparisonOps::test_compare_array[__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestComparisonOps::test_compare_array[__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestComparisonOps::test_compare_array[__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestParsing::test_EA_types[c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_categorical.py::TestParsing::test_EA_types[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py::TestExtensionArrayDtype::test_is_extension_array_dtype[values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py::TestExtensionArrayDtype::test_is_extension_array_dtype[values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py::TestExtensionArrayDtype::test_is_extension_array_dtype[values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py::TestExtensionArrayDtype::test_is_extension_array_dtype[values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py::TestExtensionArrayDtype::test_is_extension_array_dtype[values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py::TestExtensionArrayDtype::test_is_not_extension_array_dtype[values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py::TestExtensionArrayDtype::test_is_not_extension_array_dtype[values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py::test_astype_no_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py::test_is_extension_array_dtype[dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_common.py::test_is_extension_array_dtype[dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_name[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_kind[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_construct_from_string_own_name[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_is_dtype_from_name[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_is_dtype_unboxes_dtype[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_is_dtype_from_self[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_is_not_string_type[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_is_not_object_type[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_eq_with_str[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_eq_with_numpy_object[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_eq_with_self[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_array_type[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_check_dtype[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_hashable[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_str[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_eq[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_construct_from_string[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestConstructors::test_from_sequence_from_cls[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestConstructors::test_array_from_scalars[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestConstructors::test_series_constructor[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestConstructors::test_dataframe_constructor_from_dict[US/Central-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestConstructors::test_dataframe_constructor_from_dict[US/Central-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestConstructors::test_dataframe_from_series[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestConstructors::test_series_given_mismatched_index_raises[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestConstructors::test_from_dtype[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestConstructors::test_pandas_array[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestConstructors::test_pandas_array_dtype[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_iloc_series[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_iloc_frame[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_loc_series[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_loc_frame[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_loc_iloc_frame_single_dtype[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_getitem_scalar[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_getitem_scalar_na[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_getitem_mask[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_getitem_slice[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_get[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_take_sequence[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_take[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_take_empty[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_take_negative[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_take_non_na_fill_value[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_take_pandas_style_negative_raises[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_take_out_of_bounds_raises[US/Central-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_take_out_of_bounds_raises[US/Central-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_take_series[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_reindex[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_reindex_non_na_fill_value[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGetitem::test_loc_len1[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_count[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_series_count[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_apply_simple_series[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_argsort[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_argsort_missing_array[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_argsort_missing[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_nargsort[US/Central-last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_nargsort[US/Central-first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_sort_values[US/Central-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_sort_values[US/Central-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_sort_values_missing[US/Central-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_sort_values_missing[US/Central-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_sort_values_frame[US/Central-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_sort_values_frame[US/Central-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_unique[US/Central-<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_unique[US/Central-<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_unique[US/Central-unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_unique[US/Central-unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_factorize[US/Central--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_factorize[US/Central--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_factorize_equivalence[US/Central--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_factorize_equivalence[US/Central--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_factorize_empty[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_fillna_copy_frame[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_fillna_copy_series[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_fillna_length_mismatch[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_combine_le[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_combine_first[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_container_shift[US/Central--2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_container_shift[US/Central--2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_container_shift[US/Central-0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_container_shift[US/Central-0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_container_shift[US/Central-2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_container_shift[US/Central-2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_shift_non_empty_array[US/Central--4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_shift_non_empty_array[US/Central--1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_shift_non_empty_array[US/Central-0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_shift_non_empty_array[US/Central-1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_shift_non_empty_array[US/Central-4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_shift_empty_array[US/Central--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_shift_empty_array[US/Central--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_shift_empty_array[US/Central-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_shift_empty_array[US/Central-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_shift_empty_array[US/Central-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_shift_fill_value[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_hash_pandas_object_works[True-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_hash_pandas_object_works[False-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_searchsorted[True-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_searchsorted[False-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_where_series[True-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_where_series[False-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[True-True-US/Central-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[True-True-US/Central-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[True-True-US/Central-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[True-True-US/Central-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[True-False-US/Central-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[True-False-US/Central-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[True-False-US/Central-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[True-False-US/Central-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[False-True-US/Central-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[False-True-US/Central-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[False-True-US/Central-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[False-True-US/Central-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[False-False-US/Central-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[False-False-US/Central-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[False-False-US/Central-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat[False-False-US/Central-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat_raises[True-US/Central-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat_raises[True-US/Central--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat_raises[True-US/Central-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat_raises[True-US/Central-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat_raises[False-US/Central-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat_raises[False-US/Central--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat_raises[False-US/Central-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_repeat_raises[False-US/Central-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_value_counts[data-US/Central] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_value_counts[data_missing-US/Central] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMethods::test_combine_add[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestInterface::test_len[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestInterface::test_ndim[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestInterface::test_can_hold_na_valid[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestInterface::test_memory_usage[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestInterface::test_is_extension_array_dtype[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestInterface::test_no_values_attribute[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestInterface::test_is_numeric_honored[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestInterface::test_isna_extension_array[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestInterface::test_copy[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestInterface::test_array_interface[US/Central] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_divmod[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_add_series_with_extension_array[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_array[__add__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_array[__radd__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_array[__sub__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_array[__mul__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_array[__pow__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_array[__mod__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_error[__add__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_error[__radd__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_error[__sub__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_error[__rsub__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_error[__mul__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_error[__rmul__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_error[__floordiv__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_error[__rfloordiv__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_error[__truediv__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_error[__rtruediv__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_error[__pow__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_error[__rpow__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_error[__mod__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_error[__rmod__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_divmod_series_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestCasting::test_astype_object_series[data-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestCasting::test_astype_object_series[data_missing-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestCasting::test_tolist[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestCasting::test_astype_str[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestComparisonOps::test_compare_scalar[__eq__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestComparisonOps::test_compare_scalar[__ne__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestComparisonOps::test_compare_scalar[__le__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestComparisonOps::test_compare_scalar[__lt__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestComparisonOps::test_compare_scalar[__ge__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestComparisonOps::test_compare_scalar[__gt__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestComparisonOps::test_compare_array[__eq__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestComparisonOps::test_compare_array[__ne__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestComparisonOps::test_compare_array[__le__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestComparisonOps::test_compare_array[__lt__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestComparisonOps::test_compare_array[__ge__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestComparisonOps::test_compare_array[__gt__-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMissing::test_isna[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMissing::test_dropna_array[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMissing::test_dropna_series[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMissing::test_dropna_frame[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMissing::test_fillna_scalar[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMissing::test_fillna_limit_pad[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMissing::test_fillna_limit_backfill[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMissing::test_fillna_series[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMissing::test_fillna_series_method[ffill-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMissing::test_fillna_series_method[bfill-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMissing::test_fillna_frame[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestMissing::test_fillna_fill_other[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_concat_all_na_block[US/Central-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_concat_all_na_block[US/Central-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_concat_columns[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_align[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_align_frame[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_align_series_frame[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_set_frame_expand_regular_with_extension[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_set_frame_expand_extension_with_regular[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_set_frame_overwrite_object[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_merge[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_merge_on_extension_array[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_merge_on_extension_array_duplicates[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_stack[US/Central-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_stack[US/Central-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_ravel[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_concat[US/Central] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_concat_mixed_dtypes[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_unstack[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestReshaping::test_unstack[frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_scalar_series[True-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_scalar_series[False-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_sequence[True-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_sequence[False-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_empty_indxer[True-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_empty_indxer[False-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_sequence_broadcasts[True-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_sequence_broadcasts[False-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_scalar[US/Central-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_scalar[US/Central-iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_loc_scalar_mixed[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_loc_scalar_single[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_iloc_scalar_mixed[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_iloc_scalar_single[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_mask_aligned[US/Central-loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_mask_aligned[US/Central-loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_mask_aligned[US/Central-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_mask_aligned[US/Central-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_mask_broadcast[US/Central-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_mask_broadcast[US/Central-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_expand_columns[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_expand_with_extension[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_frame_invalid_length[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_tuple_index[US/Central] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_slice_mismatch_length_raises[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_slice_array[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestSetitem::test_setitem_scalar_key_sequence_raise[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGroupby::test_grouping_grouper[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGroupby::test_groupby_extension_agg[US/Central-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGroupby::test_groupby_extension_agg[US/Central-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGroupby::test_groupby_extension_no_sort[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGroupby::test_groupby_extension_transform[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGroupby::test_groupby_extension_apply[scalar-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGroupby::test_groupby_extension_apply[list-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGroupby::test_groupby_extension_apply[series-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGroupby::test_groupby_extension_apply[object-US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGroupby::test_groupby_apply_identity[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestGroupby::test_in_numeric_groupby[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestPrinting::test_array_repr[US/Central-big] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestPrinting::test_array_repr[US/Central-small] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestPrinting::test_array_repr_unicode[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestPrinting::test_series_repr[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestPrinting::test_dataframe_repr[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_datetime.py::TestPrinting::test_dtype_name_in_info[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_external_block.py::test_custom_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_external_block.py::test_concat_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_external_block.py::test_concat_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_external_block.py::test_concat_axis1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_name[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_name[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_name[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_name[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_name[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_name[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_name[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_name[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_kind[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_kind[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_kind[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_kind[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_kind[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_kind[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_kind[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_kind[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string_own_name[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string_own_name[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string_own_name[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string_own_name[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string_own_name[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string_own_name[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string_own_name[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string_own_name[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_name[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_name[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_name[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_name[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_name[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_name[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_name[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_name[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_self[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_self[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_self[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_self[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_self[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_self[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_self[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_from_self[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_str[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_str[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_str[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_str[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_str[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_str[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_str[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_str[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_numpy_object[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_numpy_object[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_numpy_object[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_numpy_object[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_numpy_object[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_numpy_object[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_numpy_object[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_numpy_object[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_self[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_self[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_self[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_self[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_self[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_self[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_self[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq_with_self[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_array_type[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_array_type[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_array_type[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_array_type[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_array_type[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_array_type[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_array_type[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_array_type[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_check_dtype[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_check_dtype[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_check_dtype[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_check_dtype[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_check_dtype[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_check_dtype[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_check_dtype[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_check_dtype[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_hashable[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_hashable[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_hashable[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_hashable[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_hashable[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_hashable[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_hashable[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_hashable[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_str[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_str[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_str[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_str[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_str[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_str[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_str[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_str[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_eq[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_construct_from_string[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestDtype::test_is_dtype_unboxes_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__add__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__-UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__-UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__-UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__-UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__-UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__-UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__-UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__-UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__-UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__-UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__-UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__-UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__-UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__-UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__add__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__radd__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__sub__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rsub__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmul__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__truediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__pow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rpow__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__mod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_arith_series_with_array[__rmod__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod_series_array[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod_series_array[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod_series_array[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod_series_array[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod_series_array[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod_series_array[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod_series_array[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_divmod_series_array[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_add_series_with_extension_array[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_add_series_with_extension_array[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_add_series_with_extension_array[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_add_series_with_extension_array[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_add_series_with_extension_array[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_add_series_with_extension_array[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_add_series_with_extension_array[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_add_series_with_extension_array[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__add__-Int8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__add__-Int16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__add__-Int32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__add__-Int64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__add__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__add__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__add__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__add__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__radd__-Int8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__radd__-Int16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__radd__-Int32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__radd__-Int64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__radd__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__radd__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__radd__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__radd__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__sub__-Int8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__sub__-Int16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__sub__-Int32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__sub__-Int64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__sub__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__sub__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__sub__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__sub__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rsub__-Int8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rsub__-Int16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rsub__-Int32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rsub__-Int64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rsub__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rsub__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rsub__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rsub__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mul__-Int8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mul__-Int16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mul__-Int32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mul__-Int64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mul__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mul__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mul__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mul__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmul__-Int8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmul__-Int16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmul__-Int32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmul__-Int64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmul__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmul__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmul__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmul__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__floordiv__-Int8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__floordiv__-Int16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__floordiv__-Int32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__floordiv__-Int64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__floordiv__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__floordiv__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__floordiv__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__floordiv__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-Int8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-Int16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-Int32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-Int64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rfloordiv__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__truediv__-Int8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__truediv__-Int16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__truediv__-Int32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__truediv__-Int64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__truediv__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__truediv__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__truediv__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__truediv__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-Int8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-Int16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-Int32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-Int64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rtruediv__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__pow__-Int8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__pow__-Int16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__pow__-Int32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__pow__-Int64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__pow__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__pow__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__pow__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__pow__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rpow__-Int8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rpow__-Int16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rpow__-Int32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rpow__-Int64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rpow__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rpow__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rpow__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rpow__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mod__-Int8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mod__-Int16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mod__-Int32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mod__-Int64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mod__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mod__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mod__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__mod__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmod__-Int8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmod__-Int16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmod__-Int32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmod__-Int64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmod__-UInt8Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmod__-UInt16Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmod__-UInt32Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestArithmeticOps::test_error[__rmod__-UInt64Dtype] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__eq__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ne__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__le__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__lt__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__ge__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_scalar[__gt__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__eq__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__eq__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__eq__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__eq__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__eq__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__eq__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__eq__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__eq__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ne__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ne__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ne__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ne__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ne__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ne__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ne__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ne__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__le__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__le__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__le__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__le__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__le__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__le__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__le__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__le__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__lt__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__lt__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__lt__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__lt__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__lt__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__lt__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__lt__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__lt__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ge__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ge__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ge__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ge__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ge__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ge__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ge__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__ge__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__gt__-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__gt__-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__gt__-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__gt__-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__gt__-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__gt__-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__gt__-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_compare_array[__gt__-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_len[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_len[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_len[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_len[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_len[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_len[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_len[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_len[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_ndim[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_ndim[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_ndim[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_ndim[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_ndim[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_ndim[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_ndim[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_ndim[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_can_hold_na_valid[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_can_hold_na_valid[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_can_hold_na_valid[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_can_hold_na_valid[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_can_hold_na_valid[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_can_hold_na_valid[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_can_hold_na_valid[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_can_hold_na_valid[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_memory_usage[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_memory_usage[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_memory_usage[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_memory_usage[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_memory_usage[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_memory_usage[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_memory_usage[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_memory_usage[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_array_interface[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_array_interface[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_array_interface[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_array_interface[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_array_interface[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_array_interface[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_array_interface[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_array_interface[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_extension_array_dtype[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_extension_array_dtype[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_extension_array_dtype[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_extension_array_dtype[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_extension_array_dtype[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_extension_array_dtype[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_extension_array_dtype[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_extension_array_dtype[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_no_values_attribute[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_no_values_attribute[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_no_values_attribute[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_no_values_attribute[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_no_values_attribute[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_no_values_attribute[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_no_values_attribute[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_no_values_attribute[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_numeric_honored[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_numeric_honored[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_numeric_honored[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_numeric_honored[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_numeric_honored[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_numeric_honored[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_numeric_honored[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_is_numeric_honored[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_isna_extension_array[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_isna_extension_array[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_isna_extension_array[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_isna_extension_array[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_isna_extension_array[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_isna_extension_array[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_isna_extension_array[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_isna_extension_array[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_copy[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_copy[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_copy[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_copy[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_copy[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_copy[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_copy[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestInterface::test_copy[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_sequence_from_cls[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_sequence_from_cls[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_sequence_from_cls[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_sequence_from_cls[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_sequence_from_cls[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_sequence_from_cls[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_sequence_from_cls[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_sequence_from_cls[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_array_from_scalars[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_array_from_scalars[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_array_from_scalars[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_array_from_scalars[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_array_from_scalars[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_array_from_scalars[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_array_from_scalars[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_array_from_scalars[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_constructor[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_constructor[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_constructor[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_constructor[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_constructor[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_constructor[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_constructor[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_constructor[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_constructor_from_dict[UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_from_series[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_from_series[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_from_series[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_from_series[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_from_series[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_from_series[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_from_series[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_dataframe_from_series[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_given_mismatched_index_raises[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_given_mismatched_index_raises[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_given_mismatched_index_raises[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_given_mismatched_index_raises[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_given_mismatched_index_raises[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_given_mismatched_index_raises[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_given_mismatched_index_raises[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_series_given_mismatched_index_raises[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_dtype[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_dtype[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_dtype[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_dtype[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_dtype[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_dtype[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_dtype[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_from_dtype[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array_dtype[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array_dtype[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array_dtype[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array_dtype[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array_dtype[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array_dtype[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array_dtype[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestConstructors::test_pandas_array_dtype[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat[UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_all_na_block[UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_mixed_dtypes[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_mixed_dtypes[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_mixed_dtypes[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_mixed_dtypes[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_mixed_dtypes[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_mixed_dtypes[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_mixed_dtypes[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_mixed_dtypes[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_columns[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_columns[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_columns[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_columns[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_columns[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_columns[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_columns[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_concat_columns[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_frame[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_frame[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_frame[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_frame[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_frame[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_frame[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_frame[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_frame[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_series_frame[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_series_frame[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_series_frame[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_series_frame[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_series_frame[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_series_frame[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_series_frame[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_align_series_frame[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_regular_with_extension[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_regular_with_extension[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_regular_with_extension[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_regular_with_extension[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_regular_with_extension[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_regular_with_extension[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_regular_with_extension[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_regular_with_extension[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_extension_with_regular[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_extension_with_regular[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_extension_with_regular[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_extension_with_regular[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_extension_with_regular[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_extension_with_regular[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_extension_with_regular[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_expand_extension_with_regular[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_overwrite_object[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_overwrite_object[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_overwrite_object[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_overwrite_object[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_overwrite_object[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_overwrite_object[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_overwrite_object[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_set_frame_overwrite_object[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array_duplicates[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array_duplicates[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array_duplicates[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array_duplicates[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array_duplicates[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array_duplicates[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array_duplicates[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_merge_on_extension_array_duplicates[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[Int8Dtype-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[Int8Dtype-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[Int16Dtype-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[Int16Dtype-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[Int32Dtype-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[Int32Dtype-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[Int64Dtype-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[Int64Dtype-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[UInt8Dtype-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[UInt8Dtype-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[UInt16Dtype-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[UInt16Dtype-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[UInt32Dtype-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[UInt32Dtype-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[UInt64Dtype-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_stack[UInt64Dtype-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int8Dtype-series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int8Dtype-series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int8Dtype-series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int8Dtype-series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int8Dtype-frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int8Dtype-frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int8Dtype-frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int8Dtype-frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int16Dtype-series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int16Dtype-series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int16Dtype-series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int16Dtype-series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int16Dtype-frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int16Dtype-frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int16Dtype-frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int16Dtype-frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int32Dtype-series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int32Dtype-series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int32Dtype-series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int32Dtype-series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int32Dtype-frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int32Dtype-frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int32Dtype-frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int32Dtype-frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int64Dtype-series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int64Dtype-series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int64Dtype-series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int64Dtype-series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int64Dtype-frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int64Dtype-frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int64Dtype-frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int64Dtype-frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt8Dtype-series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt8Dtype-series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt8Dtype-series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt8Dtype-series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt8Dtype-frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt8Dtype-frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt8Dtype-frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt8Dtype-frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt16Dtype-series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt16Dtype-series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt16Dtype-series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt16Dtype-series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt16Dtype-frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt16Dtype-frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt16Dtype-frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt16Dtype-frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt32Dtype-series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt32Dtype-series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt32Dtype-series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt32Dtype-series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt32Dtype-frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt32Dtype-frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt32Dtype-frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt32Dtype-frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt64Dtype-series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt64Dtype-series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt64Dtype-series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt64Dtype-series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt64Dtype-frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt64Dtype-frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt64Dtype-frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt64Dtype-frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_ravel[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_ravel[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_ravel[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_ravel[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_ravel[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_ravel[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_ravel[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestReshaping::test_ravel[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_series[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_series[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_series[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_series[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_series[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_series[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_series[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_series[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_frame[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_frame[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_frame[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_frame[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_frame[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_frame[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_frame[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_iloc_frame[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_series[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_series[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_series[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_series[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_series[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_series[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_series[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_series[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_frame[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_frame[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_frame[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_frame[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_frame[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_frame[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_frame[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_frame[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_iloc_frame_single_dtype[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_iloc_frame_single_dtype[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_iloc_frame_single_dtype[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_iloc_frame_single_dtype[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_iloc_frame_single_dtype[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_iloc_frame_single_dtype[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_iloc_frame_single_dtype[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_iloc_frame_single_dtype[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar_na[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar_na[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar_na[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar_na[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar_na[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar_na[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar_na[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_scalar_na[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_mask[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_mask[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_mask[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_mask[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_mask[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_mask[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_mask[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_mask[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_slice[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_slice[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_slice[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_slice[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_slice[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_slice[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_slice[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_getitem_slice[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_get[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_get[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_get[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_get[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_get[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_get[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_get[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_get[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_sequence[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_sequence[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_sequence[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_sequence[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_sequence[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_sequence[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_sequence[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_sequence[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_empty[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_empty[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_empty[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_empty[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_empty[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_empty[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_empty[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_empty[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_negative[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_negative[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_negative[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_negative[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_negative[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_negative[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_negative[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_negative[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_non_na_fill_value[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_non_na_fill_value[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_non_na_fill_value[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_non_na_fill_value[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_non_na_fill_value[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_non_na_fill_value[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_non_na_fill_value[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_non_na_fill_value[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_pandas_style_negative_raises[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_pandas_style_negative_raises[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_pandas_style_negative_raises[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_pandas_style_negative_raises[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_pandas_style_negative_raises[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_pandas_style_negative_raises[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_pandas_style_negative_raises[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_pandas_style_negative_raises[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_out_of_bounds_raises[UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_series[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_series[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_series[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_series[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_series[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_series[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_series[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_take_series[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex_non_na_fill_value[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex_non_na_fill_value[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex_non_na_fill_value[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex_non_na_fill_value[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex_non_na_fill_value[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex_non_na_fill_value[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex_non_na_fill_value[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_reindex_non_na_fill_value[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_len1[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_len1[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_len1[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_len1[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_len1[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_len1[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_len1[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGetitem::test_loc_len1[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[True-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[True-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[True-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[True-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[True-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[True-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[True-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[True-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[False-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[False-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[False-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[False-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[False-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[False-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[False-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_series[False-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[True-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[True-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[True-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[True-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[True-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[True-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[True-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[True-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[False-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[False-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[False-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[False-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[False-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[False-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[False-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence[False-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[True-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[True-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[True-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[True-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[True-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[True-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[True-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[True-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[False-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[False-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[False-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[False-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[False-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[False-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[False-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_empty_indxer[False-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[True-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[True-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[True-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[True-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[True-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[True-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[True-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[True-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[False-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[False-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[False-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[False-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[False-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[False-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[False-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_sequence_broadcasts[False-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[Int8Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[Int8Dtype-iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[Int16Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[Int16Dtype-iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[Int32Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[Int32Dtype-iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[Int64Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[Int64Dtype-iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[UInt8Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[UInt8Dtype-iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[UInt16Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[UInt16Dtype-iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[UInt32Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[UInt32Dtype-iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[UInt64Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar[UInt64Dtype-iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_mixed[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_mixed[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_mixed[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_mixed[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_mixed[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_mixed[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_mixed[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_mixed[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_single[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_single[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_single[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_single[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_single[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_single[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_single[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_single[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_mixed[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_mixed[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_mixed[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_mixed[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_mixed[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_mixed[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_mixed[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_mixed[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_single[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_single[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_single[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_single[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_single[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_single[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_single[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_single[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int8Dtype-loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int8Dtype-loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int8Dtype-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int8Dtype-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int16Dtype-loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int16Dtype-loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int16Dtype-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int16Dtype-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int32Dtype-loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int32Dtype-loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int32Dtype-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int32Dtype-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int64Dtype-loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int64Dtype-loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int64Dtype-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[Int64Dtype-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt8Dtype-loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt8Dtype-loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt8Dtype-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt8Dtype-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt16Dtype-loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt16Dtype-loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt16Dtype-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt16Dtype-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt32Dtype-loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt32Dtype-loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt32Dtype-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt32Dtype-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt64Dtype-loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt64Dtype-loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt64Dtype-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_aligned[UInt64Dtype-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[Int8Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[Int8Dtype-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[Int16Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[Int16Dtype-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[Int32Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[Int32Dtype-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[Int64Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[Int64Dtype-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[UInt8Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[UInt8Dtype-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[UInt16Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[UInt16Dtype-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[UInt32Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[UInt32Dtype-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[UInt64Dtype-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_mask_broadcast[UInt64Dtype-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_columns[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_columns[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_columns[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_columns[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_columns[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_columns[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_columns[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_columns[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_with_extension[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_with_extension[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_with_extension[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_with_extension[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_with_extension[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_with_extension[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_with_extension[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_expand_with_extension[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_frame_invalid_length[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_frame_invalid_length[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_frame_invalid_length[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_frame_invalid_length[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_frame_invalid_length[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_frame_invalid_length[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_frame_invalid_length[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_frame_invalid_length[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_tuple_index[Int8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_tuple_index[Int16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_tuple_index[Int32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_tuple_index[Int64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_tuple_index[UInt8Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_tuple_index[UInt16Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_tuple_index[UInt32Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_tuple_index[UInt64Dtype] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_mismatch_length_raises[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_mismatch_length_raises[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_mismatch_length_raises[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_mismatch_length_raises[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_mismatch_length_raises[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_mismatch_length_raises[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_mismatch_length_raises[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_mismatch_length_raises[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_array[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_array[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_array[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_array[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_array[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_array[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_array[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_slice_array[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_key_sequence_raise[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_key_sequence_raise[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_key_sequence_raise[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_key_sequence_raise[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_key_sequence_raise[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_key_sequence_raise[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_key_sequence_raise[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestSetitem::test_setitem_scalar_key_sequence_raise[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_isna[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_isna[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_isna[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_isna[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_isna[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_isna[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_isna[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_isna[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_array[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_array[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_array[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_array[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_array[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_array[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_array[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_array[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_series[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_series[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_series[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_series[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_series[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_series[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_series[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_series[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_frame[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_frame[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_frame[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_frame[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_frame[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_frame[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_frame[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_dropna_frame[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_scalar[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_scalar[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_scalar[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_scalar[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_scalar[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_scalar[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_scalar[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_scalar[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_pad[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_pad[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_pad[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_pad[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_pad[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_pad[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_pad[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_pad[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_backfill[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_backfill[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_backfill[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_backfill[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_backfill[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_backfill[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_backfill[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_limit_backfill[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[ffill-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[ffill-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[ffill-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[ffill-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[ffill-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[ffill-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[ffill-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[ffill-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[bfill-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[bfill-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[bfill-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[bfill-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[bfill-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[bfill-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[bfill-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_series_method[bfill-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_frame[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_frame[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_frame[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_frame[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_frame[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_frame[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_frame[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_frame[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_fill_other[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_fill_other[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_fill_other[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_fill_other[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_fill_other[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_fill_other[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_fill_other[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMissing::test_fillna_fill_other[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_count[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_count[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_count[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_count[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_count[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_count[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_count[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_count[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_series_count[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_series_count[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_series_count[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_series_count[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_series_count[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_series_count[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_series_count[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_series_count[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_apply_simple_series[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_apply_simple_series[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_apply_simple_series[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_apply_simple_series[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_apply_simple_series[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_apply_simple_series[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_apply_simple_series[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_apply_simple_series[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing_array[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing_array[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing_array[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing_array[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing_array[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing_array[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing_array[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing_array[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_argsort_missing[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[Int8Dtype-last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[Int8Dtype-first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[Int16Dtype-last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[Int16Dtype-first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[Int32Dtype-last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[Int32Dtype-first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[Int64Dtype-last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[Int64Dtype-first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[UInt8Dtype-last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[UInt8Dtype-first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[UInt16Dtype-last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[UInt16Dtype-first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[UInt32Dtype-last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[UInt32Dtype-first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[UInt64Dtype-last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_nargsort[UInt64Dtype-first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values[UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_missing[UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_sort_values_frame[UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int8Dtype-<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int8Dtype-<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int8Dtype-unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int8Dtype-unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int16Dtype-<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int16Dtype-<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int16Dtype-unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int16Dtype-unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int32Dtype-<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int32Dtype-<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int32Dtype-unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int32Dtype-unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int64Dtype-<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int64Dtype-<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int64Dtype-unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[Int64Dtype-unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt8Dtype-<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt8Dtype-<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt8Dtype-unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt8Dtype-unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt16Dtype-<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt16Dtype-<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt16Dtype-unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt16Dtype-unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt32Dtype-<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt32Dtype-<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt32Dtype-unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt32Dtype-unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt64Dtype-<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt64Dtype-<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt64Dtype-unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_unique[UInt64Dtype-unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[Int8Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[Int8Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[Int16Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[Int16Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[Int32Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[Int32Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[Int64Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[Int64Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[UInt8Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[UInt8Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[UInt16Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[UInt16Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[UInt32Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[UInt32Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[UInt64Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize[UInt64Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[Int8Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[Int8Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[Int16Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[Int16Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[Int32Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[Int32Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[Int64Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[Int64Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[UInt8Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[UInt8Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[UInt16Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[UInt16Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[UInt32Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[UInt32Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[UInt64Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_equivalence[UInt64Dtype--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_empty[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_empty[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_empty[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_empty[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_empty[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_empty[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_empty[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_factorize_empty[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_frame[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_frame[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_frame[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_frame[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_frame[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_frame[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_frame[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_frame[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_series[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_series[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_series[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_series[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_series[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_series[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_series[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_copy_series[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_length_mismatch[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_length_mismatch[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_length_mismatch[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_length_mismatch[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_length_mismatch[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_length_mismatch[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_length_mismatch[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_fillna_length_mismatch[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_add[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_add[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_add[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_add[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_add[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_add[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_add[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_add[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_first[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_first[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_first[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_first[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_first[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_first[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_first[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_first[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int8Dtype--2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int8Dtype--2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int8Dtype-0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int8Dtype-0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int8Dtype-2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int8Dtype-2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int16Dtype--2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int16Dtype--2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int16Dtype-0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int16Dtype-0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int16Dtype-2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int16Dtype-2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int32Dtype--2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int32Dtype--2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int32Dtype-0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int32Dtype-0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int32Dtype-2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int32Dtype-2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int64Dtype--2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int64Dtype--2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int64Dtype-0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int64Dtype-0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int64Dtype-2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[Int64Dtype-2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt8Dtype--2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt8Dtype--2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt8Dtype-0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt8Dtype-0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt8Dtype-2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt8Dtype-2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt16Dtype--2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt16Dtype--2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt16Dtype-0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt16Dtype-0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt16Dtype-2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt16Dtype-2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt32Dtype--2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt32Dtype--2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt32Dtype-0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt32Dtype-0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt32Dtype-2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt32Dtype-2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt64Dtype--2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt64Dtype--2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt64Dtype-0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt64Dtype-0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt64Dtype-2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_container_shift[UInt64Dtype-2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int8Dtype--4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int8Dtype--1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int8Dtype-0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int8Dtype-1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int8Dtype-4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int16Dtype--4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int16Dtype--1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int16Dtype-0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int16Dtype-1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int16Dtype-4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int32Dtype--4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int32Dtype--1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int32Dtype-0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int32Dtype-1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int32Dtype-4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int64Dtype--4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int64Dtype--1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int64Dtype-0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int64Dtype-1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[Int64Dtype-4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt8Dtype--4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt8Dtype--1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt8Dtype-0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt8Dtype-1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt8Dtype-4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt16Dtype--4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt16Dtype--1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt16Dtype-0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt16Dtype-1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt16Dtype-4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt32Dtype--4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt32Dtype--1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt32Dtype-0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt32Dtype-1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt32Dtype-4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt64Dtype--4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt64Dtype--1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt64Dtype-0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt64Dtype-1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_non_empty_array[UInt64Dtype-4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int8Dtype--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int8Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int8Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int8Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int8Dtype-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int16Dtype--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int16Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int16Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int16Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int16Dtype-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int32Dtype--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int32Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int32Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int32Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int32Dtype-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int64Dtype--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int64Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int64Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int64Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[Int64Dtype-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt8Dtype--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt8Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt8Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt8Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt8Dtype-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt16Dtype--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt16Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt16Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt16Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt16Dtype-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt32Dtype--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt32Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt32Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt32Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt32Dtype-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt64Dtype--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt64Dtype--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt64Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt64Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_empty_array[UInt64Dtype-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_fill_value[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_fill_value[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_fill_value[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_fill_value[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_fill_value[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_fill_value[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_fill_value[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_shift_fill_value[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[True-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[True-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[True-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[True-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[True-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[True-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[True-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[True-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[False-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[False-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[False-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[False-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[False-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[False-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[False-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_hash_pandas_object_works[False-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[True-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[True-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[True-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[True-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[True-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[True-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[True-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[True-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[False-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[False-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[False-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[False-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[False-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[False-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[False-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_searchsorted[False-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[True-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[True-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[True-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[True-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[True-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[True-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[True-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[True-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[False-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[False-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[False-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[False-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[False-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[False-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[False-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_where_series[False-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int8Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int8Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int8Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int8Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int16Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int16Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int16Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int16Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int32Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int32Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int32Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int32Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int64Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int64Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int64Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-Int64Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt8Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt8Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt8Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt8Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt16Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt16Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt16Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt16Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt32Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt32Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt32Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt32Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt64Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt64Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt64Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-True-UInt64Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int8Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int8Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int8Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int8Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int16Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int16Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int16Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int16Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int32Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int32Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int32Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int32Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int64Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int64Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int64Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-Int64Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt8Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt8Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt8Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt8Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt16Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt16Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt16Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt16Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt32Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt32Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt32Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt32Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt64Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt64Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt64Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[True-False-UInt64Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int8Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int8Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int8Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int8Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int16Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int16Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int16Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int16Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int32Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int32Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int32Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int32Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int64Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int64Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int64Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-Int64Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt8Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt8Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt8Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt8Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt16Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt16Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt16Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt16Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt32Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt32Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt32Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt32Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt64Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt64Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt64Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-True-UInt64Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int8Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int8Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int8Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int8Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int16Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int16Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int16Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int16Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int32Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int32Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int32Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int32Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int64Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int64Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int64Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-Int64Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt8Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt8Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt8Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt8Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt16Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt16Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt16Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt16Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt32Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt32Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt32Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt32Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt64Dtype-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt64Dtype-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt64Dtype-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat[False-False-UInt64Dtype-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int8Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int8Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int8Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int8Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int16Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int16Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int16Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int16Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int32Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int32Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int32Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int32Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int64Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int64Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int64Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-Int64Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt8Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt8Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt8Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt8Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt16Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt16Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt16Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt16Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt32Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt32Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt32Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt32Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt64Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt64Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt64Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[True-UInt64Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int8Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int8Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int8Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int8Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int16Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int16Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int16Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int16Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int32Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int32Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int32Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int32Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int64Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int64Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int64Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-Int64Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt8Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt8Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt8Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt8Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt16Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt16Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt16Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt16Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt32Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt32Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt32Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt32Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt64Dtype-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt64Dtype--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt64Dtype-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_repeat_raises[False-UInt64Dtype-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_value_counts[data_missing-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data_missing-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data_missing-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data_missing-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data_missing-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data_missing-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data_missing-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data_missing-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_object_series[data_missing-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_tolist[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_tolist[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_tolist[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_tolist[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_tolist[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_tolist[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_tolist[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_tolist[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_str[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_str[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_str[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_str[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_str[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_str[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_str[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestCasting::test_astype_str[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_grouping_grouper[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_grouping_grouper[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_grouping_grouper[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_grouping_grouper[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_grouping_grouper[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_grouping_grouper[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_grouping_grouper[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_grouping_grouper[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_agg[UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_no_sort[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_no_sort[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_no_sort[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_no_sort[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_no_sort[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_no_sort[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_no_sort[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_no_sort[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_transform[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_transform[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_transform[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_transform[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_transform[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_transform[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_transform[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_transform[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[scalar-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[scalar-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[scalar-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[scalar-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[scalar-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[scalar-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[scalar-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[scalar-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[list-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[list-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[list-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[list-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[list-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[list-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[list-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[list-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[series-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[series-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[series-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[series-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[series-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[series-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[series-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[series-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[object-Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[object-Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[object-Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[object-Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[object-UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[object-UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[object-UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_extension_apply[object-UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_apply_identity[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_apply_identity[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_apply_identity[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_apply_identity[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_apply_identity[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_apply_identity[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_apply_identity[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_groupby_apply_identity[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_in_numeric_groupby[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_in_numeric_groupby[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_in_numeric_groupby[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_in_numeric_groupby[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_in_numeric_groupby[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_in_numeric_groupby[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_in_numeric_groupby[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestGroupby::test_in_numeric_groupby[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[sum-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[max-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[min-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[mean-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[prod-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[std-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[var-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[median-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[kurt-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestNumericReduce::test_reduce_series[skew-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[all-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-Int8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-Int8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-Int16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-Int16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-Int32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-Int32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-Int64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-Int64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-UInt8Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-UInt8Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-UInt16Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-UInt16Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-UInt32Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-UInt32Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-UInt64Dtype-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestBooleanReduce::test_reduce_series[any-UInt64Dtype-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[Int8Dtype-big] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[Int8Dtype-small] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[Int16Dtype-big] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[Int16Dtype-small] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[Int32Dtype-big] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[Int32Dtype-small] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[Int64Dtype-big] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[Int64Dtype-small] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[UInt8Dtype-big] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[UInt8Dtype-small] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[UInt16Dtype-big] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[UInt16Dtype-small] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[UInt32Dtype-big] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[UInt32Dtype-small] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[UInt64Dtype-big] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr[UInt64Dtype-small] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr_unicode[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr_unicode[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr_unicode[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr_unicode[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr_unicode[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr_unicode[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr_unicode[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_array_repr_unicode[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_series_repr[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_series_repr[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_series_repr[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_series_repr[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_series_repr[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_series_repr[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_series_repr[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_series_repr[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dataframe_repr[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dataframe_repr[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dataframe_repr[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dataframe_repr[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dataframe_repr[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dataframe_repr[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dataframe_repr[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dataframe_repr[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dtype_name_in_info[Int8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dtype_name_in_info[Int16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dtype_name_in_info[Int32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dtype_name_in_info[Int64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dtype_name_in_info[UInt8Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dtype_name_in_info[UInt16Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dtype_name_in_info[UInt32Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestPrinting::test_dtype_name_in_info[UInt64Dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[Int8Dtype-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[Int8Dtype-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[Int16Dtype-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[Int16Dtype-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[Int32Dtype-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[Int32Dtype-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[Int64Dtype-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[Int64Dtype-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[UInt8Dtype-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[UInt8Dtype-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[UInt16Dtype-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[UInt16Dtype-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[UInt32Dtype-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[UInt32Dtype-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[UInt64Dtype-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestParsing::test_EA_types[UInt64Dtype-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_construct_from_string_own_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_is_dtype_from_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_is_dtype_unboxes_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_is_dtype_from_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_is_not_string_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_is_not_object_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_eq_with_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_eq_with_numpy_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_eq_with_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_array_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_check_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_hashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_eq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestDtype::test_construct_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestCasting::test_astype_object_series[data] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestCasting::test_astype_object_series[data_missing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestCasting::test_tolist PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestCasting::test_astype_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestConstructors::test_from_sequence_from_cls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestConstructors::test_array_from_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestConstructors::test_series_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestConstructors::test_dataframe_constructor_from_dict[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestConstructors::test_dataframe_constructor_from_dict[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestConstructors::test_dataframe_from_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestConstructors::test_series_given_mismatched_index_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestConstructors::test_from_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestConstructors::test_pandas_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestConstructors::test_pandas_array_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_iloc_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_iloc_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_loc_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_loc_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_loc_iloc_frame_single_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_getitem_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_getitem_scalar_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_getitem_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_getitem_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_take_sequence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_take_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_take_negative PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_take_non_na_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_take_pandas_style_negative_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_take_out_of_bounds_raises[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_take_out_of_bounds_raises[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_take_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_reindex_non_na_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGetitem::test_loc_len1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGrouping::test_grouping_grouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGrouping::test_groupby_extension_agg[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGrouping::test_groupby_extension_agg[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGrouping::test_groupby_extension_no_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGrouping::test_groupby_extension_transform PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGrouping::test_groupby_extension_apply[scalar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGrouping::test_groupby_extension_apply[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGrouping::test_groupby_extension_apply[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGrouping::test_groupby_extension_apply[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGrouping::test_groupby_apply_identity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestGrouping::test_in_numeric_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestInterface::test_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestInterface::test_ndim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestInterface::test_can_hold_na_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestInterface::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestInterface::test_array_interface PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestInterface::test_is_extension_array_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestInterface::test_no_values_attribute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestInterface::test_is_numeric_honored PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestInterface::test_isna_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestInterface::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[sum-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[sum-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[max-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[min-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[mean-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[mean-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[prod-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[prod-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[std-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[std-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[var-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[var-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[median-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[median-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[kurt-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[kurt-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[skew-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_numeric[skew-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_boolean[all-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_boolean[all-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_boolean[any-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReduce::test_reduce_series_boolean[any-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_value_counts[data-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_value_counts[data-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_value_counts[data_missing-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_value_counts[data_missing-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_series_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_apply_simple_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_argsort_missing_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_argsort_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_nargsort[last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_nargsort[first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_sort_values[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_sort_values[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_sort_values_missing[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_sort_values_missing[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_sort_values_frame[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_sort_values_frame[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_unique[<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_unique[<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_unique[unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_unique[unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_factorize[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_factorize[-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_factorize_equivalence[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_factorize_equivalence[-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_factorize_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_fillna_copy_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_fillna_copy_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_combine_le PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_combine_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_container_shift[-2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_container_shift[-2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_container_shift[0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_container_shift[0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_container_shift[2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_container_shift[2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_shift_non_empty_array[-4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_shift_non_empty_array[-1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_shift_non_empty_array[0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_shift_non_empty_array[1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_shift_non_empty_array[4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_shift_empty_array[-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_shift_empty_array[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_shift_empty_array[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_shift_empty_array[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_shift_empty_array[4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_shift_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_hash_pandas_object_works[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_hash_pandas_object_works[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_searchsorted[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_searchsorted[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_where_series[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_where_series[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[True-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[True-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[True-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[True-True-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[True-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[True-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[True-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[True-False-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[False-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[False-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[False-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[False-True-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[False-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[False-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[False-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat[False-False-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat_raises[True-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat_raises[True--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat_raises[True-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat_raises[True-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat_raises[False-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat_raises[False--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat_raises[False-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_repeat_raises[False-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_combine_add SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMethods::test_fillna_length_mismatch SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMissing::test_isna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMissing::test_dropna_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMissing::test_dropna_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMissing::test_dropna_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMissing::test_fillna_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMissing::test_fillna_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMissing::test_fillna_fill_other PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMissing::test_fillna_limit_pad SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMissing::test_fillna_series_method SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMissing::test_fillna_limit_backfill SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMissing::test_fillna_series SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestMissing::test_non_scalar_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_concat[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_concat[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_concat_all_na_block[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_concat_all_na_block[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_concat_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_concat_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_align_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_align_series_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_set_frame_expand_regular_with_extension PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_set_frame_expand_extension_with_regular PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_set_frame_overwrite_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_merge PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_merge_on_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_merge_on_extension_array_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_stack[columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_stack[columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_unstack[series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_unstack[series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_unstack[series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_unstack[series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_unstack[frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_unstack[frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_unstack[frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_unstack[frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestReshaping::test_ravel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_scalar_series[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_scalar_series[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_sequence[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_sequence[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_empty_indxer[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_empty_indxer[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_sequence_broadcasts[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_sequence_broadcasts[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_scalar[loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_scalar[iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_loc_scalar_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_loc_scalar_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_iloc_scalar_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_iloc_scalar_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_mask_aligned[loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_mask_aligned[loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_mask_aligned[None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_mask_aligned[None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_mask_broadcast[loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_mask_broadcast[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_expand_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_expand_with_extension PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_frame_invalid_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_tuple_index XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_slice_mismatch_length_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_slice_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestSetitem::test_setitem_scalar_key_sequence_raise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestPrinting::test_array_repr_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestPrinting::test_series_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestPrinting::test_dataframe_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestPrinting::test_dtype_name_in_info PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestPrinting::test_array_repr SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestParsing::test_EA_types[c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_interval.py::TestParsing::test_EA_types[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestCasting::test_astype_object_series[data-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestCasting::test_astype_object_series[data-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestCasting::test_astype_object_series[data_missing-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestCasting::test_astype_object_series[data_missing-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestCasting::test_tolist[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestCasting::test_tolist[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestCasting::test_astype_str[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestCasting::test_astype_str[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_from_sequence_from_cls[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_from_sequence_from_cls[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_series_constructor[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_series_constructor[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_dataframe_constructor_from_dict[float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_dataframe_constructor_from_dict[float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_dataframe_constructor_from_dict[object-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_dataframe_constructor_from_dict[object-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_dataframe_from_series[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_dataframe_from_series[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_series_given_mismatched_index_raises[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_series_given_mismatched_index_raises[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_pandas_array[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_pandas_array[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_pandas_array_dtype[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_pandas_array_dtype[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_from_dtype[float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_from_dtype[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_array_from_scalars[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestConstructors::test_array_from_scalars[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_name[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_name[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_kind[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_kind[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_construct_from_string_own_name[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_construct_from_string_own_name[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_is_dtype_from_name[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_is_dtype_from_name[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_is_dtype_unboxes_dtype[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_is_dtype_unboxes_dtype[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_is_dtype_from_self[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_is_dtype_from_self[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_string_type[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_string_type[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_object_type[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_object_type[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_eq_with_str[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_eq_with_str[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_eq_with_numpy_object[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_eq_with_numpy_object[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_eq_with_self[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_eq_with_self[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_array_type[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_array_type[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_hashable[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_hashable[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_str[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_str[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_eq[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_eq[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_construct_from_string[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_construct_from_string[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_check_dtype[float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestDtype::test_check_dtype[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_iloc_series[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_iloc_series[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_iloc_frame[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_iloc_frame[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_loc_series[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_loc_series[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_loc_frame[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_loc_frame[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_getitem_scalar_na[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_getitem_scalar_na[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_getitem_mask[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_getitem_mask[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_getitem_slice[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_getitem_slice[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_get[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_get[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_sequence[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_sequence[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_empty[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_empty[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_negative[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_negative[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_non_na_fill_value[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_non_na_fill_value[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_pandas_style_negative_raises[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_pandas_style_negative_raises[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_out_of_bounds_raises[float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_out_of_bounds_raises[float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_out_of_bounds_raises[object-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_out_of_bounds_raises[object-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_reindex[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_reindex[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_reindex_non_na_fill_value[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_reindex_non_na_fill_value[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_loc_len1[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_loc_len1[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_getitem_scalar[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_getitem_scalar[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_series[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_take_series[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_loc_iloc_frame_single_dtype[float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGetitem::test_loc_iloc_frame_single_dtype[object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_grouping_grouper[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_grouping_grouper[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_agg[float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_agg[float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_agg[object-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_agg[object-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_no_sort[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_no_sort[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_transform[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_transform[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_apply_identity[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_apply_identity[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_in_numeric_groupby[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_in_numeric_groupby[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_apply[scalar-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_apply[scalar-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_apply[list-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_apply[list-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_apply[series-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_apply[series-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_apply[object-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestGroupby::test_groupby_extension_apply[object-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_len[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_len[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_ndim[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_ndim[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_can_hold_na_valid[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_can_hold_na_valid[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_memory_usage[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_memory_usage[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_is_extension_array_dtype[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_is_extension_array_dtype[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_no_values_attribute[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_no_values_attribute[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_is_numeric_honored[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_is_numeric_honored[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_isna_extension_array[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_isna_extension_array[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_copy[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_copy[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_array_interface[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestInterface::test_array_interface[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_count[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_count[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_series_count[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_series_count[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_apply_simple_series[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_apply_simple_series[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_argsort[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_argsort[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_argsort_missing_array[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_argsort_missing_array[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_argsort_missing[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_argsort_missing[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_nargsort[float-last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_nargsort[float-first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_nargsort[object-last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_nargsort[object-first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_sort_values[float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_sort_values[float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_sort_values[object-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_sort_values[object-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_sort_values_missing[float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_sort_values_missing[float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_sort_values_missing[object-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_sort_values_missing[object-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_sort_values_frame[float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_sort_values_frame[float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_sort_values_frame[object-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_sort_values_frame[object-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_factorize[float--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_factorize[float--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_factorize[object--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_factorize[object--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_factorize_equivalence[float--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_factorize_equivalence[float--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_factorize_equivalence[object--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_factorize_equivalence[object--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_factorize_empty[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_factorize_empty[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_fillna_length_mismatch[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_fillna_length_mismatch[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_combine_first[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_combine_first[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_container_shift[float--2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_container_shift[float--2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_container_shift[float-0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_container_shift[float-0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_container_shift[float-2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_container_shift[float-2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_container_shift[object--2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_container_shift[object--2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_container_shift[object-0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_container_shift[object-0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_container_shift[object-2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_container_shift[object-2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_non_empty_array[float--4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_non_empty_array[float--1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_non_empty_array[float-0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_non_empty_array[float-1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_non_empty_array[float-4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_non_empty_array[object--4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_non_empty_array[object--1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_non_empty_array[object-0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_non_empty_array[object-1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_non_empty_array[object-4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_empty_array[float--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_empty_array[float--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_empty_array[float-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_empty_array[float-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_empty_array[float-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_empty_array[object--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_empty_array[object--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_empty_array[object-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_empty_array[object-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_empty_array[object-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[True-float-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[True-float--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[True-float-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[True-float-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[True-object-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[True-object--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[True-object-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[True-object-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[False-float-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[False-float--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[False-float-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[False-float-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[False-object-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[False-object--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[False-object-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat_raises[False-object-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_value_counts[data-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_value_counts[data-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_value_counts[data_missing-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_value_counts[data_missing-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_combine_le[float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_combine_le[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_combine_add[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_combine_add[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_fill_value[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_shift_fill_value[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_unique[float-<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_unique[float-<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_unique[float-unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_unique[float-unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_unique[object-<lambda>-Series] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_unique[object-<lambda>-<lambda>] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_unique[object-unique-Series] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_unique[object-unique-<lambda>] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_fillna_copy_frame[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_fillna_copy_frame[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_fillna_copy_series[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_fillna_copy_series[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_hash_pandas_object_works[True-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_hash_pandas_object_works[True-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_hash_pandas_object_works[False-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_hash_pandas_object_works[False-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_searchsorted[True-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_searchsorted[True-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_searchsorted[False-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_searchsorted[False-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_where_series[True-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_where_series[True-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_where_series[False-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_where_series[False-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-True-float-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-True-float-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-True-float-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-True-float-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-True-object-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-True-object-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-True-object-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-True-object-repeats3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-False-float-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-False-float-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-False-float-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-False-float-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-False-object-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-False-object-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-False-object-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[True-False-object-repeats3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-True-float-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-True-float-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-True-float-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-True-float-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-True-object-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-True-object-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-True-object-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-True-object-repeats3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-False-float-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-False-float-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-False-float-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-False-float-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-False-object-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-False-object-1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-False-object-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMethods::test_repeat[False-False-object-repeats3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__add__-float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__add__-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__radd__-float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__radd__-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__sub__-float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__sub__-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__rsub__-float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__rsub__-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__mul__-float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__mul__-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__rmul__-float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__rmul__-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__floordiv__-float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__floordiv__-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__rfloordiv__-float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__rfloordiv__-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__truediv__-float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__truediv__-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__rtruediv__-float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__rtruediv__-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__pow__-float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__pow__-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__rpow__-float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__rpow__-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__mod__-float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__mod__-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__rmod__-float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_frame_with_scalar[__rmod__-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_divmod[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_divmod[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_add_series_with_extension_array[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_add_series_with_extension_array[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_direct_arith_with_series_returns_not_implemented[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_direct_arith_with_series_returns_not_implemented[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_divmod_series_array[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_divmod_series_array[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__add__-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__add__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__radd__-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__radd__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__sub__-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__sub__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__rsub__-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__rsub__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__mul__-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__mul__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__rmul__-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__rmul__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__floordiv__-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__floordiv__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__rfloordiv__-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__rfloordiv__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__truediv__-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__truediv__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__rtruediv__-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__rtruediv__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__pow__-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__pow__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__rpow__-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__rpow__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__mod__-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__mod__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__rmod__-float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_error[__rmod__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__add__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__add__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__radd__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__radd__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__sub__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__sub__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__rsub__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__rsub__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__mul__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__mul__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__rmul__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__rmul__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__floordiv__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__floordiv__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__rfloordiv__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__rfloordiv__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__truediv__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__truediv__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__rtruediv__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__rtruediv__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__pow__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__pow__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__rpow__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__rpow__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__mod__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__mod__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__rmod__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_scalar[__rmod__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__add__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__add__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__radd__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__radd__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__sub__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__sub__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__rsub__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__rsub__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__mul__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__mul__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__rmul__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__rmul__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__floordiv__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__floordiv__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__rfloordiv__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__rfloordiv__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__truediv__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__truediv__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__rtruediv__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__rtruediv__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__pow__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__pow__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__rpow__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__rpow__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__mod__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__mod__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__rmod__-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestArithmetics::test_arith_series_with_array[__rmod__-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestPrinting::test_array_repr[float-big] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestPrinting::test_array_repr[float-small] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestPrinting::test_array_repr[object-big] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestPrinting::test_array_repr[object-small] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestPrinting::test_array_repr_unicode[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestPrinting::test_array_repr_unicode[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestPrinting::test_series_repr[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestPrinting::test_series_repr[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestPrinting::test_dataframe_repr[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestPrinting::test_dataframe_repr[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestPrinting::test_dtype_name_in_info[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestPrinting::test_dtype_name_in_info[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[sum-float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[sum-float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[sum-object-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[sum-object-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[max-float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[max-float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[max-object-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[max-object-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[min-float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[min-float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[min-object-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[min-object-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[mean-float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[mean-float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[mean-object-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[mean-object-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[prod-float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[prod-float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[prod-object-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[prod-object-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[std-float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[std-float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[std-object-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[std-object-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[var-float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[var-float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[var-object-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[var-object-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[median-float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[median-float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[median-object-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[median-object-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[kurt-float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[kurt-float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[kurt-object-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[kurt-object-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[skew-float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[skew-float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[skew-object-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestNumericReduce::test_reduce_series[skew-object-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestBooleanReduce::test_reduce_series[all-float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestBooleanReduce::test_reduce_series[all-float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestBooleanReduce::test_reduce_series[all-object-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestBooleanReduce::test_reduce_series[all-object-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestBooleanReduce::test_reduce_series[any-float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestBooleanReduce::test_reduce_series[any-float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestBooleanReduce::test_reduce_series[any-object-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestBooleanReduce::test_reduce_series[any-object-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_isna[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_isna[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_dropna_array[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_dropna_array[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_dropna_series[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_dropna_series[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_dropna_frame[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_dropna_frame[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_limit_pad[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_limit_pad[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_limit_backfill[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_limit_backfill[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_fill_other[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_fill_other[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_scalar[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_scalar[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_series_method[ffill-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_series_method[ffill-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_series_method[bfill-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_series_method[bfill-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_series[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_series[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_frame[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestMissing::test_fillna_frame[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_concat[float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_concat[float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_concat[object-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_concat[object-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_concat_all_na_block[float-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_concat_all_na_block[float-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_concat_all_na_block[object-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_concat_all_na_block[object-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_concat_columns[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_concat_columns[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_align[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_align[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_align_frame[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_align_frame[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_align_series_frame[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_align_series_frame[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_set_frame_expand_regular_with_extension[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_set_frame_expand_regular_with_extension[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_set_frame_expand_extension_with_regular[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_set_frame_expand_extension_with_regular[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_set_frame_overwrite_object[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_set_frame_overwrite_object[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_stack[float-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_stack[float-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_stack[object-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_stack[object-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[float-series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[float-series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[float-series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[float-series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[float-frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[float-frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[float-frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[float-frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[object-series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[object-series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[object-series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[object-series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[object-frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[object-frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[object-frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[object-frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_ravel[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_ravel[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_concat_mixed_dtypes[float] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_concat_mixed_dtypes[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_merge[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_merge[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_merge_on_extension_array[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_merge_on_extension_array[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_merge_on_extension_array_duplicates[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestReshaping::test_merge_on_extension_array_duplicates[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_empty_indxer[True-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_empty_indxer[True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_empty_indxer[False-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_empty_indxer[False-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_scalar[float-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_scalar[float-iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_scalar[object-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_scalar[object-iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_loc_scalar_single[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_loc_scalar_single[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_iloc_scalar_single[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_iloc_scalar_single[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_mask_aligned[float-loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_mask_aligned[float-loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_mask_aligned[float-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_mask_aligned[float-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_mask_aligned[object-loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_mask_aligned[object-loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_mask_aligned[object-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_mask_aligned[object-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_expand_columns[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_expand_columns[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_expand_with_extension[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_expand_with_extension[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_frame_invalid_length[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_frame_invalid_length[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_tuple_index[float] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_tuple_index[object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_slice_mismatch_length_raises[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_slice_mismatch_length_raises[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_slice_array[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_slice_array[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_scalar_series[True-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_scalar_series[True-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_scalar_series[False-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_scalar_series[False-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_sequence[True-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_sequence[True-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_sequence[False-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_sequence[False-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_sequence_broadcasts[True-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_sequence_broadcasts[True-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_sequence_broadcasts[False-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_sequence_broadcasts[False-object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_loc_scalar_mixed[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_loc_scalar_mixed[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_iloc_scalar_mixed[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_iloc_scalar_mixed[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_mask_broadcast[float-loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_mask_broadcast[float-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_mask_broadcast[object-loc] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_mask_broadcast[object-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_scalar_key_sequence_raise[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestSetitem::test_setitem_scalar_key_sequence_raise[object] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestParsing::test_EA_types[float-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestParsing::test_EA_types[float-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestParsing::test_EA_types[object-c] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_numpy.py::TestParsing::test_EA_types[object-python] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_construct_from_string_own_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_dtype_from_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_dtype_unboxes_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_dtype_from_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_string_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_object_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_eq_with_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_eq_with_numpy_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_eq_with_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_array_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_check_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_hashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_eq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPeriodDtype::test_construct_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestConstructors::test_from_sequence_from_cls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestConstructors::test_array_from_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestConstructors::test_series_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestConstructors::test_dataframe_constructor_from_dict[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestConstructors::test_dataframe_constructor_from_dict[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestConstructors::test_dataframe_from_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestConstructors::test_series_given_mismatched_index_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestConstructors::test_from_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestConstructors::test_pandas_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestConstructors::test_pandas_array_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_iloc_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_iloc_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_loc_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_loc_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_loc_iloc_frame_single_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_getitem_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_getitem_scalar_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_getitem_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_getitem_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_take_sequence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_take_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_take_negative PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_take_non_na_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_take_pandas_style_negative_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_take_out_of_bounds_raises[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_take_out_of_bounds_raises[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_take_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_reindex_non_na_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGetitem::test_loc_len1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_value_counts[data-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_value_counts[data-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_value_counts[data_missing-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_value_counts[data_missing-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_series_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_apply_simple_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_argsort_missing_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_argsort_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_nargsort[last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_nargsort[first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_sort_values[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_sort_values[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_sort_values_missing[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_sort_values_missing[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_sort_values_frame[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_sort_values_frame[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_unique[<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_unique[<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_unique[unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_unique[unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_factorize[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_factorize[-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_factorize_equivalence[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_factorize_equivalence[-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_factorize_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_fillna_copy_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_fillna_copy_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_fillna_length_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_combine_le PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_combine_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_container_shift[-2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_container_shift[-2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_container_shift[0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_container_shift[0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_container_shift[2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_container_shift[2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_shift_non_empty_array[-4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_shift_non_empty_array[-1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_shift_non_empty_array[0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_shift_non_empty_array[1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_shift_non_empty_array[4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_shift_empty_array[-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_shift_empty_array[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_shift_empty_array[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_shift_empty_array[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_shift_empty_array[4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_shift_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_hash_pandas_object_works[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_hash_pandas_object_works[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_searchsorted[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_searchsorted[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_where_series[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_where_series[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[True-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[True-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[True-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[True-True-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[True-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[True-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[True-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[True-False-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[False-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[False-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[False-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[False-True-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[False-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[False-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[False-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat[False-False-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat_raises[True-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat_raises[True--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat_raises[True-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat_raises[True-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat_raises[False-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat_raises[False--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat_raises[False-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_repeat_raises[False-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMethods::test_combine_add PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestInterface::test_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestInterface::test_ndim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestInterface::test_can_hold_na_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestInterface::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestInterface::test_array_interface PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestInterface::test_is_extension_array_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestInterface::test_no_values_attribute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestInterface::test_is_numeric_honored PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestInterface::test_isna_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestInterface::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_divmod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_divmod_series_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_scalar[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_array[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_array[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_array[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_array[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_array[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_array[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_array[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_array[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_array[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_array[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_arith_series_with_array[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_add_series_with_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestCasting::test_astype_object_series[data] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestCasting::test_astype_object_series[data_missing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestCasting::test_tolist PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestCasting::test_astype_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestComparisonOps::test_compare_scalar[__eq__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestComparisonOps::test_compare_scalar[__ne__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestComparisonOps::test_compare_scalar[__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestComparisonOps::test_compare_scalar[__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestComparisonOps::test_compare_scalar[__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestComparisonOps::test_compare_scalar[__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestComparisonOps::test_compare_array[__eq__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestComparisonOps::test_compare_array[__ne__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestComparisonOps::test_compare_array[__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestComparisonOps::test_compare_array[__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestComparisonOps::test_compare_array[__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestComparisonOps::test_compare_array[__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMissing::test_isna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMissing::test_dropna_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMissing::test_dropna_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMissing::test_dropna_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMissing::test_fillna_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMissing::test_fillna_limit_pad PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMissing::test_fillna_limit_backfill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMissing::test_fillna_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMissing::test_fillna_series_method[ffill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMissing::test_fillna_series_method[bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMissing::test_fillna_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestMissing::test_fillna_fill_other PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_concat[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_concat[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_concat_all_na_block[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_concat_all_na_block[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_concat_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_concat_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_align_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_align_series_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_set_frame_expand_regular_with_extension PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_set_frame_expand_extension_with_regular PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_set_frame_overwrite_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_merge PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_merge_on_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_merge_on_extension_array_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_stack[columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_stack[columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_unstack[series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_unstack[series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_unstack[series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_unstack[series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_unstack[frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_unstack[frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_unstack[frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_unstack[frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestReshaping::test_ravel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_scalar_series[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_scalar_series[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_sequence[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_sequence[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_empty_indxer[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_empty_indxer[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_sequence_broadcasts[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_sequence_broadcasts[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_scalar[loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_scalar[iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_loc_scalar_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_loc_scalar_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_iloc_scalar_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_iloc_scalar_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_mask_aligned[loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_mask_aligned[loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_mask_aligned[None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_mask_aligned[None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_mask_broadcast[loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_mask_broadcast[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_expand_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_expand_with_extension PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_frame_invalid_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_tuple_index XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_slice_mismatch_length_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_slice_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestSetitem::test_setitem_scalar_key_sequence_raise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGroupby::test_grouping_grouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGroupby::test_groupby_extension_agg[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGroupby::test_groupby_extension_agg[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGroupby::test_groupby_extension_no_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGroupby::test_groupby_extension_transform PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGroupby::test_groupby_extension_apply[scalar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGroupby::test_groupby_extension_apply[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGroupby::test_groupby_extension_apply[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGroupby::test_groupby_extension_apply[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGroupby::test_groupby_apply_identity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestGroupby::test_in_numeric_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPrinting::test_array_repr[big] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPrinting::test_array_repr[small] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPrinting::test_array_repr_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPrinting::test_series_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPrinting::test_dataframe_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestPrinting::test_dtype_name_in_info PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestParsing::test_EA_types[c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_period.py::TestParsing::test_EA_types[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_construct_from_string_own_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_is_dtype_from_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_is_dtype_unboxes_dtype[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_is_dtype_unboxes_dtype[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_is_dtype_from_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_is_not_string_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_is_not_object_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_eq_with_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_eq_with_numpy_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_eq_with_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_array_type[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_array_type[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_check_dtype[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_check_dtype[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_hashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_eq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_construct_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_ravel[0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_ravel[nan] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_array_type_with_arg[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestDtype::test_array_type_with_arg[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_len[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_len[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_ndim[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_ndim[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_can_hold_na_valid[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_can_hold_na_valid[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_memory_usage[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_memory_usage[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_array_interface[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_array_interface[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_is_extension_array_dtype[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_is_extension_array_dtype[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_is_numeric_honored[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_is_numeric_honored[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_isna_extension_array[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_isna_extension_array[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_ravel[0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_ravel[nan] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_no_values_attribute[0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_no_values_attribute[nan] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_copy[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestInterface::test_copy[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_from_sequence_from_cls[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_from_sequence_from_cls[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_array_from_scalars[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_array_from_scalars[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_series_constructor[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_series_constructor[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_dataframe_constructor_from_dict[0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_dataframe_constructor_from_dict[0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_dataframe_constructor_from_dict[nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_dataframe_constructor_from_dict[nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_dataframe_from_series[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_dataframe_from_series[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_series_given_mismatched_index_raises[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_series_given_mismatched_index_raises[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_from_dtype[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_from_dtype[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_pandas_array[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_pandas_array[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_pandas_array_dtype[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_pandas_array_dtype[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_ravel[0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestConstructors::test_ravel[nan] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_concat[0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_concat[0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_concat[nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_concat[nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_concat_all_na_block[0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_concat_all_na_block[0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_concat_all_na_block[nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_concat_all_na_block[nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_set_frame_expand_regular_with_extension[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_set_frame_expand_regular_with_extension[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_set_frame_expand_extension_with_regular[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_set_frame_expand_extension_with_regular[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_set_frame_overwrite_object[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_set_frame_overwrite_object[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_merge_on_extension_array[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_merge_on_extension_array[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_merge_on_extension_array_duplicates[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_merge_on_extension_array_duplicates[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_stack[0-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_stack[0-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_stack[nan-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_stack[nan-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_ravel[0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_ravel[nan] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_concat_mixed_dtypes[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_concat_mixed_dtypes[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_concat_columns[0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_concat_columns[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_align[0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_align[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_align_frame[0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_align_frame[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_align_series_frame[0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_align_series_frame[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_merge[0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestReshaping::test_merge[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_iloc_series[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_iloc_series[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_iloc_frame[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_iloc_frame[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_loc_series[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_loc_series[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_loc_frame[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_loc_frame[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_loc_iloc_frame_single_dtype[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_loc_iloc_frame_single_dtype[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_getitem_scalar[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_getitem_scalar[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_getitem_scalar_na[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_getitem_scalar_na[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_getitem_mask[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_getitem_mask[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_getitem_slice[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_getitem_slice[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_sequence[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_sequence[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_empty[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_empty[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_negative[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_negative[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_non_na_fill_value[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_non_na_fill_value[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_pandas_style_negative_raises[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_pandas_style_negative_raises[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_out_of_bounds_raises[0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_out_of_bounds_raises[0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_out_of_bounds_raises[nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_out_of_bounds_raises[nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_series[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_take_series[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_reindex_non_na_fill_value[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_reindex_non_na_fill_value[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_loc_len1[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_loc_len1[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_ravel[0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_ravel[nan] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_get[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_get[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_reindex[0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestGetitem::test_reindex[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_dropna_array[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_dropna_array[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_dropna_series[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_dropna_series[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_dropna_frame[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_dropna_frame[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_fillna_scalar[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_fillna_scalar[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_fillna_fill_other[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_fillna_fill_other[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_ravel[0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_ravel[nan] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_isna[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_isna[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_fillna_limit_pad[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_fillna_limit_pad[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_fillna_limit_backfill[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_fillna_limit_backfill[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_fillna_series_method[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_fillna_series_method[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_fillna_series SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_fillna_frame[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMissing::test_fillna_frame[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data-0-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data-0-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data-0-nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data-0-nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data-nan-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data-nan-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data-nan-nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data-nan-nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data_missing-0-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data_missing-0-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data_missing-0-nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data_missing-0-nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data_missing-nan-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data_missing-nan-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data_missing-nan-nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_value_counts[data_missing-nan-nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_count[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_count[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_series_count[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_series_count[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_apply_simple_series[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_apply_simple_series[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_argsort[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_argsort[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_argsort_missing_array[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_argsort_missing_array[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_argsort_missing[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_argsort_missing[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_nargsort[0-last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_nargsort[0-first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_nargsort[nan-last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_nargsort[nan-first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_sort_values[0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_sort_values[0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_sort_values[nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_sort_values[nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_sort_values_missing[0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_sort_values_missing[0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_sort_values_missing[nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_sort_values_missing[nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_sort_values_frame[0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_sort_values_frame[0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_sort_values_frame[nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_sort_values_frame[nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_unique[0-<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_unique[0-<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_unique[0-unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_unique[0-unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_unique[nan-<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_unique[nan-<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_unique[nan-unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_unique[nan-unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_factorize[0--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_factorize[0--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_factorize[nan--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_factorize[nan--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_factorize_equivalence[0--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_factorize_equivalence[0--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_factorize_equivalence[nan--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_factorize_equivalence[nan--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_factorize_empty[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_factorize_empty[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_combine_add[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_combine_add[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_container_shift[0--2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_container_shift[0--2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_container_shift[0-0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_container_shift[0-0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_container_shift[0-2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_container_shift[0-2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_container_shift[nan--2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_container_shift[nan--2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_container_shift[nan-0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_container_shift[nan-0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_container_shift[nan-2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_container_shift[nan-2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_non_empty_array[0--4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_non_empty_array[0--1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_non_empty_array[0-0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_non_empty_array[0-1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_non_empty_array[0-4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_non_empty_array[nan--4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_non_empty_array[nan--1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_non_empty_array[nan-0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_non_empty_array[nan-1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_non_empty_array[nan-4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_empty_array[0--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_empty_array[0--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_empty_array[0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_empty_array[0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_empty_array[0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_empty_array[nan--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_empty_array[nan--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_empty_array[nan-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_empty_array[nan-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_empty_array[nan-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_fill_value[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_shift_fill_value[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_hash_pandas_object_works[0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_hash_pandas_object_works[0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_hash_pandas_object_works[nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_hash_pandas_object_works[nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-True-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-True-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-True-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-True-True-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-True-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-True-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-True-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-True-False-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-False-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-False-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-False-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-False-True-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-False-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-False-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-False-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[0-False-False-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-True-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-True-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-True-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-True-True-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-True-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-True-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-True-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-True-False-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-False-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-False-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-False-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-False-True-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-False-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-False-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-False-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat[nan-False-False-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[0-True-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[0-True--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[0-True-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[0-True-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[0-False-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[0-False--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[0-False-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[0-False-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[nan-True-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[nan-True--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[nan-True-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[nan-True-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[nan-False-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[nan-False--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[nan-False-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_repeat_raises[nan-False-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_ravel[0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_ravel[nan] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_combine_le[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_combine_le[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_fillna_copy_frame[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_fillna_copy_frame[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_fillna_copy_series[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_fillna_copy_series[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_fillna_length_mismatch[0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_fillna_length_mismatch[nan] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_where_series[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_where_series[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_combine_first[0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_combine_first[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_searchsorted[0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_searchsorted[0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_searchsorted[nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestMethods::test_searchsorted[nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestCasting::test_astype_object_series[data-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestCasting::test_astype_object_series[data-0-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestCasting::test_astype_object_series[data-nan-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestCasting::test_astype_object_series[data-nan-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestCasting::test_astype_object_series[data_missing-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestCasting::test_astype_object_series[data_missing-0-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestCasting::test_astype_object_series[data_missing-nan-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestCasting::test_astype_object_series[data_missing-nan-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestCasting::test_tolist[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestCasting::test_tolist[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestCasting::test_astype_str[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestCasting::test_astype_str[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestCasting::test_ravel[0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestCasting::test_ravel[nan] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[0-__add__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[0-__radd__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[0-__sub__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[0-__rsub__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[0-__mul__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[0-__rmul__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[0-__floordiv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[0-__rfloordiv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[0-__truediv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[0-__rtruediv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[0-__pow__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[0-__rpow__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[0-__mod__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[0-__rmod__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[nan-__add__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[nan-__radd__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[nan-__sub__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[nan-__rsub__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[nan-__mul__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[nan-__rmul__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[nan-__floordiv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[nan-__rfloordiv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[nan-__truediv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[nan-__rtruediv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[nan-__pow__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[nan-__rpow__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[nan-__mod__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_frame_with_scalar[nan-__rmod__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_divmod[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_divmod[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_divmod_series_array[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_divmod_series_array[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_add_series_with_extension_array[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_add_series_with_extension_array[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_ravel[0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_ravel[nan] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[0-__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[0-__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[0-__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[0-__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[0-__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[0-__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[0-__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[0-__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[0-__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[0-__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[0-__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[0-__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[0-__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[0-__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[nan-__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[nan-__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[nan-__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[nan-__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[nan-__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[nan-__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[nan-__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[nan-__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[nan-__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[nan-__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[nan-__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[nan-__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[nan-__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_error[nan-__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[0-__add__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[0-__radd__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[0-__sub__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[0-__rsub__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[0-__mul__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[0-__rmul__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[0-__floordiv__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[0-__rfloordiv__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[0-__truediv__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[0-__rtruediv__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[0-__pow__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[0-__rpow__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[0-__mod__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[0-__rmod__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[nan-__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[nan-__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[nan-__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[nan-__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[nan-__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[nan-__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[nan-__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[nan-__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[nan-__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[nan-__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[nan-__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[nan-__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[nan-__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_scalar[nan-__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[0-__add__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[0-__radd__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[0-__sub__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[0-__rsub__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[0-__mul__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[0-__rmul__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[0-__floordiv__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[0-__rfloordiv__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[0-__truediv__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[0-__rtruediv__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[0-__pow__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[0-__rpow__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[0-__mod__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[0-__rmod__] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[nan-__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[nan-__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[nan-__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[nan-__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[nan-__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[nan-__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[nan-__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[nan-__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[nan-__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[nan-__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[nan-__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[nan-__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[nan-__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestArithmeticOps::test_arith_series_with_array[nan-__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_scalar[0-__eq__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_scalar[0-__ne__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_scalar[0-__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_scalar[0-__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_scalar[0-__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_scalar[0-__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_scalar[nan-__eq__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_scalar[nan-__ne__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_scalar[nan-__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_scalar[nan-__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_scalar[nan-__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_scalar[nan-__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_array[0-__eq__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_array[0-__ne__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_array[0-__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_array[0-__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_array[0-__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_array[0-__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_array[nan-__eq__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_array[nan-__ne__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_array[nan-__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_array[nan-__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_array[nan-__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_compare_array[nan-__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_ravel[0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestComparisonOps::test_ravel[nan] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestPrinting::test_array_repr_unicode[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestPrinting::test_array_repr_unicode[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestPrinting::test_series_repr[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestPrinting::test_series_repr[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestPrinting::test_dataframe_repr[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestPrinting::test_dataframe_repr[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestPrinting::test_dtype_name_in_info[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestPrinting::test_dtype_name_in_info[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestPrinting::test_ravel[0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestPrinting::test_ravel[nan] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestPrinting::test_array_repr[0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestPrinting::test_array_repr[nan] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestParsing::test_ravel[0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestParsing::test_ravel[nan] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestParsing::test_EA_types[0-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestParsing::test_EA_types[0-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestParsing::test_EA_types[nan-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_sparse.py::TestParsing::test_EA_types[nan-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_construct_from_string_own_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_dtype_from_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_dtype_unboxes_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_dtype_from_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_not_string_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_not_object_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_eq_with_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_eq_with_numpy_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_eq_with_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_array_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_check_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_eq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_construct_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_hashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_ndim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_can_hold_na_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_array_interface PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_is_extension_array_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_no_values_attribute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_is_numeric_honored PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_isna_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestInterface::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_from_sequence_from_cls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_array_from_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_series_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_dataframe_constructor_from_dict[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_dataframe_constructor_from_dict[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_dataframe_from_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_series_given_mismatched_index_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_pandas_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_pandas_array_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestConstructors::test_from_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_concat[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_concat[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_concat_all_na_block[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_concat_all_na_block[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_concat_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_concat_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_align_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_align_series_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_set_frame_expand_regular_with_extension PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_set_frame_expand_extension_with_regular PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_set_frame_overwrite_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_merge PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_merge_on_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_merge_on_extension_array_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_stack[columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_stack[columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_unstack[series-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_unstack[series-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_unstack[series-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_unstack[series-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_unstack[frame-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_unstack[frame-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_unstack[frame-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_unstack[frame-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_ravel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_iloc_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_iloc_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_loc_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_loc_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_loc_iloc_frame_single_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_getitem_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_getitem_scalar_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_getitem_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_getitem_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_sequence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_negative PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_non_na_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_pandas_style_negative_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_out_of_bounds_raises[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_out_of_bounds_raises[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_reindex_non_na_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_loc_len1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGetitem::test_take_na_value_other_decimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_isna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_dropna_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_dropna_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_dropna_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_limit_pad PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_limit_backfill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_series_method[ffill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_series_method[bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMissing::test_fillna_fill_other PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[sum-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[sum-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[max-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[min-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[mean-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[mean-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[prod-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[prod-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[std-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[std-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[var-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[var-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[median-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[median-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[kurt-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[kurt-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[skew-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestNumericReduce::test_reduce_series[skew-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestBooleanReduce::test_reduce_series[all-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestBooleanReduce::test_reduce_series[all-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestBooleanReduce::test_reduce_series[any-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestBooleanReduce::test_reduce_series[any-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_series_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_apply_simple_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_argsort_missing_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_argsort_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_nargsort[last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_nargsort[first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_sort_values[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_sort_values[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_sort_values_missing[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_sort_values_missing[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_sort_values_frame[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_sort_values_frame[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_unique[<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_unique[<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_unique[unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_unique[unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_factorize[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_factorize[-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_factorize_equivalence[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_factorize_equivalence[-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_factorize_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_fillna_copy_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_fillna_copy_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_fillna_length_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_combine_le PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_combine_add PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_combine_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_container_shift[-2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_container_shift[-2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_container_shift[0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_container_shift[0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_container_shift[2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_container_shift[2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_shift_non_empty_array[-4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_shift_non_empty_array[-1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_shift_non_empty_array[0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_shift_non_empty_array[1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_shift_non_empty_array[4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_shift_empty_array[-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_shift_empty_array[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_shift_empty_array[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_shift_empty_array[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_shift_empty_array[4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_shift_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_hash_pandas_object_works[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_hash_pandas_object_works[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_searchsorted[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_searchsorted[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_where_series[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_where_series[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[True-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[True-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[True-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[True-True-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[True-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[True-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[True-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[True-False-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[False-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[False-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[False-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[False-True-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[False-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[False-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[False-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat[False-False-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat_raises[True-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat_raises[True--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat_raises[True-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat_raises[True-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat_raises[False-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat_raises[False--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat_raises[False-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_repeat_raises[False-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_value_counts[data-True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_value_counts[data-False] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_value_counts[data_missing-True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestMethods::test_value_counts[data_missing-False] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestCasting::test_astype_object_series[data] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestCasting::test_astype_object_series[data_missing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestCasting::test_tolist PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestCasting::test_astype_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_grouping_grouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_agg[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_agg[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_no_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_transform PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_apply[scalar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_apply[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_apply[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_extension_apply[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_in_numeric_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestGroupby::test_groupby_apply_identity XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_scalar_series[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_scalar_series[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_sequence[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_sequence[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_sequence_mismatched_length_raises[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_empty_indxer[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_empty_indxer[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_sequence_broadcasts[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_sequence_broadcasts[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_scalar[loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_scalar[iloc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_loc_scalar_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_loc_scalar_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_loc_scalar_multiple_homogoneous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_iloc_scalar_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_iloc_scalar_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_iloc_scalar_multiple_homogoneous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_mask_aligned[loc-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_mask_aligned[loc-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_mask_aligned[None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_mask_aligned[None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_mask_broadcast[loc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_mask_broadcast[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_expand_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_expand_with_extension PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_frame_invalid_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_tuple_index XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_slice_mismatch_length_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_slice_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestSetitem::test_setitem_scalar_key_sequence_raise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestPrinting::test_array_repr[big] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestPrinting::test_array_repr[small] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestPrinting::test_array_repr_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestPrinting::test_dataframe_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestPrinting::test_dtype_name_in_info PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestPrinting::test_series_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_series_constructor_coerce_data_to_extension_dtype_raises XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_series_constructor_with_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_dataframe_constructor_with_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_astype_dispatches[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_astype_dispatches[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_scalar[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_divmod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_divmod_series_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_add_series_with_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestComparisonOps::test_compare_scalar[__eq__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestComparisonOps::test_compare_scalar[__ne__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestComparisonOps::test_compare_scalar[__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestComparisonOps::test_compare_scalar[__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestComparisonOps::test_compare_scalar[__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestComparisonOps::test_compare_scalar[__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestComparisonOps::test_compare_array[__eq__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestComparisonOps::test_compare_array[__ne__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestComparisonOps::test_compare_array[__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestComparisonOps::test_compare_array[__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestComparisonOps::test_compare_array[__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::TestComparisonOps::test_compare_array[__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_combine_from_sequence_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_scalar_ops_from_sequence_raises[DecimalArrayWithoutFromSequence] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_scalar_ops_from_sequence_raises[DecimalArrayWithoutCoercion] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_divmod_array[False-expected_div0-expected_mod0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_divmod_array[True-expected_div1-expected_mod1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_ufunc_fallback PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_formatting_values_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_array_ufunc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_array_ufunc_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_array_ufunc_series_scalar_other PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/decimal/test_decimal.py::test_array_ufunc_series_defer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_construct_from_string_own_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_is_dtype_from_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_is_dtype_unboxes_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_is_dtype_from_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_is_not_string_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_is_not_object_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_eq_with_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_eq_with_numpy_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_eq_with_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_array_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_check_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_hashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_eq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestDtype::test_construct_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_ndim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_can_hold_na_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_array_interface PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_is_extension_array_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_no_values_attribute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_is_numeric_honored PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_isna_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestInterface::test_custom_asserts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_from_sequence_from_cls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_array_from_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_series_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_dataframe_constructor_from_dict[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_dataframe_constructor_from_dict[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_dataframe_from_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_series_given_mismatched_index_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_pandas_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_pandas_array_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestConstructors::test_from_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_concat[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_concat[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_concat_all_na_block[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_concat_all_na_block[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_concat_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_concat_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_align_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_align_series_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_set_frame_expand_regular_with_extension PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_set_frame_expand_extension_with_regular PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_set_frame_overwrite_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_merge PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_merge_on_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_merge_on_extension_array_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_ravel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_stack SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReshaping::test_unstack XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_iloc_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_iloc_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_loc_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_loc_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_loc_iloc_frame_single_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_getitem_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_getitem_scalar_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_getitem_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_getitem_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_sequence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_negative PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_non_na_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_pandas_style_negative_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_out_of_bounds_raises[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_out_of_bounds_raises[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_take_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_reindex_non_na_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGetitem::test_loc_len1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_isna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_dropna_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_dropna_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_dropna_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_limit_pad PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_limit_backfill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_series_method[ffill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_series_method[bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_fill_other PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_series SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMissing::test_fillna_frame SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[sum-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[sum-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[max-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[min-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[mean-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[mean-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[prod-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[prod-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[std-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[std-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[var-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[var-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[median-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[median-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[kurt-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[kurt-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[skew-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_numeric[skew-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_boolean[all-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_boolean[all-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_boolean[any-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestReduce::test_reduce_series_boolean[any-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_series_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_apply_simple_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_argsort_missing_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_nargsort[last-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_nargsort[first-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_unique[<lambda>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_unique[<lambda>-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_unique[unique-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_unique[unique-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_factorize[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_factorize[-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_factorize_equivalence[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_factorize_equivalence[-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_factorize_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_fillna_copy_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_fillna_copy_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_fillna_length_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_container_shift[-2-indices0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_container_shift[-2-indices0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_container_shift[0-indices1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_container_shift[0-indices1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_container_shift[2-indices2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_container_shift[2-indices2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_shift_non_empty_array[-4-indices0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_shift_non_empty_array[-1-indices1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_shift_non_empty_array[0-indices2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_shift_non_empty_array[1-indices3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_shift_non_empty_array[4-indices4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_shift_empty_array[-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_shift_empty_array[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_shift_empty_array[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_shift_empty_array[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_shift_empty_array[4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_shift_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[True-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[True-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[True-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[True-True-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[True-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[True-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[True-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[True-False-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[False-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[False-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[False-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[False-True-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[False-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[False-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[False-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat[False-False-repeats3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat_raises[True-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat_raises[True--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat_raises[True-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat_raises[True-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat_raises[False-2-kwargs0-ValueError-'axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat_raises[False--1-kwargs1-ValueError-negative] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat_raises[False-repeats2-kwargs2-ValueError-shape] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_repeat_raises[False-2-kwargs3-TypeError-'foo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_value_counts[data] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_value_counts[data_missing] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_sort_values_frame SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_argsort_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_sort_values[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_sort_values[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_sort_values_missing[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_sort_values_missing[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_combine_le SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_combine_add SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_combine_first SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_hash_pandas_object_works SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_where_series SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestMethods::test_searchsorted SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestCasting::test_astype_object_series[data] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestCasting::test_astype_object_series[data_missing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestCasting::test_tolist PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestCasting::test_astype_str SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGroupby::test_grouping_grouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGroupby::test_groupby_extension_no_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGroupby::test_groupby_apply_identity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGroupby::test_in_numeric_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGroupby::test_groupby_extension_transform SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGroupby::test_groupby_extension_apply SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGroupby::test_groupby_extension_agg[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestGroupby::test_groupby_extension_agg[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_scalar[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_scalar[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_scalar[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_scalar[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_scalar[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_scalar[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_scalar[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_scalar[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_scalar[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_scalar[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_scalar[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_scalar[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_scalar[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_scalar[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_frame_with_scalar[__add__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_frame_with_scalar[__radd__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_frame_with_scalar[__sub__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_frame_with_scalar[__rsub__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_frame_with_scalar[__mul__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmul__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_frame_with_scalar[__floordiv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_frame_with_scalar[__rfloordiv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_frame_with_scalar[__truediv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_frame_with_scalar[__rtruediv__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_frame_with_scalar[__pow__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_frame_with_scalar[__rpow__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_frame_with_scalar[__mod__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_frame_with_scalar[__rmod__] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_array[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_array[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_array[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_array[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_array[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_array[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_array[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_array[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_array[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_array[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_array[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_array[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_array[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_arith_series_with_array[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_divmod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_direct_arith_with_series_returns_not_implemented SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_error[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_error[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_error[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_error[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_error[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_error[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_error[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_error[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_error[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_error[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_error[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_error[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_error[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_error[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_add_series_with_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestArithmeticOps::test_divmod_series_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestComparisonOps::test_compare_scalar[__eq__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestComparisonOps::test_compare_scalar[__ne__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestComparisonOps::test_compare_scalar[__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestComparisonOps::test_compare_scalar[__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestComparisonOps::test_compare_scalar[__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestComparisonOps::test_compare_scalar[__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestComparisonOps::test_compare_array[__eq__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestComparisonOps::test_compare_array[__ne__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestComparisonOps::test_compare_array[__le__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestComparisonOps::test_compare_array[__lt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestComparisonOps::test_compare_array[__ge__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestComparisonOps::test_compare_array[__gt__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestComparisonOps::test_direct_arith_with_series_returns_not_implemented PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestPrinting::test_array_repr[big] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestPrinting::test_array_repr[small] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestPrinting::test_array_repr_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestPrinting::test_series_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestPrinting::test_dataframe_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/json/test_json.py::TestPrinting::test_dtype_name_in_info PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/list/test_list.py::test_to_csv PASSED
> 
> =============================== warnings summary ===============================
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[Int8Dtype]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[Int16Dtype]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[Int32Dtype]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[Int64Dtype]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[UInt8Dtype]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[UInt16Dtype]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[UInt32Dtype]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/test_integer.py::TestMethods::test_combine_le[UInt64Dtype]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/extension/base/methods.py:179: RuntimeWarning: invalid value encountered in greater_equal
>     expected = pd.Series([a <= val for a in list(orig_data1)])
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> ====== 4896 passed, 369 skipped, 288 xfailed, 8 warnings in 32.19 seconds ======
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 3351 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_directly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[True-True-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[True-True-C] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[True-True-keys2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[True-True-keys3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[True-False-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[True-False-C] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[True-False-keys2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[True-False-keys3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[False-True-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[False-True-C] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[False-True-keys2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[False-True-keys3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[False-False-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[False-False-C] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[False-False-keys2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_drop_inplace[False-False-keys3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append[True-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append[True-C] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append[True-keys2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append[True-keys3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append[False-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append[False-C] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append[False-keys2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append[False-keys3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append_to_multiindex[True-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append_to_multiindex[True-C] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append_to_multiindex[True-keys2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append_to_multiindex[True-keys3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append_to_multiindex[False-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append_to_multiindex[False-C] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append_to_multiindex[False-keys2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_append_to_multiindex[False-keys3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_after_mutation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-None-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-None-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-None-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-None-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-None-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-B-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-B-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-B-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-B-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-B-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-B-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-test-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-test-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-test-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-test-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-test-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-True-test-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-False-None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-False-None-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-False-None-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-False-None-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-False-None-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[True-False-None-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-None-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-None-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-None-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-None-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-None-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-B-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-B-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-B-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-B-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-B-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-B-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-test-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-test-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-test-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-test-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-test-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-True-test-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-False-None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-False-None-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-False-None-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-False-None-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-False-None-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_single_array[False-False-None-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-None-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-None-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-None-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-None-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-A-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-A-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-A-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-A-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-A-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-B-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-B-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-B-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-B-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-B-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-test-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-test-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-test-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-test-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-True-test-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-False-None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-False-None-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-False-None-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-False-None-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[True-False-None-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-None-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-None-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-None-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-None-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-A-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-A-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-A-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-A-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-A-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-B-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-B-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-B-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-B-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-B-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-test-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-test-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-test-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-test-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-True-test-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-False-None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-False-None-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-False-None-box2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-False-None-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays[False-False-None-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-Series-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-Series-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-Series-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-Series-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-Series-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-Series-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-Series-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-Index-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-Index-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-Index-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-Index-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-Index-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-box12-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-box12-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-box12-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-box12-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-box12-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-box12-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-box12-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-list-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-list-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-list-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-list-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-list-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-list-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-list-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-box14-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-box14-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-box14-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-box14-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-box14-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-box14-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-box14-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-<lambda>0-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-<lambda>0-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-<lambda>0-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-<lambda>0-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-<lambda>0-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-<lambda>0-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-<lambda>0-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-<lambda>1-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-<lambda>1-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-<lambda>1-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-<lambda>1-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-<lambda>1-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-<lambda>1-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-None-<lambda>1-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-Series-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-Series-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-Series-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-Series-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-Series-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-Series-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-Series-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-Index-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-Index-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-Index-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-Index-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-Index-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-box12-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-box12-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-box12-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-box12-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-box12-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-box12-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-box12-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-list-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-list-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-list-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-list-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-list-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-list-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-list-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-box14-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-box14-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-box14-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-box14-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-box14-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-box14-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-box14-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-<lambda>0-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-<lambda>0-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-<lambda>0-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-<lambda>0-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-<lambda>0-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-<lambda>0-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-<lambda>0-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-<lambda>1-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-<lambda>1-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-<lambda>1-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-<lambda>1-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-<lambda>1-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-<lambda>1-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-A-<lambda>1-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-Series-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-Series-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-Series-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-Series-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-Series-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-Series-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-Series-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-Index-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-Index-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-Index-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-Index-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-Index-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-box12-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-box12-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-box12-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-box12-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-box12-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-box12-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-box12-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-list-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-list-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-list-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-list-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-list-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-list-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-list-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-box14-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-box14-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-box14-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-box14-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-box14-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-box14-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-box14-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-<lambda>0-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-<lambda>0-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-<lambda>0-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-<lambda>0-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-<lambda>0-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-<lambda>0-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-<lambda>0-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-<lambda>1-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-<lambda>1-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-<lambda>1-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-<lambda>1-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-<lambda>1-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-<lambda>1-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-True-test-<lambda>1-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-Series-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-Series-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-Series-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-Series-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-Series-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-Series-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-Series-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-Index-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-Index-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-Index-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-Index-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-Index-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-box12-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-box12-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-box12-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-box12-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-box12-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-box12-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-box12-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-list-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-list-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-list-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-list-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-list-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-list-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-list-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-box14-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-box14-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-box14-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-box14-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-box14-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-box14-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-box14-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-<lambda>0-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-<lambda>0-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-<lambda>0-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-<lambda>0-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-<lambda>0-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-<lambda>0-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-<lambda>0-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-<lambda>1-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-<lambda>1-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-<lambda>1-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-<lambda>1-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-<lambda>1-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-<lambda>1-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[True-False-None-<lambda>1-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-Series-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-Series-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-Series-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-Series-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-Series-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-Series-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-Series-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-Index-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-Index-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-Index-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-Index-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-Index-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-box12-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-box12-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-box12-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-box12-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-box12-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-box12-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-box12-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-list-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-list-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-list-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-list-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-list-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-list-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-list-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-box14-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-box14-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-box14-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-box14-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-box14-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-box14-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-box14-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-<lambda>0-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-<lambda>0-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-<lambda>0-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-<lambda>0-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-<lambda>0-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-<lambda>0-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-<lambda>0-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-<lambda>1-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-<lambda>1-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-<lambda>1-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-<lambda>1-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-<lambda>1-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-<lambda>1-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-None-<lambda>1-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-Series-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-Series-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-Series-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-Series-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-Series-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-Series-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-Series-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-Index-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-Index-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-Index-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-Index-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-Index-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-box12-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-box12-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-box12-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-box12-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-box12-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-box12-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-box12-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-list-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-list-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-list-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-list-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-list-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-list-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-list-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-box14-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-box14-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-box14-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-box14-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-box14-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-box14-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-box14-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-<lambda>0-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-<lambda>0-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-<lambda>0-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-<lambda>0-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-<lambda>0-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-<lambda>0-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-<lambda>0-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-<lambda>1-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-<lambda>1-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-<lambda>1-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-<lambda>1-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-<lambda>1-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-<lambda>1-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-A-<lambda>1-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-Series-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-Series-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-Series-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-Series-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-Series-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-Series-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-Series-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-Index-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-Index-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-Index-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-Index-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-Index-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-box12-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-box12-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-box12-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-box12-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-box12-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-box12-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-box12-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-list-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-list-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-list-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-list-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-list-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-list-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-list-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-box14-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-box14-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-box14-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-box14-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-box14-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-box14-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-box14-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-<lambda>0-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-<lambda>0-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-<lambda>0-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-<lambda>0-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-<lambda>0-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-<lambda>0-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-<lambda>0-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-<lambda>1-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-<lambda>1-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-<lambda>1-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-<lambda>1-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-<lambda>1-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-<lambda>1-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-True-test-<lambda>1-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-Series-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-Series-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-Series-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-Series-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-Series-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-Series-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-Series-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-Index-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-Index-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-Index-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-Index-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-Index-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-box12-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-box12-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-box12-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-box12-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-box12-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-box12-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-box12-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-list-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-list-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-list-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-list-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-list-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-list-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-list-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-box14-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-box14-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-box14-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-box14-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-box14-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-box14-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-box14-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-<lambda>0-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-<lambda>0-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-<lambda>0-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-<lambda>0-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-<lambda>0-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-<lambda>0-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-<lambda>0-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-<lambda>1-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-<lambda>1-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-<lambda>1-box22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-<lambda>1-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-<lambda>1-box24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-<lambda>1-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_arrays_duplicate[False-False-None-<lambda>1-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_multiindex[True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_multiindex[True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_multiindex[False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_pass_multiindex[False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_verify_integrity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_keys[True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_keys[True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_keys[False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_keys[False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_type[set-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_type[set-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_type[set-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_type[set-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-True-too_short-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-True-too_short-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-True-too_short-np.array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-True-too_short-iter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-True-too_short-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-True-too_long-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-True-too_long-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-True-too_long-np.array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-True-too_long-iter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-True-too_long-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-False-too_short-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-False-too_short-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-False-too_short-np.array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-False-too_short-iter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-False-too_short-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-False-too_long-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-False-too_long-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-False-too_long-np.array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-False-too_long-iter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[True-False-too_long-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-True-too_short-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-True-too_short-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-True-too_short-np.array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-True-too_short-iter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-True-too_short-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-True-too_long-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-True-too_long-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-True-too_long-np.array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-True-too_long-iter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-True-too_long-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-False-too_short-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-False-too_short-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-False-too_short-np.array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-False-too_short-iter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-False-too_short-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-False-too_long-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-False-too_long-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-False-too_long-np.array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-False-too_long-iter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_raise_on_len[False-False-too_long-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_custom_label_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_custom_label_hashable_iterable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_custom_label_type_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_construction_with_categorical_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_cast_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_convert_dti_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_timezone PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_with_intervals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_multiindexcolumns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_empty_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_dti_set_index_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_mapper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_none[kwargs0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_none[kwargs1-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_none[kwargs2-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_none[kwargs3-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_none[kwargs4-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_none[kwargs5-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_nocopy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_bug2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_errors_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_errors[mapper0-ignore-expected_columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_errors[mapper1-raise-expected_columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_errors[mapper2-raise-expected_columns2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reorder_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_right_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_multiindex_col PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_multiindex_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_with_datetimeindex_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reset_index_range PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_style PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_mapper_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_positional_named PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_axis_style_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reindex_api_equivalence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_positional PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_assign_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_set_index_preserve_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_ambiguous_warns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_rename_signature PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_reindex_signature PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestDataFrameAlterAxes::test_droplevel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestIntervalIndex::test_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestIntervalIndex::test_set_reset_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestIntervalIndex::test_set_axis_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py::TestIntervalIndex::test_set_axis_prior_to_deprecation_signature PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_pearson PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_kendall PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_spearman PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_non_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_nooverlap[pearson] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_nooverlap[kendall] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_nooverlap[spearman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_constant[pearson] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_constant[spearman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_int_and_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_cov_independent_index_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corr_invalid_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_cov PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith_with_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith_matches_corrcoef PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith_index_intersection PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith_index_union PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith_dup_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith_spearman PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_corrwith_kendall PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_bool_describe_in_mixed_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_empty_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_bool_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_empty_categorical_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_categorical_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_datetime_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_timedelta_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_tz_values[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_tz_values['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_tz_values['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_tz_values['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_tz_values['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_tz_values['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_tz_values[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_tz_values[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_tz_values[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_tz_values[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_tz_values[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_tz_values[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_tz_values[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_tz_values[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_describe_percentiles_integer_idx PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_op_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_op_calc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_median PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stat_operators_attempt_obj_array[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mixed_ops[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mixed_ops[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mixed_ops[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mixed_ops[skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mixed_ops[kurt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mixed_ops[sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_reduce_mixed_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_nunique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mean_mixed_datetime_numeric[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mean_mixed_datetime_numeric[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mean_excludeds_datetimes[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mean_excludeds_datetimes[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_var_std PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_numeric_only_flag[sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_numeric_only_flag[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_numeric_only_flag[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_kurt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mode_dropna[True-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mode_dropna[False-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mode_dropna[True-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mode_dropna[False-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mode_sortwarning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_operators_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum_prod_nanops[sum-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum_prod_nanops[prod-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum_nanops_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mean_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mean_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_mean_datetimelike_numeric_only_false XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_stats_mixed_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_sum_bools PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_cumsum_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_cumsum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_cumprod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_cummin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_cummax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_count_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_pct_change PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_idxmin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_idxmax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all[any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all[all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_extra PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_bool_only PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data5-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data6-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data7-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data9-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data10-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data11-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data12-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data13-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data14-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data15-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data16-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data17-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data18-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data19-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data20-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data21-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data22-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data23-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data24-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data25-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data26-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data27-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data28-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[any-data29-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_np_func[all-data30-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_level_axis_none_raises[any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_any_all_level_axis_none_raises[all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_empty[empty0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_empty[empty1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_empty[empty2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_with_string_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_df_dupe_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_dupe_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_against_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_multiIndex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_isin_empty_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_round PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_numpy_round PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_numpy_round_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_round_mixed_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_round_issue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_built_in_round PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_round_nonunique_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_inplace_clip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_dataframe_clip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_mixed_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_series[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_series[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[0-res0-lower0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[0-res0-lower0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[0-res0-lower1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[0-res0-lower1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[1-res1-lower0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[1-res1-lower0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[1-res1-lower1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_list_like[1-res1-lower1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_frame[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_frame[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_frame[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_against_unordered_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_clip_with_na_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_dot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestDataFrameAnalytics::test_matmul PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-1-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-2-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-3-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-4-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-5-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-6-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-7-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-8-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-9-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nlargest-10-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-1-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-2-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-3-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-4-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-5-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-6-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-7-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-8-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-9-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n[nsmallest-10-order11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_error[nlargest-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_error[nlargest-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_error[nsmallest-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_error[nsmallest-columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_all_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_duplicates_on_starter_columns[nlargest-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_duplicates_on_starter_columns[nsmallest-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_identical_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[1-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[1-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[1-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[1-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[1-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[1-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[2-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[2-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[2-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[2-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[2-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[2-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[3-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[3-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[3-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[3-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[3-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[3-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[4-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[4-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[4-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[4-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[4-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[4-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[5-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[5-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[5-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[5-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[5-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_n_duplicate_index[5-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_duplicate_keep_all_ties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_series_broadcasting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_series_nat_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_analytics.py::TestNLargestNSmallest::test_multiindex_column_lookup PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_copy_index_name_checking PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_getitem_pop_assign_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_get_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_add_prefix_suffix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_get_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_column_contains_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_tab_completion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_not_hashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_new_empty_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_array_interface PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_get_agg_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_nonzero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_iteritems PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_items PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_iter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_iterrows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_iterrows_iso8601 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_iterrows_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_itertuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_sequence_like_with_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_to_numpy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_to_numpy_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_to_numpy_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_transpose PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_swapaxes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_axis_aliases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_class_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_more_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_repr_with_mi_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_items_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_series_put_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_empty_nonzero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_with_datetimelikes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_as_matrix_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_deepcopy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_transpose_get_view PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_inplace_return_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_tab_complete_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_get_values_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_mixed_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_reduce_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_deprecate_reduce PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_standard_nonunique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[no_args_or_kwds-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[no_args_or_kwds-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[no_args_or_kwds-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[no_args_or_kwds-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[no_args_or_kwds-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[axis_from_args-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[axis_from_args-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[axis_from_args-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[axis_from_args-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[axis_from_args-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[axis_from_kwds-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[axis_from_kwds-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[axis_from_kwds-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[axis_from_kwds-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[axis_from_kwds-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[optional_kwds-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[optional_kwds-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[optional_kwds-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[optional_kwds-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[optional_kwds-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[args_and_kwds-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[args_and_kwds-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[args_and_kwds-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[args_and_kwds-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_string_funcs[args_and_kwds-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_broadcast_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_broadcast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_broadcast_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_raw PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_axis1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_ignore_failures PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_mixed_dtype_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_empty_infer_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_with_args_kwds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_yield_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_reduce_Series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_reduce_rows_to_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_differently_indexed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_modify_traceback PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_convert_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_attach_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_multi_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_applymap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_applymap_box_timestamps PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_applymap_box PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_frame_apply_dont_convert_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_non_numpy_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameApply::test_apply_dup_names_multi_agg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_infer_row_shape PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_with_dictlike_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_with_dictlike_columns_with_infer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_with_listlike_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_infer_output_shape_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_infer_output_shape_listlike_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_consistent_coerce_for_shapes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_consistent_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_result_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_result_type_error[foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_result_type_error[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_consistency_for_boxed[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_consistency_for_boxed[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestInferOutputShape::test_consistency_for_boxed[array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_transform[axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_transform[axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_transform[axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_transform[axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_and_agg_err[axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_and_agg_err[axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_and_agg_err[axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_and_agg_err[axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_method_name[abs] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_method_name[shift] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_method_name[pct_change] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_method_name[cumsum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_transform_method_name[rank] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_demo PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_multiple_mixed_no_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_dict_nested_renaming_depr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_reduce[axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_reduce[axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_reduce[axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_reduce[axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_nuiscance_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_non_callable_aggregates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df0-sum-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df1-func1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df2-sum-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df3-nansum-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df4-max-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df5-func5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df6-amax-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df7-nanmax-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df8-min-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df9-func9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df10-amin-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df11-nanmin-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df12-all-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df13-all-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df14-any-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df15-any-expected15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df16-mean-expected16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df17-mean-expected17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df18-nanmean-expected18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df19-prod-expected19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df20-prod-expected20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df21-nanprod-expected21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df22-std-expected22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df23-std-expected23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df24-nanstd-expected24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df25-var-expected25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df26-var-expected26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df27-nanvar-expected27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df28-median-expected28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df29-median-expected29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df30-nanmedian-expected30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df31-sum-expected31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df32-func32-expected32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df33-sum-expected33] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df34-nansum-expected34] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df35-max-expected35] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df36-func36-expected36] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df37-amax-expected37] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df38-nanmax-expected38] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df39-min-expected39] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df40-func40-expected40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df41-amin-expected41] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df42-nanmin-expected42] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df43-all-expected43] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df44-all-expected44] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df45-any-expected45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df46-any-expected46] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df47-mean-expected47] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df48-mean-expected48] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df49-nanmean-expected49] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df50-prod-expected50] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df51-prod-expected51] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df52-nanprod-expected52] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df53-std-expected53] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df54-std-expected54] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df55-nanstd-expected55] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df56-var-expected56] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df57-var-expected57] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df58-nanvar-expected58] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df59-median-expected59] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df60-median-expected60] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 0-df61-nanmedian-expected61] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df0-sum-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df1-func1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df2-sum-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df3-nansum-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df4-max-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df5-func5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df6-amax-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df7-nanmax-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df8-min-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df9-func9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df10-amin-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df11-nanmin-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df12-all-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df13-all-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df14-any-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df15-any-expected15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df16-mean-expected16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df17-mean-expected17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df18-nanmean-expected18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df19-prod-expected19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df20-prod-expected20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df21-nanprod-expected21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df22-std-expected22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df23-std-expected23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df24-nanstd-expected24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df25-var-expected25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df26-var-expected26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df27-nanvar-expected27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df28-median-expected28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df29-median-expected29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df30-nanmedian-expected30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df31-sum-expected31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df32-func32-expected32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df33-sum-expected33] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df34-nansum-expected34] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df35-max-expected35] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df36-func36-expected36] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df37-amax-expected37] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df38-nanmax-expected38] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df39-min-expected39] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df40-func40-expected40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df41-amin-expected41] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df42-nanmin-expected42] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df43-all-expected43] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df44-all-expected44] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df45-any-expected45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df46-any-expected46] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df47-mean-expected47] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df48-mean-expected48] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df49-nanmean-expected49] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df50-prod-expected50] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df51-prod-expected51] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df52-nanprod-expected52] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df53-std-expected53] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df54-std-expected54] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df55-nanstd-expected55] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df56-var-expected56] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df57-var-expected57] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df58-nanvar-expected58] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df59-median-expected59] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df60-median-expected60] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 1-df61-nanmedian-expected61] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df0-sum-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df1-func1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df2-sum-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df3-nansum-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df4-max-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df5-func5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df6-amax-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df7-nanmax-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df8-min-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df9-func9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df10-amin-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df11-nanmin-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df12-all-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df13-all-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df14-any-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df15-any-expected15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df16-mean-expected16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df17-mean-expected17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df18-nanmean-expected18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df19-prod-expected19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df20-prod-expected20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df21-nanprod-expected21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df22-std-expected22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df23-std-expected23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df24-nanstd-expected24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df25-var-expected25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df26-var-expected26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df27-nanvar-expected27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df28-median-expected28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df29-median-expected29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df30-nanmedian-expected30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df31-sum-expected31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df32-func32-expected32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df33-sum-expected33] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df34-nansum-expected34] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df35-max-expected35] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df36-func36-expected36] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df37-amax-expected37] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df38-nanmax-expected38] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df39-min-expected39] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df40-func40-expected40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df41-amin-expected41] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df42-nanmin-expected42] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df43-all-expected43] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df44-all-expected44] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df45-any-expected45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df46-any-expected46] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df47-mean-expected47] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df48-mean-expected48] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df49-nanmean-expected49] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df50-prod-expected50] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df51-prod-expected51] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df52-nanprod-expected52] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df53-std-expected53] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df54-std-expected54] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df55-nanstd-expected55] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df56-var-expected56] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df57-var-expected57] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df58-nanvar-expected58] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df59-median-expected59] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df60-median-expected60] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'index'-df61-nanmedian-expected61] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df0-sum-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df1-func1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df2-sum-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df3-nansum-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df4-max-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df5-func5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df6-amax-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df7-nanmax-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df8-min-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df9-func9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df10-amin-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df11-nanmin-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df12-all-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df13-all-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df14-any-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df15-any-expected15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df16-mean-expected16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df17-mean-expected17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df18-nanmean-expected18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df19-prod-expected19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df20-prod-expected20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df21-nanprod-expected21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df22-std-expected22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df23-std-expected23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df24-nanstd-expected24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df25-var-expected25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df26-var-expected26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df27-nanvar-expected27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df28-median-expected28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df29-median-expected29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df30-nanmedian-expected30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df31-sum-expected31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df32-func32-expected32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df33-sum-expected33] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df34-nansum-expected34] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df35-max-expected35] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df36-func36-expected36] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df37-amax-expected37] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df38-nanmax-expected38] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df39-min-expected39] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df40-func40-expected40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df41-amin-expected41] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df42-nanmin-expected42] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df43-all-expected43] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df44-all-expected44] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df45-any-expected45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df46-any-expected46] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df47-mean-expected47] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df48-mean-expected48] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df49-nanmean-expected49] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df50-prod-expected50] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df51-prod-expected51] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df52-nanprod-expected52] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df53-std-expected53] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df54-std-expected54] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df55-nanstd-expected55] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df56-var-expected56] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df57-var-expected57] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df58-nanvar-expected58] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df59-median-expected59] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df60-median-expected60] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table[axis 'columns'-df61-nanmedian-expected61] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 0-df0-cumprod-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 0-df1-cumprod-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 0-df2-nancumprod-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 0-df3-cumsum-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 0-df4-cumsum-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 0-df5-nancumsum-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 0-df6-cumprod-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 0-df7-cumprod-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 0-df8-nancumprod-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 0-df9-cumsum-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 0-df10-cumsum-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 0-df11-nancumsum-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 1-df0-cumprod-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 1-df1-cumprod-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 1-df2-nancumprod-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 1-df3-cumsum-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 1-df4-cumsum-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 1-df5-nancumsum-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 1-df6-cumprod-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 1-df7-cumprod-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 1-df8-nancumprod-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 1-df9-cumsum-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 1-df10-cumsum-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 1-df11-nancumsum-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'index'-df0-cumprod-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'index'-df1-cumprod-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'index'-df2-nancumprod-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'index'-df3-cumsum-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'index'-df4-cumsum-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'index'-df5-nancumsum-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'index'-df6-cumprod-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'index'-df7-cumprod-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'index'-df8-nancumprod-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'index'-df9-cumsum-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'index'-df10-cumsum-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'index'-df11-nancumsum-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'columns'-df0-cumprod-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'columns'-df1-cumprod-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'columns'-df2-nancumprod-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'columns'-df3-cumsum-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'columns'-df4-cumsum-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'columns'-df5-nancumsum-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'columns'-df6-cumprod-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'columns'-df7-cumprod-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'columns'-df8-nancumprod-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'columns'-df9-cumsum-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'columns'-df10-cumsum-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_transform[axis 'columns'-df11-nancumsum-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_raises[axis 0-df0-cumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_raises[axis 0-df1-cumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_raises[axis 0-df2-nancumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_raises[axis 1-df0-cumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_raises[axis 1-df1-cumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_raises[axis 1-df2-nancumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_raises[axis 'index'-df0-cumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_raises[axis 'index'-df1-cumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_raises[axis 'index'-df2-nancumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_raises[axis 'columns'-df0-cumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_raises[axis 'columns'-df1-cumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_agg_cython_table_raises[axis 'columns'-df2-nancumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_frequency_is_original[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_frequency_is_original[3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_apply.py::TestDataFrameAggregate::test_frequency_is_original[5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_comparison_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_timestamp_compare PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_mixed_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_boolean_comparison_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_float_none_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameComparisons::test_df_string_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_bool_flex_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_flex_comparison_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_df_flex_cmp_constant_return_types[eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_df_flex_cmp_constant_return_types[ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_df_flex_cmp_constant_return_types[gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_df_flex_cmp_constant_return_types[lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_df_flex_cmp_constant_return_types[ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_df_flex_cmp_constant_return_types[le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_df_flex_cmp_constant_return_types_empty[eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_df_flex_cmp_constant_return_types_empty[ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_df_flex_cmp_constant_return_types_empty[gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_df_flex_cmp_constant_return_types_empty[lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_df_flex_cmp_constant_return_types_empty[ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexComparisons::test_df_flex_cmp_constant_return_types_empty[le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_df_add_td64_columnwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_df_add_flex_filled_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_mixed[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_mixed[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_mixed[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_raise[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_raise[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_raise[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_raise[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_raise[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_raise[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_raise[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_raise[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_raise[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_raise[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_raise[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_raise[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_raise[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_raise[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_frame_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_arith_flex_zero_len_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_add_2d_array_rowlike_broadcasts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_add_2d_array_collike_broadcasts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_rowlike_broadcasts[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_rowlike_broadcasts[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_rowlike_broadcasts[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_rowlike_broadcasts[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_rowlike_broadcasts[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_rowlike_broadcasts[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_rowlike_broadcasts[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_rowlike_broadcasts[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_rowlike_broadcasts[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_rowlike_broadcasts[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_rowlike_broadcasts[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_rowlike_broadcasts[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_rowlike_broadcasts[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_rowlike_broadcasts[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_collike_broadcasts[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_collike_broadcasts[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_collike_broadcasts[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_collike_broadcasts[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_collike_broadcasts[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_collike_broadcasts[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_collike_broadcasts[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_collike_broadcasts[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_collike_broadcasts[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_collike_broadcasts[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_collike_broadcasts[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_collike_broadcasts[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_collike_broadcasts[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_arith_2d_array_collike_broadcasts[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_df_bool_mul_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_arith_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_arith_getitem_commute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_arith_alignment_non_pandas_object[values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_arith_alignment_non_pandas_object[values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_arith_alignment_non_pandas_object[values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_arith_alignment_non_pandas_object[values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_arith_alignment_non_pandas_object[values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_arithmetic.py::TestFrameArithmetic::test_arith_non_pandas_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_asof.py::TestFrameAsof::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_asof.py::TestFrameAsof::test_subset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_asof.py::TestFrameAsof::test_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_asof.py::TestFrameAsof::test_all_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_asof.py::TestFrameAsof::test_time_zone_aware_index[stamp0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_asof.py::TestFrameAsof::test_time_zone_aware_index[stamp1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_col_still_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_multiindex_not_lexsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_api_equivalence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_merge_join_different_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_name_remains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_columns_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_axes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_axis_style PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_positional_warns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_axis_style_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_single_named_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_api_equivalence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_mixed_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_mixed_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_mixed_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[inner-0-0-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[inner-0-0-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[inner-0-1-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[inner-0-1-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[inner-0-None-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[inner-0-None-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[inner-1-0-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[inner-1-0-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[inner-1-1-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[inner-1-1-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[inner-1-None-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[inner-1-None-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[outer-0-0-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[outer-0-0-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[outer-0-1-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[outer-0-1-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[outer-0-None-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[outer-0-None-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[outer-1-0-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[outer-1-0-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[outer-1-1-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[outer-1-1-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[outer-1-None-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[outer-1-None-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[left-0-0-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[left-0-0-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[left-0-1-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[left-0-1-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[left-0-None-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[left-0-None-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[left-1-0-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[left-1-0-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[left-1-1-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[left-1-1-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[left-1-None-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[left-1-None-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[right-0-0-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[right-0-0-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[right-0-1-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[right-0-1-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[right-0-None-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[right-0-None-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[right-1-0-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[right-1-0-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[right-1-1-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[right-1-1-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[right-1-None-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_fill_method[right-1-None-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_int_fill_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_align_series_combinations PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter_regex_search PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter_unicode[a-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter_unicode[a-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter_unicode[\u3042-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter_bytestring[a0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter_bytestring[a1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_filter_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_take_mixed_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_take_mixed_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_with_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_reindex_multi_categorical_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_raise_on_drop_duplicate_index[actual0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_raise_on_drop_duplicate_index[actual1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_raise_on_drop_duplicate_index[actual2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_raise_on_drop_duplicate_index[actual3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_empty_list[drop_labels0-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_empty_list[drop_labels0-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_empty_list[drop_labels1-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_empty_list[drop_labels1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_empty_list[drop_labels2-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_empty_list[drop_labels2-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_non_empty_list[drop_labels0-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_non_empty_list[drop_labels0-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_non_empty_list[drop_labels1-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_axis_select_reindex.py::TestDataFrameSelectReindex::test_drop_non_empty_list[drop_labels1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_setitem_invalidates_datetime_index_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_cast_internals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_consolidate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_consolidate_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_values_consolidate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_modify_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_boolean_set_uncons PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_values_numeric_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_values_lcd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_constructor_with_convert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_construction_with_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_construction_with_conversions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_constructor_compound_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_equals_different_blocks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_copy_blocks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_no_copy_blocks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_consolidate_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_is_mixed_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_get_numeric_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_get_numeric_data_extension_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_convert_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_convert_objects_no_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_infer_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_stale_cached_series_bug_473 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_get_X_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_strange_column_corruption_issue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_constructor_no_pandas_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_add_column_with_pandas_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_multiple_frames_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_combine_datetlike_udf[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_combine_datetlike_udf[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_combine_datetlike_udf[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_combine_datetlike_udf[data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_multiple_tzs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_tz_NaT[2015-01-01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_tz_NaT[t11] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_tz_not_aligned PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_tuple_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_append_series_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_append_list_of_series_dicts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_append_missing_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_append_empty_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_append_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_nooverwrite PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_filtered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_raise_bad_parameter[bad_kwarg0-ValueError-The parameter errors must.*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_raise_bad_parameter[bad_kwarg1-NotImplementedError-Only left join is supported] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_raise_on_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_deprecation[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_deprecation[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_from_non_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_update_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_join_str_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_join_multiindex_leftright PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_named_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_axis_parameter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_numerical_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameConcatCommon::test_concat_astype_dup_col PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_mixed_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_align_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_timezone PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_with_asymmetric_other[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_combine_first_with_asymmetric_other[1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameCombineFirst::test_concat_datetime_datetime64_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_combine_concat.py::TestDataFrameUpdate::test_update_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_empty_constructor[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_empty_constructor[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_empty_constructor[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_empty_constructor[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_empty_constructor[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_empty_constructor[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_empty_constructor[<lambda>6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_empty_constructor[<lambda>7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_empty_constructor[<lambda>8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_empty_constructor[<lambda>9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_empty_constructor[<lambda>10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_empty_constructor[<lambda>11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_empty_constructor[<lambda>12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_emptylike_constructor[emptylike0-expected_index0-expected_columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_emptylike_constructor[emptylike1-expected_index1-expected_columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_emptylike_constructor[emptylike2-expected_index2-expected_columns2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_cast_failure PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype_nocast_view PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype_list_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_frames PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_complex_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype_str_na_values[str0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype_str_na_values[str1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype_str_na_values[U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_rec PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_overflow_int64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_int_overflow[values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_int_overflow[values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_int_overflow[values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_int_overflow[values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_int_overflow[values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_int_overflow[values5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_ordereddict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_invalid_items_unused[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_invalid_items_unused[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_invalid_items_unused[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_invalid_items_unused[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_key[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_key[nan0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_key[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_key[nan1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_tuple_key[nan0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_tuple_key[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_nan_tuple_key[nan1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_order_insertion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_order_by_values SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_multi_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_error_msgs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_with_embedded_frames PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_subclass_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_block PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_dont_upcast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_of_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_of_ranges PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_of_iterators PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_of_generators PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_datetime64_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dict_timedelta64_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_nested_dict_frame_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_ndarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_maskedarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_maskedarray_nonfloat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_maskedarray_hardened PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_maskedrecarray_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_mrecarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_corner_shape PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype[None-index0-columns0-object-object_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype[None-None-columns1-int64-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype[None-index2-columns2-int-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype[data3-None-columns3-None-object_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_dtype[data4-index4-columns4-int-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_scalar_inference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_arrays_and_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_DataFrame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_more PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_empty_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_lists PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_sequence_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_range PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_ranges PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_iterable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_iterators PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_generator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_odicts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_ordered_dict_preserve_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_ordered_dict_conflicting_orders PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_series_aligned_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_derived_dicts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_ragged PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_Series_copy_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_mixed_dict_and_Series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_mixed_type_rows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_tuple[tuples0-lists0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_tuple[tuples1-lists1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_tuple[tuples2-lists2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_tuple[tuples3-lists3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_tuple[tuples4-lists4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_tuple[tuples5-lists5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_namedtuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_list_of_dict_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_orient PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_from_ordered_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_dict_columns_parameter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_Series_named PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_Series_named_and_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_Series_differently_indexed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_manager_resize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_from_items PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_from_items_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_items_deprecation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_mix_series_nonseries PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_miscast_na_int_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_column_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_empty_with_string_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_single_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_with_datetimes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_datetimes_with_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_for_list_with_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_frame_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_ndarray_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_series_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_with_nas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_lists_to_object_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_categorical_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_to_records PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_nones PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_tuples_generator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_lists_generator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_columns_not_modified PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_decimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_set_index_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_misc_brokenness PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_empty_with_nonempty_fields_gh3682 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_with_datetimes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_sequencelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_dictlike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_with_index_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_bad_index_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_non_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_len0_with_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_from_records_series_list_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_to_frame_with_falsey_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_range_dtype[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_range_dtype[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_range_dtype[category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_frame_from_list_subclass PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_from_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_from_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_frame_dict_constructor_datetime64_1680 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_frame_datetime64_mixed_index_ctor_1681 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_frame_timeseries_to_records PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_frame_timeseries_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_nested_dict_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_from_tzaware_object_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_constructors.py::TestDataFrameConstructorWithDatetimeTZ::test_from_tzaware_mixed_object_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_timestamp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_index_not_unique_with_index_orient PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_invalid_orient PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dt64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_with_multindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_with_Mapping_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_floats PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_index_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_with_unicode_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_with_unicode_column_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_with_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs10-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs11-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs12-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs13-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs14-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs15-expected15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype[kwargs16-expected16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype_mi[df0-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype_mi[df1-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dtype_mi[df2-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_dict_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict[dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict[mapping1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict[OrderedDict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_errors[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_errors[defaultdict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_errors[mapping2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_not_unique_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_datetimeindex_with_tz[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_datetimeindex_with_tz[GMT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_records_datetimeindex_with_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_box_scalars[dict-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_box_scalars[records-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_box_scalars[list-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_box_scalars[split-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_box_scalars[index-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_frame_to_dict_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_index_dtypes[dict-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_index_dtypes[OrderedDict-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_index_dtypes[into2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_numeric_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_convert_to.py::TestDataFrameConvertTo::test_to_dict_wide PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_concat_empty_dataframe_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_empty_frame_dtypes_ftypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_datetime_with_tz_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_dtypes_are_correct_after_column_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_include_using_list_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_exclude_using_list_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_exclude_include_using_list_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_include_using_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_exclude_using_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_include_exclude_using_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_include_exclude_mixed_scalars_lists PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_duplicate_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_not_an_attr_but_still_valid_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_bad_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_datetime_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises[include-str0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises[include-str1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises[include-bytes_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises[include-S1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises[include-unicode] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises[include-str_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises[include-U1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises[exclude-str0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises[exclude-str1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises[exclude-bytes_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises[exclude-S1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises[exclude-unicode] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises[exclude-str_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_str_raises[exclude-U1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_bad_arg_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_select_dtypes_typecodes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_dtypes_gh8722 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_ftypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_mixed_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_mixed_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_with_exclude_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_with_view_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_with_view_mixed_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_cast_nan_inf_int[nan-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_cast_nan_inf_int[nan-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_cast_nan_inf_int[inf-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_cast_nan_inf_int[inf-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_str_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_dict_like[dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_dict_like[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_duplicate_col PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categorical['category'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categorical[CategoricalDtype(categories=None, ordered=None)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categorical[CategoricalDtype(categories=None, ordered=True)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categorical[CategoricalDtype(categories=None, ordered=False)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categorical[CategoricalDtype(categories=['a', 'b', 'c', 'd', 'e', 'f'], ordered=None)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categorical[CategoricalDtype(categories=['e', 'd', 'b', 'a'], ordered=False)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categorical[CategoricalDtype(categories=['e', 'd', 'c', 'b'], ordered=True)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categoricaldtype_class_raises[CategoricalDtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categoricaldtype_class_raises[DatetimeTZDtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_categoricaldtype_class_raises[IntervalDtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_extension_dtypes[Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_extension_dtypes[Int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_extension_dtypes[Int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_extension_dtypes_1d[Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_extension_dtypes_1d[Int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_extension_dtypes_1d[Int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_extension_dtypes_duplicate_col[category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_extension_dtypes_duplicate_col[Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_column_metadata[dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_column_metadata[category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_column_metadata[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[ns-M8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[ns-m8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[us-M8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[us-m8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[ms-M8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[ms-m8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[s-M8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[s-m8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[h-M8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[h-m8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[m-M8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[m-m8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[D-M8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_from_datetimelike_to_objectt[D-m8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ns-M8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ns-M8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ns-m8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ns-m8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[us-M8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[us-M8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[us-m8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[us-m8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ms-M8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ms-M8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ms-m8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[ms-m8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[s-M8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[s-M8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[s-m8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[s-m8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[h-M8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[h-M8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[h-m8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[h-m8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[m-M8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[m-M8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[m-m8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[m-m8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[D-M8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[D-M8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[D-m8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetimelike_unit[D-m8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetime_unit[ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetime_unit[us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetime_unit[ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetime_unit[s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetime_unit[h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetime_unit[m] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_datetime_unit[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_timedelta_unit_ns[ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_timedelta_unit[us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_timedelta_unit[ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_timedelta_unit[s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_timedelta_unit[h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_timedelta_unit[m] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_timedelta_unit[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_incorrect_datetimelike[ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_incorrect_datetimelike[us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_incorrect_datetimelike[ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_incorrect_datetimelike[s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_incorrect_datetimelike[h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_incorrect_datetimelike[m] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_astype_to_incorrect_datetimelike[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_timedeltas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_arg_for_errors_in_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_arg_for_errors_in_astype_dictlist PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str0-input_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str0-input_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str0-input_vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str0-input_vals3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str0-input_vals4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str1-input_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str1-input_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str1-input_vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str1-input_vals3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[str1-input_vals4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[U-input_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[U-input_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[U-input_vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[U-input_vals3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str[U-input_vals4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str_na[str0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str_na[str1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_constructor_list_str_na[U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_is_homogeneous_type[data0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_is_homogeneous_type[data1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_is_homogeneous_type[data2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_is_homogeneous_type[data3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_is_homogeneous_type[data4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_is_homogeneous_type[data5-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_is_homogeneous_type[data6-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDataTypes::test_asarray_homogenous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDatetimeWithTZ::test_interleave PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDatetimeWithTZ::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_dtypes.py::TestDataFrameDatetimeWithTZ::test_astype_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_with_misspelled_column_name[a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_with_misspelled_column_name[subset1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_with_misspelled_column_name[subset2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_do_not_fail_on_wide_dataframes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_keep[first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_keep[last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_keep[False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_nan_none[first-expected0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_nan_none[last-expected1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_nan_none[False-expected2] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_subset[None-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_subset[None-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_subset[None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_subset[subset1-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_subset[subset1-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_subset[subset1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_subset[A-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_subset[A-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_subset[A-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_drop_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_duplicated_on_empty_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_drop_duplicates_with_duplicate_column_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_drop_duplicates_for_take_all PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_drop_duplicates_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_drop_duplicates_empty[df0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_drop_duplicates_empty[df1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_drop_duplicates_empty[df2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_drop_duplicates_empty[df3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_drop_duplicates_empty[df4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_drop_duplicates_NA PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_drop_duplicates_NA_for_take_all PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_duplicates.py::test_drop_duplicates_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_explode.py::test_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_explode.py::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_explode.py::test_multi_index_rows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_explode.py::test_multi_index_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_explode.py::test_usecase PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_dupe_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_get_none[df0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_get_none[df1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_get_none[df2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_loc_iterable[key_type0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_loc_iterable[key_type1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_loc_iterable[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_loc_iterable[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_listlike[1-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_listlike[1-iter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_listlike[1-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_listlike[1-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_listlike[1-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_listlike[1-dict_keys] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_listlike[2-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_listlike[2-iter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_listlike[2-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_listlike[2-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_listlike[2-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_listlike[2-dict_keys] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_loc_uint64[9223372036854775807-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_loc_uint64[9223372036854775808-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_list_not_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_list_of_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_mulit_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_other_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_boolean_casting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_boolean_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_boolean_iadd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_boolean_index_empty_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_ix_mixed_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_ix_negative_integers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getattr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setattr_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_dtype[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_dtype[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_dtype[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_dtype[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_always_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_boolean_mask[dataframe] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_boolean_mask[array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_boolean_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_frame_setitem_timestamp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_corner2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_ambig PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_clear_caches PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_None PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_empty_frame_with_boolean[kwargs0-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_empty_frame_with_boolean[kwargs0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_empty_frame_with_boolean[kwargs1-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_empty_frame_with_boolean[kwargs1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_empty_frame_with_boolean[kwargs2-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_empty_frame_with_boolean[kwargs2-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_scalars_no_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_empty_frame_with_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_delitem_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_fancy_2d PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_slice_floats PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_fancy_slice_integers_step PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_integer_slice_keyerrors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_fancy_2d PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_fancy_getitem_slice_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_fancy_setitem_int_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_fancy_getitem_int_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_fancy_index_int_labels_exceptions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_fancy_mixed_2d PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_ix_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_ix_frame_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_non_ix_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_ix_multi_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_ix_multi_take_nonint_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_ix_multi_take_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_ix_dup PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_fancy_1d PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_fancy_1d PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_fancy_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_fancy_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_fancy_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_fancy_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_fancy_ints PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_fancy_exceptions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_boolean_misaligned PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_boolean_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_float_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_single_column_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_single_column_mixed_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_mixed_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_frame_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_frame_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_frame_upcast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_frame_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_ix_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_ix_boolean_duplicates_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_setitem_ix_bool_keyerror PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_list_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_get_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_lookup_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_lookup_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_lookup_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_lookup_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_set_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_set_value_resize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_set_value_with_index_dtype_change PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_get_set_value_no_partial_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_single_element_ix_dont_upcast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_iloc_row PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_iloc_col PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_iloc_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_loc_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_iloc_sparse_propegate_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_iat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_nested_exception PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_reindex_methods[nearest-expected_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_reindex_methods[pad-expected_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_reindex_methods[backfill-expected_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_reindex_methods_nearest_special PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_reindex_frame_add_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_reindex_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_set_dataframe_column_ns_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_non_monotonic_reindex_methods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_reindex_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_ix_float_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_getitem_sparse_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_with_sparse_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_with_unaligned_sparse_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_with_unaligned_tz_aware_datetime_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetime_coercion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimelike_with_inference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[None-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[None-idxer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz['UTC'-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz['UTC'-idxer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz['US/Eastern'-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz['US/Eastern'-idxer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz['Asia/Tokyo'-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz['Asia/Tokyo'-idxer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz['dateutil/US/Pacific'-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz['dateutil/US/Pacific'-idxer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz['dateutil/Asia/Singapore'-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz['dateutil/Asia/Singapore'-idxer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[tzutc()-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[tzutc()-idxer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[tzlocal()-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[tzlocal()-idxer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[pytz.FixedOffset(300)-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[pytz.FixedOffset(300)-idxer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[<UTC>-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[<UTC>-idxer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[pytz.FixedOffset(-300)-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[pytz.FixedOffset(-300)-idxer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[datetime.timezone.utc-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[datetime.timezone.utc-idxer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[datetime.timezone(datetime.timedelta(seconds=3600))-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[datetime.timezone(datetime.timedelta(seconds=3600))-idxer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_setitem_datetimeindex_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-idxer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_at_time_between_time_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_xs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_xs_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_xs_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_xs_keep_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_xs_view PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_index_namedtuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_boolean_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_boolean_indexing_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_array_like[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_array_like[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_array_like[klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_invalid_input_single[cond0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_invalid_input_single[cond1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_invalid_input_single[cond2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_invalid_input_single[cond3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_invalid_input_single[cond4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_invalid_input_multiple[cond0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_invalid_input_multiple[cond1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_invalid_input_multiple[cond2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_invalid_input_multiple[cond3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_invalid_input_multiple[cond4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_dataframe_col_match PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_ndframe_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_bug_mixed[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_bug_mixed[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_bug_mixed[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_bug_mixed[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_bug_mixed[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_bug_transposition PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_empty_df_and_empty_cond_having_non_bool_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_complex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_tz_values[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_tz_values['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_tz_values['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_tz_values['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_tz_values['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_tz_values['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_tz_values[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_tz_values[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_tz_values[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_tz_values[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_tz_values[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_tz_values[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_tz_values[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_where_tz_values[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_mask_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_mask_edge_case_1xN_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_mask_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_head_tail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_type_error_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexing::test_interval_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingDatetimeWithTZ::test_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingDatetimeWithTZ::test_set_reset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingDatetimeWithTZ::test_transpose PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingDatetimeWithTZ::test_scalar_assignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingUInt64::test_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingUInt64::test_set_reset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingUInt64::test_transpose PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingCategorical::test_assignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingCategorical::test_assigning_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_indexing.py::TestDataFrameIndexingCategorical::test_functions_no_warnings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_join[inner-False-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_join[inner-True-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_join[left-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_join[left-True-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_join[right-False-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_join[right-True-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_join[outer-False-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_join[outer-True-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_join_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_join_index_more PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_join_index_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_join_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_join_period_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_join_left_sequence_non_unique_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_suppress_future_warning_with_sort_kw[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_suppress_future_warning_with_sort_kw[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_join.py::test_suppress_future_warning_with_sort_kw[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_dropEmptyRows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_dropIncompleteRows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_dropna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_drop_and_dropna_caching PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_dropna_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_dropna_multiple_axes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_dropna_tz_aware_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_dropna_categorical_interval_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_mixed_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_mixed_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_different_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_limit_and_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_datelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_tzaware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_tzaware_different_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_na_actions_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_categorical_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_downcast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_dtype_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_datetime_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_ffill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_bfill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_frame_pad_backfill_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_frame_fillna_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_skip_certain_blocks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_positive_limit[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_positive_limit[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_integer_limit[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_integer_limit[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_dict_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_invalid_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_invalid_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_col_reordering PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fill_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fill_value_when_combine_const PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_bad_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_combo PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_nan_idx PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_various PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_alt_scipy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_rowwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_rowwise_alt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_leading_nans[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_leading_nans[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_raise_on_only_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_raise_on_all_object_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_inplace_row PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameInterpolate::test_interp_ignore_all_good PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_assign PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_assign_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_assign_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_assign_bad PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_assign_dependent_old_python SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_assign_dependent PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_insert_error_msmgs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_insert_benchmark PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_insert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_delitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_delitem_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_pop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_pop_non_unique_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_mutate_columns.py::TestDataFrameMutateColumns::test_insert_column_bug_4032 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_column_dups_operations PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_column_dups2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_column_dups_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_column_dups_indexing2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_columns_with_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_values_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_set_value_by_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_nonunique_indexes.py::TestDataFrameNonuniqueIndexes::test_insert_with_columns_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_neg_numeric[df0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_neg_numeric[df1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_neg_numeric[df2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_neg_object[df0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_neg_object[df1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_neg_raises[df0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_neg_raises[df1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_invert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_pos_numeric[df0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_pos_numeric[df1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_pos_numeric[df2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_pos_object[df0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_pos_object[df1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_pos_object[df2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameUnaryOperators::test_pos_raises[df0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameLogicalOperators::test_logical_ops_empty_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameLogicalOperators::test_logical_ops_bool_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameLogicalOperators::test_logical_ops_int_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameLogicalOperators::test_logical_ops_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameLogicalOperators::test_logical_operators PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameLogicalOperators::test_logical_with_nas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_operators_none_as_na[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_operators_none_as_na[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_operators_none_as_na[op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_operators_none_as_na[op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_logical_typeerror_with_non_valid[__eq__-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_logical_typeerror_with_non_valid[__ne__-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_binary_ops_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_dti_tz_convert_to_utc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_combineFrame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_combineSeries PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_combineFunc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_comparisons PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_comparison_protected_from_errstate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_boolean_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_combine_generic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_alignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[and] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[div] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[or] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_inplace_ops_identity2[xor] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_alignment_non_pandas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_no_warning[__add__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_no_warning[__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_no_warning[__sub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_no_warning[__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_no_warning[__mul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_no_warning[__rmul__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_no_warning[__floordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_no_warning[__rfloordiv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_no_warning[__truediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_no_warning[__rtruediv__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_no_warning[__pow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_no_warning[__rpow__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_no_warning[__mod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestDataFrameOperators::test_no_warning[__rmod__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestTranspose::test_transpose_tzaware_1col_single_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestTranspose::test_transpose_tzaware_2col_single_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestTranspose::test_transpose_tzaware_2col_mixed_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_operators.py::TestTranspose::test_transpose_object_to_tzaware_mixed_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_period.py::TestPeriodIndex::test_as_frame_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_period.py::TestPeriodIndex::test_frame_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_period.py::TestPeriodIndex::test_frame_to_time_stamp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_period.py::TestPeriodIndex::test_frame_index_to_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_period.py::TestPeriodIndex::test_align_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_axis_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_axis_parameter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_interpolation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_interpolation_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_interpolation_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_box PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_quantile.py::TestDataFrameQuantile::test_quantile_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestCompat::test_query_default PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestCompat::test_query_None PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestCompat::test_query_python PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestCompat::test_query_numexpr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEval::test_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEval::test_query_non_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEval::test_query_empty_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEval::test_eval_resolvers_as_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_named_multiindex[python-python] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_named_multiindex[python-numexpr] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_named_multiindex[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_named_multiindex[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_unnamed_multiindex[python-python] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_unnamed_multiindex[python-numexpr] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_unnamed_multiindex[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_unnamed_multiindex[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_partially_named_multiindex[python-python] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_partially_named_multiindex[python-numexpr] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_partially_named_multiindex[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_with_partially_named_multiindex[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryWithMultiIndex::test_query_multiindex_get_index_resolvers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_query_with_attribute_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_query_no_attribute_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_index_query PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_index_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_index_query_with_NaT_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_date_query_with_non_date PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query_syntax_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query_scope PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query_doesnt_pickup_local PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query_builtin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query_index_with_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query_index_without_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_nested_scope PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_nested_raises_on_local_self_reference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_local_syntax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_chained_cmp_and_in PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_local_variable_with_in PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_at_inside_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_query_undefined_local PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_index_resolvers_come_after_columns_with_the_same_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPandas::test_inf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_date_query_with_attribute_access SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_date_query_with_non_date PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_syntax_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_scope SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_doesnt_pickup_local PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_builtin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_index_with_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_index_without_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_nested_raises_on_local_self_reference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_local_syntax SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_chained_cmp_and_in SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_local_variable_with_in SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_at_inside_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_query_undefined_local SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_index_resolvers_come_after_columns_with_the_same_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_inf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_date_query_no_attribute_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_date_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_date_index_query PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_date_index_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_date_index_query_with_NaT_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryNumExprPython::test_nested_scope PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_query_with_attribute_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_query_no_attribute_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_index_query PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_index_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_index_query_with_NaT_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_date_query_with_non_date PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query_syntax_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query_scope PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query_doesnt_pickup_local PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query_index_with_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query_index_without_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_nested_scope PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_nested_raises_on_local_self_reference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_local_syntax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_chained_cmp_and_in PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_local_variable_with_in PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_at_inside_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query_undefined_local PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_index_resolvers_come_after_columns_with_the_same_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_inf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPandas::test_query_builtin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_date_query_with_attribute_access SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_date_query_with_non_date PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_syntax_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_scope SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_doesnt_pickup_local PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_index_with_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_index_without_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_nested_raises_on_local_self_reference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_local_syntax SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_chained_cmp_and_in SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_local_variable_with_in SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_at_inside_string SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_undefined_local SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_index_resolvers_come_after_columns_with_the_same_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_inf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_date_query_no_attribute_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_date_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_date_index_query PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_date_index_query_with_NaT PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_date_index_query_with_NaT_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_nested_scope PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryPythonPython::test_query_builtin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_query_method[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_query_method[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_query_method[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_query_method[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_list_query_method[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_list_query_method[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_list_query_method[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_str_list_query_method[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_string_columns[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_string_columns[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_string_columns[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_string_columns[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_object_array_eq_ne[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_object_array_eq_ne[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_object_array_eq_ne[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_object_array_eq_ne[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_strings[python-python] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_strings[python-numexpr] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_strings[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_strings[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_special_character[python-python] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_special_character[python-numexpr] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_special_character[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_with_nested_special_character[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_lex_compare_strings[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_lex_compare_strings[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_lex_compare_strings[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_lex_compare_strings[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_single_element_booleans[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_single_element_booleans[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_single_element_booleans[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_single_element_booleans[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_string_scalar_variable[python-python] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_string_scalar_variable[python-numexpr] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_string_scalar_variable[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryStrings::test_query_string_scalar_variable[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_simple_expr[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_simple_expr[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_simple_expr[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_simple_expr[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_bool_arith_expr[python-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_bool_arith_expr[python-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_bool_arith_expr[pandas-python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_bool_arith_expr[pandas-numexpr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[python-python-+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[python-python--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[python-python-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[python-python-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[python-numexpr-+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[python-numexpr--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[python-numexpr-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[python-numexpr-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[pandas-python-+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[pandas-python--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[pandas-python-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[pandas-python-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[pandas-numexpr-+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[pandas-numexpr--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[pandas-numexpr-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameEvalWithFrame::test_invalid_type_for_operator_raises[pandas-numexpr-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryBacktickQuoting::test_single_backtick_variable_query PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryBacktickQuoting::test_two_backtick_variables_query PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryBacktickQuoting::test_single_backtick_variable_expr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryBacktickQuoting::test_two_backtick_variables_expr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryBacktickQuoting::test_already_underscore_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryBacktickQuoting::test_same_name_but_underscores PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_query_eval.py::TestDataFrameQueryBacktickQuoting::test_mixed_underscores_and_spaces PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_mixed_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_na_option SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_methods_frame SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[average-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[average-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[average-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[min-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[min-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[min-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[max-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[max-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[max-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[first-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[first-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[first-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[dense-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[dense-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_descending[dense-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[average-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[average-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[average-object-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[average-object-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[min-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[min-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[min-object-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[min-object-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[max-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[max-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[max-object-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[max-object-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[first-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[first-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[first-object-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[first-object-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[dense-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[dense-None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[dense-object-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_2d_tie_methods[dense-object-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_pct_true[dense-exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_pct_true[min-exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_pct_true[max-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_pct_true[average-exp3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_rank_pct_true[first-exp4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_rank.py::TestRank::test_pct_max_many_rows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_scalar_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_list_obj PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_list_obj_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_list_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_list_mixed_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_dict_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_dict_nested PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_dict_nested_non_first_character PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_dict_nested_gh4115 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_list_to_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_str_to_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_regex_list_to_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_series_of_regexes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_regex_replace_numeric_to_object_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_regex_metachar[[]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_regex_metachar[()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_regex_metachar[\\d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_regex_metachar[\\w] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_regex_metachar[\\s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_with_empty_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_series_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_convert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_simple_nested_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_simple_nested_dict_with_nonexistent_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_value_is_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_for_new_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_dtypes[frame0-1-0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_dtypes[frame1-1-0-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_dtypes[frame2-1-0-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_dtypes[frame3-False-True-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_dtypes[frame4-to_replace4-0-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_dtypes[frame5-to_replace5-value5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_dtypes[frame6-foo-bar-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_dtypes[frame7-to_replace7-value7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_input_formats_listlike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_input_formats_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_dict_no_regex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_series_no_regex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_dict_tuple_list_ordering_remains_the_same PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_doesnt_replace_without_regex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_bool_with_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_pure_bool_with_string_no_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_bool_with_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_with_dict_with_bool_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_truthy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_int_to_int_chain PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_str_to_str_chain PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_swapping_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_datetimetz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_with_empty_dictlike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_method[0-bfill-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_method[nan-bfill-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_method[d-ffill-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_method[to_replace3-bfill-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_method[to_replace4-pad-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_method[to_replace5-bfill-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_replace.py::TestDataFrameReplace::test_replace_method[to_replace6-ffill-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_mixed_big PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_dimensions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_big PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_unsortable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_unicode_string_with_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_str_to_bytes_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_very_wide_info_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_column_name_unicode_truncation_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_latex_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info <class 'pandas.core.frame.DataFrame'>
> RangeIndex: 5 entries, 0 to 4
> Data columns (total 3 columns):
> 0    5 non-null float64
> 1    5 non-null float64
> 2    5 non-null float64
> dtypes: float64(3)
> memory usage: 248.0 bytes
> <class 'pandas.core.frame.DataFrame'>
> RangeIndex: 5 entries, 0 to 4
> Columns: 3 entries, 0 to 2
> dtypes: float64(3)
> memory usage: 248.0 bytes
> PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_memory PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_wide PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_duplicate_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_duplicate_columns_shows_correct_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_shows_column_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_max_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_memory_usage_deep_not_pypy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_memory_usage_deep_pypy SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_usage_via_getsizeof PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_memory_usage_qualified PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_memory_usage_bug_on_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_info_categorical_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_categorical_dates_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_np_nat_with_object[Series-0    NaT\ndtype: object-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_np_nat_with_object[Series-0    NaT\ndtype: object-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_np_nat_with_object[DataFrame-     0\n0  NaT-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_np_nat_with_object[DataFrame-     0\n0  NaT-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_pivot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_pivot_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_pivot_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_pivot_integer_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_pivot_index_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_unstack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_mixed_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_fill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_fill_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_fill_frame_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_fill_frame_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_fill_frame_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_fill_frame_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_preserve_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_ints PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_mixed_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_int_level_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_level_binding PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_non_unique_index_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_unused_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_unused_level[cols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_unused_level[cols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_nan_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_datetime_column_multiIndex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_partial_multiIndex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_preserve_categorical_dtype[labels0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_preserve_categorical_dtype[labels0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_preserve_categorical_dtype[labels1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_preserve_categorical_dtype[labels1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_stack_preserve_categorical_dtype_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_mixed_extension_types[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_mixed_extension_types[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_swaplevel_sortlevel[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::TestDataFrameReshape::test_unstack_swaplevel_sortlevel[baz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::test_unstack_fill_frame_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::test_unstack_timezone_aware_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_reshape.py::test_stack_timezone_aware_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-inner-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-inner-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-sort_names1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-sort_names1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-A-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-A-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-sort_names3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-sort_names3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-sort_names4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-sort_names4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-sort_names5-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-sort_names5-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-sort_names6-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-sort_names6-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-sort_names7-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx0-sort_names7-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-inner-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-inner-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-sort_names1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-sort_names1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-A-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-A-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-sort_names3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-sort_names3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-sort_names4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-sort_names4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-sort_names5-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-sort_names5-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-sort_names6-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-sort_names6-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-sort_names7-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_index_level_and_column_label[df_idx1-sort_names7-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-inner-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-inner-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-sort_names1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-sort_names1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-A-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-A-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-sort_names3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-sort_names3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-sort_names4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-sort_names4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-sort_names5-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-sort_names5-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-sort_names6-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-sort_names6-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-sort_names7-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx0-sort_names7-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-inner-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-inner-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-sort_names1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-sort_names1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-A-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-A-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-sort_names3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-sort_names3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-sort_names4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-sort_names4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-sort_names5-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-sort_names5-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-sort_names6-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-sort_names6-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-sort_names7-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sort_values_level_as_str.py::test_sort_column_level_and_index_label[df_idx1-sort_names7-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort_values_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_stable_descending_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_stable_descending_multicolumn_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort_multi_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_stable_categorial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort_datetimes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_frame_column_inplace_sort_exception PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort_nat_values_in_int_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSorting::test_sort_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_multicolumn PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_different_sortorder PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_categorical_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_multiindex[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_multiindex[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_intervalindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_na_position_with_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_sorting.py::TestDataFrameSortIndexKinds::test_sort_index_na_position_with_categories_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_frame_subclassing_and_slicing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_dataframe_metadata PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_indexing_sliced PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_attr_err_propagation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_align_combinations PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_iterrows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_sparse_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_sparse_transpose PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_stack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_stack_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_stack_multi_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_unstack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_unstack_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_unstack_multi_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclass_pivot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclassed_melt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclassed_wide_to_long PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_subclass.py::TestDataFrameSubclassing::test_subclassed_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_datetime_axis0[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_datetime_axis0[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_datetime_axis1[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_datetime_axis1[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_neg_n PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_float_n PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_diff_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change_shift_over_nas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change_periods_freq[5B-5-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change_periods_freq[3B-3-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change_periods_freq[3B-3-bfill-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change_periods_freq[7B-7-pad-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change_periods_freq[7B-7-bfill-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_pct_change_periods_freq[14B-14-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_frame_ctor_datetime64_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_frame_append_datetime64_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_frame_datetime64_pre1900_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_frame_append_datetime64_col_other_units PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_shift_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_shift_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_shift_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_shift_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_shift_duplicate_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_tshift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_truncate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_truncate_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_truncate_nonsortedindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_asfreq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_asfreq_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_asfreq_fillvalue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_last_valid[data0-idx0-1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_last_valid[data1-idx1-1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_last_valid[data2-idx2-d-d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_last_valid[data3-idx3-1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_last_valid[data4-idx4-2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_last_valid[data5-idx5-1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_subset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_first_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_last_subset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_last_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_at_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_at_time_errors[1:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_at_time_errors[1:00AM] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_at_time_errors[hour2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_at_time_errors[hour3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_at_time_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_at_time_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_at_time_axis[index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_at_time_axis[columns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_at_time_axis[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_at_time_axis[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time[close_open_fixture0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time[close_open_fixture1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time[close_open_fixture2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time[close_open_fixture3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time_axis[axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time_axis[axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time_axis[axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time_axis[axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time_axis_raises[axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time_axis_raises[axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time_axis_raises[axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_between_time_axis_raises[axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_operation_on_NaT PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_datetime_assignment_with_NaT_and_diff_time_units PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_frame_to_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_tz_convert_and_localize[tz_localize] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timeseries.py::TestDataFrameTimeSeriesMethods::test_tz_convert_and_localize[tz_convert] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_values_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_from_records_utc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_tz_localize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_tz_convert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_join_tzaware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_add_tz_mismatch_converts_to_utc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_align_aware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_no_datetime64_dtype[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_no_datetime64_dtype[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_reset_index[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_frame_reset_index[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_boolean_compare_transpose_tzindex_with_dst[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_boolean_compare_transpose_tzindex_with_dst[America/New_York] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_tz_localize_convert_copy_inplace_mutate[tz_localize-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_tz_localize_convert_copy_inplace_mutate[tz_localize-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_tz_localize_convert_copy_inplace_mutate[tz_convert-Europe/Berlin-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_tz_localize_convert_copy_inplace_mutate[tz_convert-Europe/Berlin-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_constructor_data_aware_dtype_naive['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_constructor_data_aware_dtype_naive['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_constructor_data_aware_dtype_naive['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_constructor_data_aware_dtype_naive['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_constructor_data_aware_dtype_naive['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_constructor_data_aware_dtype_naive[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_constructor_data_aware_dtype_naive[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_constructor_data_aware_dtype_naive[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_constructor_data_aware_dtype_naive[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_constructor_data_aware_dtype_naive[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_constructor_data_aware_dtype_naive[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_constructor_data_aware_dtype_naive[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_timezones.py::TestDataFrameTimezones::test_constructor_data_aware_dtype_naive[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv3 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv4 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv5 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_cols_reordering PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_new_dupe_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_dtnat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_moar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv_w_some_infs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv_w_all_infs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_no_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_with_mix_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_headers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_interval_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_float32_nanrep PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_withcommas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_dups_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_chunking PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_wide_frame_formatting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_unicode_index_col PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_stringio PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_float_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_unicodewriter_quoting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_quote_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_index_no_leading_comma PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_line_terminators PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_from_csv_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_path_is_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[None-df0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[None-df1-ascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[None-df2-gb2312] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[None-df3-cp737] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[gzip-df0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[gzip-df1-ascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[gzip-df2-gb2312] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[gzip-df3-cp737] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[bz2-df0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[bz2-df1-ascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[bz2-df2-gb2312] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[bz2-df3-cp737] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[zip-df0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[zip-df1-ascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[zip-df2-gb2312] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[zip-df3-cp737] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[xz-df0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[xz-df1-ascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[xz-df2-gb2312] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_compression[xz-df3-cp737] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_date_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_with_dst_transitions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_quoting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_period_index_date_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_multi_index_header PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_to_csv_single_level_multi_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_to_csv.py::TestDataFrameToCSV::test_gz_lineend PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[1-query] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[1-eval] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[1-set_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[1-reset_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[1-dropna] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[1-drop_duplicates] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[1-sort_values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[True-query] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[True-eval] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[True-set_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[True-reset_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[True-dropna] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[True-drop_duplicates] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[True-sort_values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[inplace2-query] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[inplace2-eval] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[inplace2-set_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[inplace2-reset_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[inplace2-dropna] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[inplace2-drop_duplicates] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[inplace2-sort_values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[5.0-query] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[5.0-eval] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[5.0-set_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[5.0-reset_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[5.0-dropna] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[5.0-drop_duplicates] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_validate.py::TestDataFrameValidate::test_validate_bool_args[5.0-sort_values] PASSED
> 
> =============================== warnings summary ===============================
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py::TestDataFrameMisc::test_tab_complete_warning
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_api.py:580: RuntimeWarning: coroutine 'InteractiveShell.run_code' was never awaited
>     ip.run_code(code)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/frame/test_missing.py::TestDataFrameMissingData::test_fillna_categorical_nan
>   /usr/lib/python3/dist-packages/numpy/lib/nanfunctions.py:1115: RuntimeWarning: All-NaN slice encountered
>     overwrite_input=overwrite_input)
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> ======= 3313 passed, 33 skipped, 5 xfailed, 2 warnings in 70.66 seconds ========
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 183 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_rename_mi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_set_axis_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_set_axis_name_mi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_nonzero_single_element PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_get_numeric_data_preserve_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_metadata_propagation_indiv PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_set_attribute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[FloatIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[IntIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[StringIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[UnicodeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[DateIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_deepcopy_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_rename PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_get_numeric_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_get_default PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_nonzero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_downcast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_constructor_compound_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_metadata_propagation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_head_tail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_sample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_size_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_split_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_unexpected_keyword PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_stat_unexpected_keyword PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_api_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_stat_non_defaults_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_truncate_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_validate_bool_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_copy_and_deepcopy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[1-ffill-None-exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[1-ffill-1-exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[1-bfill-None-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[1-bfill-1-exp3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[-1-ffill-None-exp4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[-1-ffill-1-exp5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[-1-bfill-None-exp6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_pct_change[-1-bfill-1-exp7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_sample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_squeeze PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_numpy_squeeze PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_transpose PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_numpy_transpose PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_pipe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_pipe_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_pipe_tuple_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_axis_classmethods[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_axis_classmethods[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_deprecated_to_dense PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_generic.py::TestNDFrame::test_deprecated_get_dtype_counts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels0-axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels0-axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels0-axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels0-axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels1-axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels1-axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels1-axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels1-axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels2-axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels2-axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels2-axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels2-axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels3-axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels3-axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels3-axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_or_label_reference_df_simple[df_levels3-axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_reference_df_ambig[axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_reference_df_ambig[axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_reference_df_ambig[axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_reference_df_ambig[axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_reference_series_simple_axis0 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_is_level_reference_series_axis1_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_check_label_or_level_ambiguity_df[axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_check_label_or_level_ambiguity_df[axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_check_label_or_level_ambiguity_df[axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_check_label_or_level_ambiguity_df[axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_check_label_or_level_ambiguity_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_check_label_or_level_ambiguity_series_axis1_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels0-axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels0-axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels0-axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels0-axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels1-axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels1-axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels1-axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels1-axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels2-axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels2-axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels2-axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels2-axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels3-axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels3-axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels3-axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_simple[df_levels3-axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_ambig[axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_ambig[axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_ambig[axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_ambig[axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_duplabels[axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_duplabels[axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_duplabels[axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_df_duplabels[axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_series_axis0 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_get_label_or_level_values_series_axis1_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels0-axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels0-axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels0-axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels0-axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels1-axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels1-axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels1-axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels1-axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels2-axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels2-axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels2-axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels2-axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels3-axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels3-axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels3-axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_df[df_levels3-axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_label_or_level_utils.py::test_drop_labels_or_levels_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_rename PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_get_numeric_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_get_default PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_nonzero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_downcast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_constructor_compound_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_metadata_propagation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_head_tail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_sample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_size_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_split_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_unexpected_keyword PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_stat_unexpected_keyword PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_api_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_stat_non_defaults_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_truncate_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_validate_bool_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_copy_and_deepcopy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[1-ffill-None-exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[1-ffill-1-exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[1-bfill-None-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[1-bfill-1-exp3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[-1-ffill-None-exp4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[-1-ffill-1-exp5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[-1-bfill-None-exp6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_pct_change[-1-bfill-1-exp7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_rename_mi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_set_axis_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_set_axis_name_mi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_set_axis_name_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_get_numeric_data_preserve_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_nonzero_single_element PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_metadata_propagation_indiv PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[FloatIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[IntIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[StringIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[UnicodeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[DateIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray_index_types[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_to_xarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_valid_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_shift_always_copy[0-s0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_shift_always_copy[0-s1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_shift_always_copy[0-s2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_shift_always_copy[1-s0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_shift_always_copy[1-s1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_shift_always_copy[1-s2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_shift_always_copy[2-s0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_shift_always_copy[2-s1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_shift_always_copy[2-s2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_datetime_shift_always_copy[move_by_freq0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_series.py::TestSeries::test_datetime_shift_always_copy[move_by_freq1] PASSED
> 
> =============================== warnings summary ===============================
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[FloatIndex]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[IntIndex]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[StringIndex]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[UnicodeIndex]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[DateIndex]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[PeriodIndex]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[CategoricalIndex]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray_index_types[TimedeltaIndex]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/generic/test_frame.py::TestDataFrame::test_to_xarray
>   /usr/lib/python3/dist-packages/xarray/core/dataset.py:4516: FutureWarning: Converting timezone-aware DatetimeArray to timezone-naive ndarray with 'datetime64[ns]' dtype. In the future, this will return an ndarray with 'object' dtype where each element is a 'pandas.Timestamp' with the correct 'tz'.
>   	To accept the future behavior, pass 'dtype=object'.
>   	To keep the old behavior, pass 'dtype="datetime64[ns]"'.
>     data = np.asarray(series).reshape(shape)
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> ==================== 183 passed, 9 warnings in 1.64 seconds ====================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 1955 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_issues PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_trivial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_trivial_fail XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_fast_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_group_apply_once_per_group[GH2936] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_group_apply_once_per_group[GH7739 & GH10519] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_group_apply_once_per_group[GH10519] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_group_apply_once_per_group[GH2656] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_group_apply_once_per_group[GH12155] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_group_apply_once_per_group[GH20084] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_group_apply_once_per_group[GH21417] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_with_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_groupby_as_index_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_concat_preserve_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_series_to_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_series_yield_constant PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_frame_yield_constant PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_frame_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_frame_concat_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_transform PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_multikey_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_chunk_view PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_no_name_column_conflict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_typecast_fail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_multiindex_fail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_without_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_corner_cases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_numeric_coercion_when_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_time_field_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_gb_apply_list_of_unequal_len_arrays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_groupby_apply_all_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_groupby_apply_none_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_groupby_apply_return_empty_chunk PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_apply.py::test_apply_with_mixed_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_bin_groupby.py::test_series_grouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_bin_groupby.py::test_series_bin_grouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_bin_groupby.py::TestBinGroupers::test_generate_bins PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_bin_groupby.py::test_group_ohlc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_bin_groupby.py::TestReducer::test_int_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_apply_use_categorical_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_level_get_group[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_level_get_group[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_level_get_group[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_apply[True] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_apply[False] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_codes_remap[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_codes_remap[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_codes_remap[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_perf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_groups[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_groups[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_groups[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_groups_with_nan[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_groups_with_nan[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_groups_with_nan[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_observed_nth PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_dataframe_categorical_with_nan[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_dataframe_categorical_with_nan[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_dataframe_categorical_with_nan[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_dataframe_categorical_ordered_observed_sort[True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_dataframe_categorical_ordered_observed_sort[True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_dataframe_categorical_ordered_observed_sort[True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_dataframe_categorical_ordered_observed_sort[True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_dataframe_categorical_ordered_observed_sort[False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_dataframe_categorical_ordered_observed_sort[False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_dataframe_categorical_ordered_observed_sort[False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_dataframe_categorical_ordered_observed_sort[False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_categorical_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_describe_categorical_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_unstack_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_bins_unequal_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_as_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_preserve_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_preserve_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_preserve_on_ordered_ops[first-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_preserve_on_ordered_ops[last-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_preserve_on_ordered_ops[min-values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_preserve_on_ordered_ops[max-values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_categorical_no_compress PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_sort2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_sort_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_empty_sum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_empty_prod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_groupby_multiindex_categorical_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_groupby_agg_observed_true_single_column[True-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_groupby_agg_observed_true_single_column[False-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_shift[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_shift[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_shift[fill_value2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_seriesgroupby_observed_true[agg-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_seriesgroupby_observed_true[apply-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_seriesgroupby_observed_false_or_none[False-agg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_seriesgroupby_observed_false_or_none[False-apply] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_seriesgroupby_observed_false_or_none[None-agg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_seriesgroupby_observed_false_or_none[None-apply] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_seriesgroupby_observed_apply_dict[True-index0-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_seriesgroupby_observed_apply_dict[False-index1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_categorical.py::test_seriesgroupby_observed_apply_dict[None-index2-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_cumcount PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_cumcount_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_cumcount_dupe_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_cumcount_mi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_cumcount_groupby_not_col PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_distinct PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_one_group PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_series_matches_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_dupe_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_mi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_groupby_not_col PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_descending PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_matches_cumcount PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_cumcount_pair PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_respects_groupby_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_count_with_datetimelike[datetimelike0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_count_with_datetimelike[datetimelike1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_count_with_datetimelike[datetimelike2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_count_with_datetimelike[datetimelike3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_counting.py::TestCounting::test_count_with_only_nans_in_first_group PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_single_column_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_multi_column_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_mixed_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_out_all_groups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_out_no_groups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_out_all_groups_in_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_condition_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_with_axis_in_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_bad_shapes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_nan_is_false PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_against_workaround PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_using_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_maintains_ordering PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_multiple_timestamp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_and_transform_with_non_unique_int_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_and_transform_with_multiple_non_unique_int_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_and_transform_with_non_unique_float_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_and_transform_with_non_unique_timestamp_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_and_transform_with_non_unique_string_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_has_access_to_grouped_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_enforces_scalarness PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_non_bool_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_dropna_with_empty_groups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals0-True-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals0-True-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals0-False-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals0-False-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals1-True-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals1-True-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals1-False-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals1-False-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals2-True-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals2-True-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals2-False-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals2-False-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals3-True-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals3-True-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals3-False-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals3-False-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals4-True-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals4-True-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals4-False-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals4-False-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals5-True-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals5-True-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals5-False-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals5-False-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals6-True-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals6-True-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals6-False-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals6-False-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals7-True-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals7-True-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals7-False-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals7-False-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals8-True-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals8-True-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals8-False-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals8-False-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals9-True-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals9-True-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals9-False-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals9-False-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals10-True-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals10-True-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals10-False-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals10-False-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals11-True-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals11-True-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals11-False-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals11-False-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals12-True-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals12-True-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals12-False-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_bool_aggs[vals12-False-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_max_min_non_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_intercept_builtin_sum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_builtins_apply[jim-f0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_builtins_apply[jim-f1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_builtins_apply[jim-f2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_builtins_apply[keys1-f0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_builtins_apply[keys1-f1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_builtins_apply[keys1-f2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_arg_passthru PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_non_cython_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_cython_api2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_cython_median PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_median_empty_bins[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_median_empty_bins[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_median_empty_bins[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[first-data0-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[first-data0-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[first-data0-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[first-data0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[first-data0-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[first-data0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[last-data1-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[last-data1-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[last-data1-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[last-data1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[last-data1-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[last-data1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[min-data2-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[min-data2-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[min-data2-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[min-data2-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[min-data2-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[min-data2-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[max-data3-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[max-data3-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[max-data3-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[max-data3-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[max-data3-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[max-data3-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[nth-data4-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[nth-data4-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[nth-data4-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[nth-data4-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[nth-data4-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[nth-data4-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[count-data5-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[count-data5-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[count-data5-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[count-data5-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[count-data5-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_types[count-data5-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_int_like_precision[i0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_non_arithmetic_agg_int_like_precision[i1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_idxmin_idxmax_returns_int_types[idxmin-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_idxmin_idxmax_returns_int_types[idxmax-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_fill_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_cumprod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_ops_general[mean-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_ops_general[median-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_ops_general[std-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_ops_general[var-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_ops_general[sum-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_ops_general[prod-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_ops_general[min-amin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_ops_general[max-amax] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_ops_general[first-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_ops_general[last-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_ops_general[count-size] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_ops_general[sem-scipy_sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_max_nan_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_nlargest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_nsmallest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_numpy_compat[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_numpy_compat[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_numpy_compat[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_numpy_compat[cumprod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_numpy_compat[cumsum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_cummin_cummax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_is_monotonic_increasing[in_vals0-out_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_is_monotonic_increasing[in_vals1-out_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_is_monotonic_increasing[in_vals2-out_vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_is_monotonic_decreasing[in_vals0-out_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_is_monotonic_decreasing[in_vals1-out_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_is_monotonic_decreasing[in_vals2-out_vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_apply_describe_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_describe_multikey PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_describe_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_index_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_frame_describe_multikey PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_frame_describe_tupleindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_frame_describe_unstacked_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-10-n0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-10-n1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-10-n2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-10-n3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-100-n0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-100-n1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-100-n2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-100-n3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-1000-n0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-1000-n1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-1000-n2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-False-1000-n3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-10-n0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-10-n1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-10-n2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-10-n3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-100-n0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-100-n1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-100-n2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-100-n3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-1000-n0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-1000-n1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-1000-n2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[False-True-1000-n3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-10-n0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-10-n1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-10-n2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-10-n3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-100-n0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-100-n1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-100-n2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-100-n3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-1000-n0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-1000-n1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-1000-n2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-False-1000-n3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-10-n0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-10-n1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-10-n2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-10-n3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-100-n0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-100-n1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-100-n2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-100-n3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-1000-n0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-1000-n1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-1000-n2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_series_groupby_nunique[True-True-1000-n3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_nunique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_nunique_with_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_nunique_with_empty_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_nunique_with_timegrouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_nunique_preserves_column_level_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_timedelta_cython_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_count_non_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_count_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_count_cross_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_lower_int_prec_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_count_uses_size_on_exception PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_size PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_size_groupby_all_null PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals0-b_vals0-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals0-b_vals0-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals0-b_vals0-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals0-b_vals0-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals0-b_vals0-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals1-b_vals1-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals1-b_vals1-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals1-b_vals1-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals1-b_vals1-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals1-b_vals1-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals2-b_vals2-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals2-b_vals2-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals2-b_vals2-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals2-b_vals2-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals2-b_vals2-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals3-b_vals3-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals3-b_vals3-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals3-b_vals3-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals3-b_vals3-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals3-b_vals3-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals4-b_vals4-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals4-b_vals4-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals4-b_vals4-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals4-b_vals4-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals4-b_vals4-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals5-b_vals5-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals5-b_vals5-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals5-b_vals5-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals5-b_vals5-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals5-b_vals5-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals6-b_vals6-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals6-b_vals6-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals6-b_vals6-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals6-b_vals6-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals6-b_vals6-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals7-b_vals7-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals7-b_vals7-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals7-b_vals7-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals7-b_vals7-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0-a_vals7-b_vals7-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals0-b_vals0-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals0-b_vals0-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals0-b_vals0-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals0-b_vals0-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals0-b_vals0-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals1-b_vals1-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals1-b_vals1-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals1-b_vals1-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals1-b_vals1-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals1-b_vals1-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals2-b_vals2-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals2-b_vals2-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals2-b_vals2-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals2-b_vals2-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals2-b_vals2-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals3-b_vals3-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals3-b_vals3-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals3-b_vals3-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals3-b_vals3-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals3-b_vals3-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals4-b_vals4-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals4-b_vals4-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals4-b_vals4-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals4-b_vals4-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals4-b_vals4-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals5-b_vals5-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals5-b_vals5-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals5-b_vals5-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals5-b_vals5-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals5-b_vals5-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals6-b_vals6-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals6-b_vals6-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals6-b_vals6-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals6-b_vals6-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals6-b_vals6-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals7-b_vals7-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals7-b_vals7-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals7-b_vals7-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals7-b_vals7-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.25-a_vals7-b_vals7-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals0-b_vals0-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals0-b_vals0-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals0-b_vals0-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals0-b_vals0-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals0-b_vals0-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals1-b_vals1-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals1-b_vals1-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals1-b_vals1-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals1-b_vals1-nearest] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals1-b_vals1-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals2-b_vals2-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals2-b_vals2-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals2-b_vals2-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals2-b_vals2-nearest] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals2-b_vals2-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals3-b_vals3-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals3-b_vals3-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals3-b_vals3-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals3-b_vals3-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals3-b_vals3-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals4-b_vals4-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals4-b_vals4-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals4-b_vals4-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals4-b_vals4-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals4-b_vals4-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals5-b_vals5-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals5-b_vals5-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals5-b_vals5-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals5-b_vals5-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals5-b_vals5-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals6-b_vals6-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals6-b_vals6-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals6-b_vals6-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals6-b_vals6-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals6-b_vals6-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals7-b_vals7-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals7-b_vals7-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals7-b_vals7-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals7-b_vals7-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.5-a_vals7-b_vals7-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals0-b_vals0-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals0-b_vals0-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals0-b_vals0-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals0-b_vals0-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals0-b_vals0-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals1-b_vals1-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals1-b_vals1-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals1-b_vals1-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals1-b_vals1-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals1-b_vals1-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals2-b_vals2-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals2-b_vals2-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals2-b_vals2-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals2-b_vals2-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals2-b_vals2-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals3-b_vals3-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals3-b_vals3-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals3-b_vals3-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals3-b_vals3-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals3-b_vals3-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals4-b_vals4-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals4-b_vals4-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals4-b_vals4-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals4-b_vals4-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals4-b_vals4-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals5-b_vals5-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals5-b_vals5-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals5-b_vals5-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals5-b_vals5-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals5-b_vals5-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals6-b_vals6-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals6-b_vals6-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals6-b_vals6-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals6-b_vals6-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals6-b_vals6-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals7-b_vals7-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals7-b_vals7-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals7-b_vals7-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals7-b_vals7-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[0.75-a_vals7-b_vals7-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals0-b_vals0-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals0-b_vals0-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals0-b_vals0-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals0-b_vals0-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals0-b_vals0-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals1-b_vals1-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals1-b_vals1-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals1-b_vals1-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals1-b_vals1-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals1-b_vals1-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals2-b_vals2-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals2-b_vals2-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals2-b_vals2-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals2-b_vals2-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals2-b_vals2-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals3-b_vals3-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals3-b_vals3-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals3-b_vals3-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals3-b_vals3-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals3-b_vals3-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals4-b_vals4-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals4-b_vals4-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals4-b_vals4-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals4-b_vals4-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals4-b_vals4-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals5-b_vals5-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals5-b_vals5-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals5-b_vals5-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals5-b_vals5-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals5-b_vals5-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals6-b_vals6-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals6-b_vals6-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals6-b_vals6-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals6-b_vals6-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals6-b_vals6-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals7-b_vals7-linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals7-b_vals7-lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals7-b_vals7-higher] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals7-b_vals7-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile[1-a_vals7-b_vals7-midpoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile_array2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile_array_no_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile_array_multiple_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile_out_of_bounds_q_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile_missing_group_values_no_segfaults PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_quantile_missing_group_values_correct_results PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_pipe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_pipe_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_function.py::test_groupby_mean_no_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_basic[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_basic[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_basic[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_basic[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_nonobject_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_return_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_inconsistent_return_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_pass_args_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_basic_regression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_with_na_groups[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_with_na_groups[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_with_na_groups[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_with_na_groups[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_with_na_groups[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_with_na_groups[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_indices_concatenation_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_attr_wrapper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_frame_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_frame_groupby_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_frame_set_name_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_multi_func PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_multi_key_multiple_functions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_frame_multi_key_function_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_multiple_columns[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_multiple_columns[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_as_index_agg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_as_index_series_return_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_as_index_series_column_slice_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_as_index_cython PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_as_index_series_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_as_index_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_multiple_key PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_multi_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_omit_nuisance PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_omit_nuisance_python_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_empty_groups_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_nonsense_func PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_wrap_aggregated_output_multindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_level_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_level_mapper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_level_nonmulti PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_complex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_mutate_groups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_no_mutate_but_looks_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_series_indexed_differently PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_with_hier_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_grouping_ndarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_wrong_multi_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_series_with_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_seriesgroupby_name_attr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_consistency_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_name_propagation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_nonstring_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_mixed_type_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_cython_grouper_series_bug_noncontig PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_series_grouper_noncontig_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_convert_objects_leave_decimal_alone PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_dtype_inference_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_list_infer_array_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_keys_same_size_as_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_one_row PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_nat_exclude PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_2d_malformed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_int32_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_sort_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_dont_clobber_name_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_skip_group_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_no_nonsense_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_multifunc_sum_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_handle_dict_return_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_set_group_name[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_set_group_name[grouper1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_group_name_available_in_inference_pass PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_no_dummy_key_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_sort_multiindex_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_reindex_inside_function PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_multiindex_missing_pair PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_multiindex_not_lexsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_index_label_overlaps_location PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_transform_doesnt_clobber_ints PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[int_groups-ints] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[int_groups-floats] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[int_groups-strings] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[int_groups-sort_column3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[int_groups-sort_column4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[string_groups-ints] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[string_groups-floats] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[string_groups-strings] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[string_groups-sort_column3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[string_groups-sort_column4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[group_column2-ints] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[group_column2-floats] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[group_column2-strings] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[group_column2-sort_column3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_preserves_sort[group_column2-sort_column4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_group_shift_with_null_key PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_group_shift_with_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_pivot_table_values_key_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_empty_dataframe_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_tuple_warns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_tuple_warns_unhashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_tuple_correct_keyerror PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_agg_ohlc_non_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_multiindex_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_empty_list_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_multiindex_series_keys_len_equal_group_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_groupby.py::test_groupby_groups_in_BaseGrouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestSelection::test_select_bad_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestSelection::test_groupby_duplicated_column_errormsg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestSelection::test_column_select_via_attr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestSelection::test_getitem_list_of_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestSelection::test_getitem_numeric_column_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouper_index_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouper_multilevel_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouper_creation_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouper_column_and_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_levels_and_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_categorical_index_and_columns[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_categorical_index_and_columns[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_categorical_index_and_columns[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouper_getting_correct_binner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouper_iter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_empty_groups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_grouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_dict_mapping PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_grouper_f_sanity_checked PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouping_error_on_multidim_input PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_multiindex_passthru PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_multiindex_negative_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_multifunc_select_col_integer_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_multiindex_columns_empty_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_multiindex_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_level[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_level[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_level_index_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_level_with_nas[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_level_with_nas[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_level_preserve_order[True-labels0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_level_preserve_order[False-labels1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_grouping_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_list_grouper_with_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_evaluate_with_empty_groups[transform-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_evaluate_with_empty_groups[agg-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_evaluate_with_empty_groups[apply-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGrouping::test_groupby_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_get_group PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_get_group_empty_bins[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_get_group_empty_bins[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_get_group_empty_bins[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_get_group_grouped_by_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_groupby_with_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_groupby_with_single_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestGetGroup::test_gb_key_len_equal_axis_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_groups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_grouping_is_iterable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_multi_iter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_multi_iter_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_dictify PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_groupby_with_small_elem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_grouping.py::TestIteration::test_grouping_string_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string[frame0-inner-groupers0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string[frame0-key_strs1-groupers1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string[frame0-key_strs2-groupers2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string[frame0-key_strs3-groupers3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string[frame1-inner-groupers0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string[frame1-key_strs1-groupers1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string[frame1-key_strs2-groupers2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string[frame1-key_strs3-groupers3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[levels3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[levels4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[levels5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[levels6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[levels7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[levels8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_index_as_string.py::test_grouper_index_level_as_string_series[levels9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_first_last_nth PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_first_last_nth_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_nth PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_nth_multi_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_first_last_tz[data0-expected_first0-expected_last0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_first_last_tz[data1-expected_first1-expected_last1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_first_last_tz_multi_column[first-ts0-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_first_last_tz_multi_column[last-ts1-b] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_nth_multi_index_as_expected PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_groupby_head_tail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_group_selection_cache PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_nth_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_nth_column_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_nth_nan_in_grouper[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_nth_nan_in_grouper[any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_nth.py::test_nth_nan_in_grouper[all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-False-exp0-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-False-exp0-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-False-exp0-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-False-exp0-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-True-exp1-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-True-exp1-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-True-exp1-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-True-True-exp1-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-False-exp2-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-False-exp2-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-False-exp2-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-False-exp2-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-True-exp3-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-True-exp3-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-True-exp3-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[average-False-True-exp3-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-False-exp4-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-False-exp4-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-False-exp4-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-False-exp4-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-True-exp5-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-True-exp5-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-True-exp5-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-True-True-exp5-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-False-exp6-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-False-exp6-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-False-exp6-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-False-exp6-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-True-exp7-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-True-exp7-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-True-exp7-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[min-False-True-exp7-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-False-exp8-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-False-exp8-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-False-exp8-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-False-exp8-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-True-exp9-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-True-exp9-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-True-exp9-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-True-True-exp9-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-False-exp10-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-False-exp10-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-False-exp10-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-False-exp10-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-True-exp11-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-True-exp11-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-True-exp11-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[max-False-True-exp11-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-False-exp12-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-False-exp12-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-False-exp12-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-False-exp12-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-True-exp13-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-True-exp13-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-True-exp13-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-True-True-exp13-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-False-exp14-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-False-exp14-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-False-exp14-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-False-exp14-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-True-exp15-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-True-exp15-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-True-exp15-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[first-False-True-exp15-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-False-exp16-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-False-exp16-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-False-exp16-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-False-exp16-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-True-exp17-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-True-exp17-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-True-exp17-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-True-True-exp17-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-False-exp18-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-False-exp18-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-False-exp18-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-False-exp18-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-True-exp19-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-True-exp19-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-True-exp19-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args[dense-False-True-exp19-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-True-keep-exp0-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-True-keep-exp0-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-True-top-exp1-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-True-top-exp1-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-True-bottom-exp2-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-True-bottom-exp2-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-False-keep-exp3-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-False-keep-exp3-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-False-top-exp4-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-False-top-exp4-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-False-bottom-exp5-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[average-False-bottom-exp5-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-True-keep-exp6-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-True-keep-exp6-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-True-top-exp7-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-True-top-exp7-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-True-bottom-exp8-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-True-bottom-exp8-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-False-keep-exp9-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-False-keep-exp9-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-False-top-exp10-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-False-top-exp10-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-False-bottom-exp11-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[min-False-bottom-exp11-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-True-keep-exp12-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-True-keep-exp12-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-True-top-exp13-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-True-top-exp13-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-True-bottom-exp14-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-True-bottom-exp14-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-False-keep-exp15-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-False-keep-exp15-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-False-top-exp16-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-False-top-exp16-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-False-bottom-exp17-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[max-False-bottom-exp17-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-True-keep-exp18-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-True-keep-exp18-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-True-top-exp19-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-True-top-exp19-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-True-bottom-exp20-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-True-bottom-exp20-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-False-keep-exp21-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-False-keep-exp21-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-False-top-exp22-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-False-top-exp22-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-False-bottom-exp23-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[first-False-bottom-exp23-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-True-keep-exp24-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-True-keep-exp24-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-True-top-exp25-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-True-top-exp25-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-True-bottom-exp26-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-True-bottom-exp26-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-False-keep-exp27-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-False-keep-exp27-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-False-top-exp28-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-False-top-exp28-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-False-bottom-exp29-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_infs_n_nans[dense-False-bottom-exp29-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-False-exp0-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-False-exp0-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-False-exp0-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-False-exp0-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-True-exp1-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-True-exp1-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-True-exp1-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-keep-True-exp1-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-False-exp2-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-False-exp2-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-False-exp2-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-False-exp2-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-True-exp3-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-True-exp3-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-True-exp3-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-keep-True-exp3-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-False-exp4-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-False-exp4-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-False-exp4-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-False-exp4-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-True-exp5-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-True-exp5-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-True-exp5-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-keep-True-exp5-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-False-exp6-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-False-exp6-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-False-exp6-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-False-exp6-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-True-exp7-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-True-exp7-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-True-exp7-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-keep-True-exp7-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-False-exp8-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-False-exp8-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-False-exp8-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-False-exp8-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-True-exp9-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-True-exp9-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-True-exp9-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-keep-True-exp9-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-False-exp10-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-False-exp10-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-False-exp10-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-False-exp10-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-True-exp11-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-True-exp11-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-True-exp11-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-keep-True-exp11-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-False-exp12-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-False-exp12-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-False-exp12-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-False-exp12-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-True-exp13-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-True-exp13-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-True-exp13-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-keep-True-exp13-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-False-exp14-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-False-exp14-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-False-exp14-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-False-exp14-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-True-exp15-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-True-exp15-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-True-exp15-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-keep-True-exp15-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-False-exp16-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-False-exp16-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-False-exp16-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-False-exp16-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-True-exp17-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-True-exp17-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-True-exp17-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-keep-True-exp17-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-False-exp18-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-False-exp18-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-False-exp18-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-False-exp18-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-True-exp19-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-True-exp19-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-True-exp19-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-keep-True-exp19-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-bottom-False-exp20-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-bottom-False-exp20-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-bottom-False-exp20-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-bottom-False-exp20-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-bottom-True-exp21-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-bottom-True-exp21-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-bottom-True-exp21-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-True-bottom-True-exp21-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-bottom-False-exp22-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-bottom-False-exp22-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-bottom-False-exp22-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-bottom-False-exp22-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-bottom-True-exp23-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-bottom-True-exp23-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-bottom-True-exp23-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[average-False-bottom-True-exp23-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-bottom-False-exp24-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-bottom-False-exp24-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-bottom-False-exp24-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-bottom-False-exp24-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-bottom-True-exp25-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-bottom-True-exp25-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-bottom-True-exp25-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-True-bottom-True-exp25-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-bottom-False-exp26-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-bottom-False-exp26-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-bottom-False-exp26-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-bottom-False-exp26-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-bottom-True-exp27-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-bottom-True-exp27-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-bottom-True-exp27-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[min-False-bottom-True-exp27-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-bottom-False-exp28-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-bottom-False-exp28-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-bottom-False-exp28-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-bottom-False-exp28-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-bottom-True-exp29-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-bottom-True-exp29-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-bottom-True-exp29-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-True-bottom-True-exp29-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-bottom-False-exp30-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-bottom-False-exp30-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-bottom-False-exp30-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-bottom-False-exp30-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-bottom-True-exp31-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-bottom-True-exp31-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-bottom-True-exp31-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[max-False-bottom-True-exp31-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-bottom-False-exp32-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-bottom-False-exp32-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-bottom-False-exp32-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-bottom-False-exp32-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-bottom-True-exp33-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-bottom-True-exp33-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-bottom-True-exp33-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-True-bottom-True-exp33-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-bottom-False-exp34-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-bottom-False-exp34-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-bottom-False-exp34-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-bottom-False-exp34-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-bottom-True-exp35-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-bottom-True-exp35-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-bottom-True-exp35-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[first-False-bottom-True-exp35-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-bottom-False-exp36-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-bottom-False-exp36-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-bottom-False-exp36-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-bottom-False-exp36-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-bottom-True-exp37-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-bottom-True-exp37-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-bottom-True-exp37-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-True-bottom-True-exp37-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-bottom-False-exp38-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-bottom-False-exp38-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-bottom-False-exp38-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-bottom-False-exp38-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-bottom-True-exp39-vals0-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-bottom-True-exp39-vals0-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-bottom-True-exp39-vals1-grps0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_args_missing[dense-False-bottom-True-exp39-vals1-grps1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_resets_each_group[False-exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_resets_each_group[True-exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_avg_even_vals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-True-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-True-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-True-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-True-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-True-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-False-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-False-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-False-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-False-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-keep-False-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-True-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-True-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-True-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-True-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-True-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-False-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-False-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-False-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-False-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-top-False-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-True-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-True-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-True-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-True-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-True-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-False-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-False-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-False-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-False-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-True-bottom-False-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-True-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-True-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-True-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-True-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-True-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-False-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-False-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-False-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-False-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-keep-False-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-True-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-True-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-True-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-True-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-True-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-False-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-False-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-False-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-False-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-top-False-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-True-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-True-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-True-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-True-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-True-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-False-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-False-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-False-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-False-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals0-False-bottom-False-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-True-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-True-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-True-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-True-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-True-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-False-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-False-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-False-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-False-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-keep-False-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-True-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-True-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-True-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-True-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-True-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-False-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-False-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-False-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-False-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-top-False-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-True-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-True-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-True-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-True-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-True-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-False-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-False-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-False-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-False-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-True-bottom-False-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-True-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-True-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-True-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-True-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-True-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-False-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-False-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-False-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-False-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-keep-False-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-True-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-True-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-True-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-True-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-True-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-False-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-False-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-False-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-False-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-top-False-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-True-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-True-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-True-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-True-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-True-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-False-average] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-False-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-False-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-False-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_object_raises[vals1-False-bottom-False-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-average-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-average-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-min-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-max-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-max-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-first-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-first-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-dense-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-True-dense-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-average-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-average-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-min-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-max-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-max-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-first-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-first-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-dense-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-True-False-dense-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-average-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-average-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-min-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-max-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-max-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-first-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-first-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-dense-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-True-dense-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-average-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-average-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-min-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-max-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-max-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-first-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-first-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-dense-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals0-False-False-dense-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-average-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-average-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-min-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-max-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-max-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-first-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-first-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-dense-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-True-dense-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-average-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-average-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-min-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-max-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-max-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-first-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-first-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-dense-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-True-False-dense-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-average-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-average-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-min-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-max-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-max-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-first-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-first-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-dense-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-True-dense-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-average-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-average-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-min-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-max-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-max-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-first-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-first-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-dense-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals1-False-False-dense-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-average-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-average-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-min-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-max-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-max-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-first-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-first-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-dense-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-True-dense-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-average-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-average-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-min-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-max-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-max-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-first-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-first-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-dense-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-True-False-dense-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-average-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-average-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-min-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-max-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-max-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-first-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-first-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-dense-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-True-dense-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-average-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-average-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-min-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-max-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-max-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-first-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-first-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-dense-bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_naoption_raises[vals2-False-False-dense-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_empty_group PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_zero_div[input_key0-input_value0-output_value0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_zero_div[input_key1-input_value1-output_value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_zero_div[input_key2-input_value2-output_value2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_rank.py::test_rank_zero_div[input_key3-input_value3-output_value3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_with_timegrouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_with_timegrouper_methods[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_with_timegrouper_methods[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[Q-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_get_group PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_apply_return_type_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_apply_return_type_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_groups_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_groups_datetimeindex_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_frame_datetime64_handling_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_multi_timezone PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_groups_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_first_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_max_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_datetime64_32_bit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_with_timezone_selection PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timezone_info PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_datetime_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_first_last_max_min_on_time_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_nunique_with_timegrouper_and_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_scalar_call_versus_list_call PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_fast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_broadcast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_numeric_to_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_datetime_to_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_datetime_to_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_casting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_dispatch_transform PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_select_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_exclude_nuisance PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_function_aliases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_series_fast_transform_date PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_coercion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_transform_with_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_transform_with_nan_group PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_mixed_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_cumsum[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_cumsum[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_cumsum[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_cumsum[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_cumsum[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_cumsum[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_cumsum[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_cumsum[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_cumsum[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_cumsum[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_cumsum[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_cumsum[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_cumprod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_group_transform_algos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_series[cumprod-args0-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_series[cumsum-args1-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_series[shift-args2-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_series[shift-args3-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input0-exp0-False-cumprod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input0-exp0-False-cumsum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input0-exp0-True-cumprod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input0-exp0-True-cumsum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input1-exp1-False-cumprod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input1-exp1-False-cumsum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input1-exp1-True-cumprod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_cum_skipna[input1-exp1-True-cumsum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_frame[cumprod-args0-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_frame[cumsum-args1-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_frame[shift-args2-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_cython_transform_frame[shift-args3-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_with_non_scalar_group PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_numeric_ret[count-a-exp0-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_numeric_ret[count-cols1-exp1-assert_frame_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_numeric_ret[rank-a-exp0-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_numeric_ret[rank-cols1-exp1-assert_frame_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_numeric_ret[size-a-exp0-assert_series_equal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_numeric_ret[size-cols1-exp1-assert_frame_equal] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-None-exp_vals0-foo-bar-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-None-exp_vals0-foo-bar-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-None-exp_vals0-foo-bar-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-None-exp_vals0-foo-bar-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-None-exp_vals0-1-2-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-None-exp_vals0-1-2-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-None-exp_vals0-1-2-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-None-exp_vals0-1-2-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-None-exp_vals0-1.0-2.0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-None-exp_vals0-1.0-2.0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-None-exp_vals0-1.0-2.0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-None-exp_vals0-1.0-2.0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-foo-bar-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-foo-bar-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-foo-bar-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-foo-bar-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1-2-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1-2-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1-2-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1-2-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1.0-2.0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1.0-2.0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1.0-2.0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[ffill-1-exp_vals1-1.0-2.0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-None-exp_vals2-foo-bar-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-None-exp_vals2-foo-bar-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-None-exp_vals2-foo-bar-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-None-exp_vals2-foo-bar-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-None-exp_vals2-1-2-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-None-exp_vals2-1-2-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-None-exp_vals2-1-2-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-None-exp_vals2-1-2-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-None-exp_vals2-1.0-2.0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-None-exp_vals2-1.0-2.0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-None-exp_vals2-1.0-2.0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-None-exp_vals2-1.0-2.0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-foo-bar-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-foo-bar-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-foo-bar-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-foo-bar-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1-2-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1-2-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1-2-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1-2-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1.0-2.0-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1.0-2.0-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1.0-2.0-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_group_fill_methods[bfill-1-exp_vals3-1.0-2.0-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pad_stable_sorting[ffill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pad_stable_sorting[bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-None-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-None-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-None-D-True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-None-D-False] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-1-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-1-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-1-D-True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-ffill-1-D-False] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-None-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-None-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-None-D-True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-None-D-False] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-1-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-1-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-1-D-True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[1-bfill-1-D-False] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-None-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-None-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-None-D-True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-None-D-False] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-1-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-1-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-1-D-True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-ffill-1-D-False] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-None-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-None-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-None-D-True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-None-D-False] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-1-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-1-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-1-D-True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_pct_change[-1-bfill-1-D-False] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_any_all_np_func[any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_any_all_np_func[all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_transform_rename PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_transform_timezone_column[func0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_transform_timezone_column[func1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_transform_timezone_column[amin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_transform_timezone_column[amax] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_transform_timezone_column[first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_transform_timezone_column[last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_transform_with_datetimes[idxmin-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_groupby_transform_with_datetimes[idxmax-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_absent_categories[cumsum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_absent_categories[cumprod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_absent_categories[cummin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_absent_categories[cummax] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_ffill_not_in_axis[level-0-ffill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_ffill_not_in_axis[level-0-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_ffill_not_in_axis[level-0-shift] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_ffill_not_in_axis[by-val1-ffill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_ffill_not_in_axis[by-val1-bfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_ffill_not_in_axis[by-val1-shift] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_transform.py::test_transform_lambda_with_datetimetz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-50] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-51] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-50] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-51] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-50] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-51] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-200] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-201] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-200] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-201] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-200] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-201] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-50] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-51] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-50] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-51] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-50] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-51] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-200] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-201] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-200] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-201] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-200] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-201] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-52] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-53] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-52] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-53] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-52] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-53] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-202] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-100-203] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-202] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-100-203] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-202] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-100-203] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-52] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-53] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-52] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-53] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-52] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-53] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-202] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[1st-1000-203] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-202] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[2nd-1000-203] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-202] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[['1st', '2nd']-1000-203] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_whitelist[whitelist0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_whitelist[whitelist1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[quantile] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[fillna] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[take] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[idxmax] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[idxmin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[tshift] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[plot] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[hist] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[dtype] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[corr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[cov] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[diff] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[unique] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[nlargest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[nsmallest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[is_monotonic_increasing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_series_whitelist[is_monotonic_decreasing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[quantile] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[fillna] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[take] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[idxmax] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[idxmin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[tshift] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[plot] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[hist] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[dtypes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[corrwith] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[corr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[cov] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_frame_whitelist[diff] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-0-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-True-1-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-0-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[True-False-1-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-0-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-True-1-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-0-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_regression_whitelist_methods[False-False-1-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_blacklist PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_tab_completion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_function_rename PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_whitelist.py::test_groupby_selection_with_methods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_regression1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_must_agg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_ser_multi_key PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_groupby_aggregation_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_apply_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_grouping_is_list_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_python_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_aggregate_str_func[<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_aggregate_str_func[groupbyfunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_aggregate_item_by_item PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_wrap_agg_out PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_agg_multiple_functions_maintain_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_multiple_functions_tuples_and_non_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_more_flexible_frame_multi_function PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_multi_function_flexible_mix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_groupby_agg_coercing_bools PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_order_aggregate_multiple_funcs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_uint64_type_handling[first-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_uint64_type_handling[first-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_uint64_type_handling[last-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_uint64_type_handling[last-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_uint64_type_handling[min-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_uint64_type_handling[min-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_uint64_type_handling[max-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_uint64_type_handling[max-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_uint64_type_handling[mean-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_uint64_type_handling[mean-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_uint64_type_handling[median-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::test_uint64_type_handling[median-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestNamedAggregationSeries::test_series_named_agg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestNamedAggregationSeries::test_no_args_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestNamedAggregationSeries::test_series_named_agg_duplicates_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestNamedAggregationSeries::test_mangled PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestNamedAggregationDataFrame::test_agg_relabel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestNamedAggregationDataFrame::test_agg_relabel_non_identifier PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestNamedAggregationDataFrame::test_duplicate_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestNamedAggregationDataFrame::test_agg_relabel_with_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestNamedAggregationDataFrame::test_agg_relabel_other_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestNamedAggregationDataFrame::test_missing_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestNamedAggregationDataFrame::test_agg_namedtuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestNamedAggregationDataFrame::test_mangled PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestLambdaMangling::test_maybe_mangle_lambdas_passthrough PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestLambdaMangling::test_maybe_mangle_lambdas_listlike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestLambdaMangling::test_maybe_mangle_lambdas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestLambdaMangling::test_maybe_mangle_lambdas_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestLambdaMangling::test_maybe_mangle_lambdas_named PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestLambdaMangling::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestLambdaMangling::test_mangle_series_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_aggregate.py::TestLambdaMangling::test_with_kwargs XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[count] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cythonized_aggers[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_nothing_to_agg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_nothing_to_agg_with_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_frame_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_return_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_fail_agg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[mean-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[median-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[var-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[add-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[prod-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[min-amin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[max-amax] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[first-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test__cython_agg_general[last-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[True-mean-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[True-median-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[True-var-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[True-min-amin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[True-max-amax] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[False-mean-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[False-median-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[False-var-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[False-min-amin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[False-max-amax] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[None-mean-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[None-median-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[None-var-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[None-min-amin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets[None-max-amax] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets_nanops[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets_nanops[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_agg_empty_buckets_nanops[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data0-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data0-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data1-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data1-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_cython.py::test_cython_with_timestamp_and_nat[data1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_datetimes_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_period_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_dict_parameter_cast_result_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_cast_results_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_aggregate_float64_no_int64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_aggregate_api_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_dict_renaming_deprecation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_nested_dicts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_item_by_item_raise_typeerror PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_series_agg_multikey PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_series_agg_multi_pure_python PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_callables PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_over_numpy_arrays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_timezone_round_trip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_sum_uint64_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_dataframe[tuple-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_dataframe[list-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_dataframe[<lambda>-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_dataframe[<lambda>-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_series[tuple-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_series[list-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_series[<lambda>-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_structs_series[<lambda>-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_category_nansum[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_category_nansum[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_category_nansum[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_list_like_func PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/aggregate/test_other.py::test_agg_lambda_with_timezone PASSED
> 
> =============================== warnings summary ===============================
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/groupby/test_filters.py::test_filter_and_transform_with_non_unique_float_index
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/indexes/base.py:2897: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
>     return self._engine.get_loc(key)
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> = 1932 passed, 2 skipped, 19 xfailed, 2 xpassed, 1 warnings in 150.06 seconds ==
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 7745 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_to_frame[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_to_frame[new_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_to_frame_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_where[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_ops_error_cases[intersection-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_ops_error_cases[intersection-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_ops_error_cases[union-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_ops_error_cases[union-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_ops_error_cases[difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_ops_error_cases[difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_ops_error_cases[symmetric_difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_set_ops_error_cases[symmetric_difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_engine_reference_cycle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_new_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_copy_and_deepcopy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_regular[strIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_regular[dateIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_casting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_mixed_tuples[index_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_mixed_tuples[index_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_tuples_nan[list-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_tuples_nan[list-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_tuples_nan[tuple-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_tuples_nan[tuple-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_tuples_nan[vtype2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_construction_list_tuples_nan[vtype2-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_index_dtlike[index3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_series_dtlike[index0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_series_dtlike[index1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_series_dtlike[index2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_series[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_series[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_series_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_from_frame_series_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_ndarray_like[array0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_ndarray_like[array1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_ndarray_like[array2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_float[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_nan_raises[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_int_dtype_nan_raises[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_no_pandas_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nan_nat[Float64Index-float64-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nan_nat[DatetimeIndex-datetime64[ns]-na_val1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[None-DatetimeIndex-datetime64[ns]-ctor0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[None-DatetimeIndex-datetime64[ns]-ctor0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[None-TimedeltaIndex-timedelta64[ns]-ctor1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[None-TimedeltaIndex-timedelta64[ns]-ctor1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nan0-DatetimeIndex-datetime64[ns]-ctor0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nan0-DatetimeIndex-datetime64[ns]-ctor0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nan0-TimedeltaIndex-timedelta64[ns]-ctor1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nan0-TimedeltaIndex-timedelta64[ns]-ctor1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nulls_fixture2-DatetimeIndex-datetime64[ns]-ctor0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nulls_fixture2-DatetimeIndex-datetime64[ns]-ctor0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nulls_fixture2-TimedeltaIndex-timedelta64[ns]-ctor1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nulls_fixture2-TimedeltaIndex-timedelta64[ns]-ctor1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nan1-DatetimeIndex-datetime64[ns]-ctor0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nan1-DatetimeIndex-datetime64[ns]-ctor0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nan1-TimedeltaIndex-timedelta64[ns]-ctor1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nan1-TimedeltaIndex-timedelta64[ns]-ctor1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nan2-DatetimeIndex-datetime64[ns]-ctor0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nan2-DatetimeIndex-datetime64[ns]-ctor0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nan2-TimedeltaIndex-timedelta64[ns]-ctor1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_nat_dt_like[nan2-TimedeltaIndex-timedelta64[ns]-ctor1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_nat_result[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_nat_result[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_index_ctor_infer_periodindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_simple_new[vals0-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_simple_new[vals1-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_simple_new[vals2-obj] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_int64[vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_int64[vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_int64[vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_int64[vals3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_int64[vals4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_float64[vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_float64[vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_float64[vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_float64[vals3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_float64[vals4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_object[vals0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_object[vals0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_object[vals1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_object[vals1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_categorical[vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_categorical[vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_categorical[vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_categorical[vals3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_datetime[vals0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_datetime[vals0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_datetime[vals1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_datetime[vals1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_timedelta[vals0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_timedelta[vals0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_timedelta[vals1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_to_timedelta[vals1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[None-Index-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[None-Index-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[None-DatetimeIndex-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[None-DatetimeIndex-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['UTC'-Index-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['UTC'-Index-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['UTC'-DatetimeIndex-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['UTC'-DatetimeIndex-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['US/Eastern'-Index-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['US/Eastern'-Index-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['US/Eastern'-DatetimeIndex-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['US/Eastern'-DatetimeIndex-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['Asia/Tokyo'-Index-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['Asia/Tokyo'-Index-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['Asia/Tokyo'-DatetimeIndex-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['Asia/Tokyo'-DatetimeIndex-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['dateutil/US/Pacific'-Index-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['dateutil/US/Pacific'-Index-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['dateutil/US/Pacific'-DatetimeIndex-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['dateutil/US/Pacific'-DatetimeIndex-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['dateutil/Asia/Singapore'-Index-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['dateutil/Asia/Singapore'-Index-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['dateutil/Asia/Singapore'-DatetimeIndex-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime['dateutil/Asia/Singapore'-DatetimeIndex-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[tzutc()-Index-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[tzutc()-Index-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[tzutc()-DatetimeIndex-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[tzutc()-DatetimeIndex-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[tzlocal()-Index-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[tzlocal()-Index-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[tzlocal()-DatetimeIndex-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[tzlocal()-DatetimeIndex-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[pytz.FixedOffset(300)-Index-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[pytz.FixedOffset(300)-Index-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[pytz.FixedOffset(300)-DatetimeIndex-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[pytz.FixedOffset(300)-DatetimeIndex-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[<UTC>-Index-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[<UTC>-Index-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[<UTC>-DatetimeIndex-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[<UTC>-DatetimeIndex-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[pytz.FixedOffset(-300)-Index-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[pytz.FixedOffset(-300)-Index-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[pytz.FixedOffset(-300)-DatetimeIndex-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[pytz.FixedOffset(-300)-DatetimeIndex-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[datetime.timezone.utc-Index-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[datetime.timezone.utc-Index-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[datetime.timezone.utc-DatetimeIndex-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[datetime.timezone.utc-DatetimeIndex-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[datetime.timezone(datetime.timedelta(seconds=3600))-Index-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[datetime.timezone(datetime.timedelta(seconds=3600))-Index-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[datetime.timezone(datetime.timedelta(seconds=3600))-DatetimeIndex-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[datetime.timezone(datetime.timedelta(seconds=3600))-DatetimeIndex-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DatetimeIndex-values-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_datetime[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DatetimeIndex-asi8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_timedelta[Index-values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_timedelta[Index-asi8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_timedelta[TimedeltaIndex-values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_dtypes_timedelta[TimedeltaIndex-asi8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Index-value0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Index-value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Index-value2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Float64Index-value0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Float64Index-value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Float64Index-value2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Int64Index-value0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Int64Index-value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[Int64Index-value2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[UInt64Index-value0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[UInt64Index-value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[UInt64Index-value2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[CategoricalIndex-value0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[CategoricalIndex-value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[CategoricalIndex-value2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[DatetimeIndex-value0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[DatetimeIndex-value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[DatetimeIndex-value2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[TimedeltaIndex-value0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[TimedeltaIndex-value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty[TimedeltaIndex-value2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty_special[empty0-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty_special[empty1-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty_special[empty2-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty_special[empty3-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_empty_special[empty4-MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_overflow_int64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_constructor_cast XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view_with_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view_with_args_object_array_raises[unicodeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view_with_args_object_array_raises[strIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view_with_args_object_array_raises[catIndex] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view_with_args_object_array_raises[boolIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_view_with_args_object_array_raises[empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_not_equals_object[comp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_not_equals_object[comp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_not_equals_object[comp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_insert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_insert_missing[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_insert_missing[nan0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_insert_missing[nulls_fixture2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_insert_missing[nan1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_insert_missing[nan2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_delete[0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_delete[-1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_delete_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_ PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_asof PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_asof_datetime_partial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_nanosecond_index_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_booleanindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_fancy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy[int64-strIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy[int64-intIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy[int64-floatIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy[bool_-strIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy[bool_-intIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy[bool_-floatIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy_raises[strIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy_raises[intIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_empty_fancy_raises[floatIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation[None-index20-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation[None-index21-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation[None-index22-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation[False-index20-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation[False-index21-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation[False-index22-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation2[None-A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation2[None-A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation2[None-None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation2[False-A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation2[False-A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_name_preservation2[False-None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_monotonic[None-index20-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_monotonic[None-index21-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_monotonic[False-index20-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_monotonic[False-index21-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_non_monotonic_non_unique[None-index20-expected_arr0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_non_monotonic_non_unique[None-index21-expected_arr1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_non_monotonic_non_unique[False-index20-expected_arr0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_non_monotonic_non_unique[False-index21-expected_arr1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersect_str_dates[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersect_str_dates[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersect_nosort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_equal_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_equal_sort_true XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_chained_union[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_chained_union[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_sort_other_special[slice_0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_sort_other_special[slice_1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_sort_special_true[slice_0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_sort_special_true[slice_1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_sort_other_incomparable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_sort_other_incomparable_true XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_from_iterables[None-klass0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_from_iterables[None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_from_iterables[None-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_from_iterables[False-klass0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_from_iterables[False-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_from_iterables[False-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_identity[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_identity[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-A-B-None-second_list0-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-A-B-None-second_list0-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-A-B-None-second_list1-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-A-B-None-second_list1-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-None-B-None-second_list0-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-None-B-None-second_list0-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-None-B-None-second_list1-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-None-B-None-second_list1-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-A-None-None-second_list0-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-A-None-None-second_list0-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-A-None-None-second_list1-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[None-A-None-None-second_list1-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[False-A-B-None-second_list0-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[False-A-B-None-second_list0-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[False-A-B-None-second_list1-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[False-A-B-None-second_list1-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[False-None-B-None-second_list0-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[False-None-B-None-second_list0-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[False-None-B-None-second_list1-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[False-None-B-None-second_list1-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[False-A-None-None-second_list0-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[False-A-None-None-second_list0-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[False-A-None-None-second_list1-first_list0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_name_preservation[False-A-None-None-second_list1-first_list1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_dt_as_obj[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_union_dt_as_obj[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_setops_disallow_true[union] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_setops_disallow_true[intersection] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_setops_disallow_true[difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_setops_disallow_true[symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_identity_mapping PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_with_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_with_tuples_mi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_tseries_indices_return_index[makeDateIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_tseries_indices_return_index[makePeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_tseries_indices_return_index[makeTimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_tseries_indices_accsr_return_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_with_non_function_missing_values[mapper0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_with_non_function_missing_values[mapper1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_na_exclusion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_map_defaultdict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_append_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_append_empty_preserve_name[foo-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_append_empty_preserve_name[bar-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_name_preservation[None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_name_preservation[None-name-name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_name_preservation[False-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_name_preservation[False-name-name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_empty_arg[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_empty_arg[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_identity[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_identity[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_sort[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_sort[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_incomparable[difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_incomparable[symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_incomparable_true[difference] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_incomparable_true[symmetric_difference] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_mi[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_mi[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_missing[None-index20-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_missing[None-index21-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_missing[False-index20-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_missing[False-index21-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_non_index[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_symmetric_difference_non_index[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_type[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_difference_type[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_difference[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_intersection_difference[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_numeric[strIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_numeric[boolIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_numeric[catIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_numeric[intIndex-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_numeric[dateIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_numeric[floatIndex-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_object[strIndex-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_object[boolIndex-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_object[catIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_object[intIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_object[dateIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_object[floatIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_all_dates[strIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_all_dates[boolIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_all_dates[catIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_all_dates[intIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_all_dates[dateIndex-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_all_dates[floatIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_summary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_summary_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[None-vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[None-vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nan0-vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nan0-vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nulls_fixture2-vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nulls_fixture2-vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nan1-vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nan1-vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nan2-vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_missing[nan2-vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_with_name_time_info PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_format_datetime_with_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_logical_compat[any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_logical_compat[all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected0-pad-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected0-pad-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected1-ffill-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected1-ffill-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected2-backfill-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected2-backfill-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected3-bfill-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_methods[expected3-bfill-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[pad-None-indexer0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[backfill-None-indexer1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[nearest-None-indexer2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[pad-0-indexer3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[backfill-0-indexer4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[nearest-0-indexer5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[pad-None-indexer6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[backfill-None-indexer7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[nearest-None-indexer8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[pad-1-indexer9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[backfill-1-indexer10-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[nearest-1-indexer11-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[pad-0.2-indexer12-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[backfill-0.2-indexer13-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest[nearest-0.2-indexer14-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance0-expected0-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance0-expected0-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance0-expected0-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance0-expected0-listtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance1-expected1-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance1-expected1-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance1-expected1-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance1-expected1-listtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance2-expected2-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance2-expected2-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance2-expected2-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_listlike_tolerance[tolerance2-expected2-listtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_decreasing[pad-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_decreasing[backfill-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_nearest_decreasing[nearest-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_strings[pad-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_strings[backfill-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_strings_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_numeric_index_boolean_target[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_numeric_index_boolean_target[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_numeric_index_boolean_target[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_with_NA_values[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_with_NA_values[None-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_with_NA_values[None-unique_nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_with_NA_values[nan-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_with_NA_values[nan-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_with_NA_values[nan-unique_nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_with_NA_values[unique_nulls_fixture2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_with_NA_values[unique_nulls_fixture2-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_indexer_with_NA_values[unique_nulls_fixture2-unique_nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc[pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc[backfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc[nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_raises_bad_label[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_raises_bad_label[pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_raises_bad_label[backfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_raises_bad_label[nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_tolerance[pad-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_tolerance[backfill-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_tolerance[nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_outside_tolerance_raises[pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_outside_tolerance_raises[backfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_outside_tolerance_raises[nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_bad_tolerance_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_tolerance_no_method_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_raises_missized_tolerance PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_raises_object_nearest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_loc_raises_object_tolerance PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_float_locs[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_float_locs[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_dup PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_dup_numeric[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_dup_numeric[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_na_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice0-yxdcb] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice1-] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice2-b] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice3-yxdcb] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice4-y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice5-yxdcb] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice6-yb] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice7-yxdcb] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice8-ydb] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice9-yxdcb] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice10-yc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice11-dcb] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice12-yx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice13-] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice14-] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_locs_negative_step[in_slice15-] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_str_label PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_str_label_raises_missing_keys[keys0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_str_label_raises_missing_keys[keys1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_str_label_errors_ignore PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_numeric_label_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_numeric_label_raises_missing_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_numeric_label_errors_ignore[4-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_by_numeric_label_errors_ignore[key1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_tuple[to_drop0-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_tuple[to_drop0-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_tuple[to_drop0-values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_tuple[to_drop1-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_tuple[to_drop1-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_drop_tuple[to_drop1-values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_tuple_union_bug[intersection-expected0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_tuple_union_bug[intersection-expected1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_tuple_union_bug[union-expected2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_monotonic_incomparable[is_monotonic_increasing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_monotonic_incomparable[is_monotonic_decreasing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_monotonic_incomparable[_is_strictly_monotonic_increasing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_is_monotonic_incomparable[_is_strictly_monotonic_decreasing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_set_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin[index0-expected0-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin[index0-expected0-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin[index1-expected1-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin[index1-expected1-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[None-nan0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[None-nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[None-nan1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[None-nan2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan0-nan0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan0-nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan0-nan1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan0-nan2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nulls_fixture2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nulls_fixture2-nan0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nulls_fixture2-nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nulls_fixture2-nan1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nulls_fixture2-nan2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan1-nan0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan1-nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan1-nan1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan1-nan2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan2-nan0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan2-nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan2-nan1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_object[nan2-nan2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[nan0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[nulls_fixture2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[nan1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_nan_common_float64[nan2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg[index0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg[index0--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg[index1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg[index1--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Index0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Index0-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Index0--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Index1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Index1-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Index1--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[DatetimeIndex-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[DatetimeIndex-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[DatetimeIndex--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[PeriodIndex-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[PeriodIndex-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[PeriodIndex--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[TimedeltaIndex-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[TimedeltaIndex-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[TimedeltaIndex--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Int64Index0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Int64Index0-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Int64Index0--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[UInt64Index-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[UInt64Index-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[UInt64Index--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[RangeIndex-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[RangeIndex-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[RangeIndex--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Float64Index-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Float64Index-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Float64Index--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Index2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Index2-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Index2--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[CategoricalIndex-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[CategoricalIndex-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[CategoricalIndex--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[IntervalIndex-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[IntervalIndex-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[IntervalIndex--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Index3-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Index3-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Index3--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[MultiIndex-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[MultiIndex-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[MultiIndex--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Int64Index1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Int64Index1-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_level_raises[Int64Index1--3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index0-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index0-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index0-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index0-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index1-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index1-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index1-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index1-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[DatetimeIndex-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[DatetimeIndex-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[DatetimeIndex-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[DatetimeIndex-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[PeriodIndex-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[PeriodIndex-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[PeriodIndex-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[PeriodIndex-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[TimedeltaIndex-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[TimedeltaIndex-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[TimedeltaIndex-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[TimedeltaIndex-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Int64Index0-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Int64Index0-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Int64Index0-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Int64Index0-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[UInt64Index-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[UInt64Index-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[UInt64Index-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[UInt64Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[RangeIndex-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[RangeIndex-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[RangeIndex-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[RangeIndex-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Float64Index-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Float64Index-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Float64Index-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Float64Index-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index2-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index2-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index2-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index2-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[CategoricalIndex-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[CategoricalIndex-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[CategoricalIndex-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[CategoricalIndex-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[IntervalIndex-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[IntervalIndex-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[IntervalIndex-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[IntervalIndex-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index3-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index3-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index3-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Index3-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[MultiIndex-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[MultiIndex-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[MultiIndex-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[MultiIndex-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Int64Index1-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Int64Index1-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Int64Index1-xyzzy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_level_kwarg_bad_label_raises[Int64Index1-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_empty[empty0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_empty[empty1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_isin_empty[empty2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_boolean_cmp[values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_boolean_cmp[values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_boolean_cmp[values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_boolean_cmp[values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_boolean_cmp[values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_level_values[None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_level_values[a-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_slice_keep_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[inner-unicode] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[inner-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[inner-date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[inner-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[inner-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[outer-unicode] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[outer-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[outer-date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[outer-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[outer-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[left-unicode] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[left-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[left-date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[left-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[left-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[right-unicode] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[right-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[right-date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[right-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_join_self[right-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_attribute[strip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_attribute[rstrip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_attribute[lstrip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_attribute_raises[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_attribute_raises[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_attribute_raises[index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_attribute_raises[index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_split[None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_split[False-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_split[True-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_bool_return PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_str_bool_series_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_tab_completion[index0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_tab_completion[index1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_indexing_doesnt_change_class PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_outer_join_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_nan_first_take_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_take_fill_value_none_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_take_bad_bounds_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels0-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels1-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels2-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels3-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels3-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels4-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels4-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels5-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels5-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels6-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels6-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels7-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_name_if_target_is_list_or_ndarray[labels7-foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_type_if_target_is_empty_list_or_array[labels0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_type_if_target_is_empty_list_or_array[labels1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_preserves_type_if_target_is_empty_list_or_array[labels2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_doesnt_preserve_type_if_target_is_empty_index[labels0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_doesnt_preserve_type_if_target_is_empty_index[labels1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_doesnt_preserve_type_if_target_is_empty_index[labels2-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_reindex_no_type_preserve_target_empty_mi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_op_multiindex[mi0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_op_multiindex[mi1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_op_multiindex_identify PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_op_mismatched_multiindex_raises[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_op_mismatched_multiindex_raises[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_equals_op_index_vs_mi_same_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dt_conversion_preserves_name[to_datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_dt_conversion_preserves_name[to_timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr[index0-Index(['a', 'bb', 'ccc'], dtype='object')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr[index1-Index(['a', 'bb', 'ccc', 'a', 'bb', 'ccc', 'a', 'bb', 'ccc', 'a', 'bb', 'ccc',\n       'a', 'bb', 'ccc', 'a', 'bb', 'ccc', 'a', 'bb', 'ccc', 'a', 'bb', 'ccc',\n       'a', 'bb', 'ccc', 'a', 'bb', 'ccc'],\n      dtype='object')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr[index2-Index(['a', 'bb', 'ccc', 'a', 'bb', 'ccc', 'a', 'bb', 'ccc', 'a',\n       ...\n       'ccc', 'a', 'bb', 'ccc', 'a', 'bb', 'ccc', 'a', 'bb', 'ccc'],\n      dtype='object', length=300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr[index3-Index(['\u3042', '\u3044\u3044', '\u3046\u3046\u3046'], dtype='object')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr[index4-Index(['\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046',\n       '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046',\n       '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046'],\n      dtype='object')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr[index5-Index(['\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042',\n       ...\n       '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046'],\n      dtype='object', length=300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_with_unicode_option[index0-Index(['\u3042', '\u3044\u3044', '\u3046\u3046\u3046'], dtype='object')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_with_unicode_option[index1-Index(['\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046',\n       '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046',\n       '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046',\n       '\u3042', '\u3044\u3044', '\u3046\u3046\u3046'],\n      dtype='object')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_string_index_repr_with_unicode_option[index2-Index(['\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046',\n       '\u3042',\n       ...\n       '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044', '\u3046\u3046\u3046', '\u3042', '\u3044\u3044',\n       '\u3046\u3046\u3046'],\n      dtype='object', length=300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_cached_properties_not_settable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_get_duplicates_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_tab_complete_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_deprecated_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_to_frame[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_to_frame[new_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_to_frame_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_where[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_ops_error_cases[intersection-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_ops_error_cases[intersection-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_ops_error_cases[union-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_ops_error_cases[union-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_ops_error_cases[difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_ops_error_cases[difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_ops_error_cases[symmetric_difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_set_ops_error_cases[symmetric_difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_engine_reference_cycle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_copy_name2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_union_different_type_base[klass0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_union_different_type_base[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_union_different_type_base[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_unique_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_different_type_base[None-klass0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_different_type_base[None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_different_type_base[None-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_different_type_base[False-klass0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_different_type_base[False-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersection_different_type_base[False-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_difference_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_difference_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals0-expected0-None-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals0-expected0-None-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals0-expected0-object-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals0-expected0-object-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals0-expected0-category-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals0-expected0-category-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals1-expected1-None-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals1-expected1-None-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals1-expected1-object-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals1-expected1-object-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals1-expected1-category-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals1-expected1-category-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals2-expected2-None-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals2-expected2-None-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals2-expected2-object-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals2-expected2-object-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals2-expected2-category-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals2-expected2-category-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals3-expected3-None-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals3-expected3-None-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals3-expected3-object-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals3-expected3-object-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals3-expected3-category-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals3-expected3-category-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals4-expected4-None-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals4-expected4-None-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals4-expected4-object-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals4-expected4-object-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals4-expected4-category-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna[vals4-expected4-category-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index0-expected0-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index0-expected0-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index1-expected1-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index1-expected1-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index2-expected2-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index2-expected2-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index3-expected3-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index3-expected3-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index4-expected4-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index4-expected4-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index5-expected5-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_dt_like[index5-expected5-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_dropna_invalid_how_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_get_combined_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_is_monotonic_na[index7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_repr_summary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_int_name_format[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_int_name_format[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_print_unicode_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_str_to_bytes_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestMixedIntIndex::test_intersect_str_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndexUtils::test_ensure_index_from_sequences[data0-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndexUtils::test_ensure_index_from_sequences[data1-names1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndexUtils::test_ensure_index_from_sequences[data2-None-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndexUtils::test_ensure_index_from_sequences[data3-names3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndexUtils::test_ensure_index_mixed_closed_intervals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index0-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index1-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[DatetimeIndex-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[PeriodIndex-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[TimedeltaIndex-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index0-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[UInt64Index-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[RangeIndex-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Float64Index-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index2-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[CategoricalIndex-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[IntervalIndex-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Index3-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[MultiIndex-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-rtruediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-rfloordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-pow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-rpow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_generated_op_names[Int64Index1-divmod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_index_subclass_constructor_wrong_kwargs[makeDateIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_index_subclass_constructor_wrong_kwargs[makePeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_index_subclass_constructor_wrong_kwargs[makeTimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_index_subclass_constructor_wrong_kwargs[makeRangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_index_subclass_constructor_wrong_kwargs[makeIntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_index_subclass_constructor_wrong_kwargs[makeCategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_index_subclass_constructor_wrong_kwargs[makeMultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_deprecated_fastpath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::test_shape_of_invalid_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_to_frame[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_to_frame[new_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_to_frame_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_ops_error_cases[intersection-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_ops_error_cases[intersection-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_ops_error_cases[union-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_ops_error_cases[union-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_ops_error_cases[difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_ops_error_cases[difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_ops_error_cases[symmetric_difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_set_ops_error_cases[symmetric_difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_difference_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_difference_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_map_dictlike[<lambda>0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_map_dictlike[<lambda>1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_is_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_engine_reference_cycle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_construction_with_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_construction_empty_with_bool_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_construction_with_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_create_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_disallow_set_ops[<lambda>-__sub__0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_disallow_set_ops[<lambda>-__add__0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_disallow_set_ops[<lambda>-__sub__1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_disallow_set_ops[<lambda>-__add__1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_disallow_set_ops[<lambda>-__rsub__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_disallow_set_ops[<lambda>-__radd__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_method_delegation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_contains_interval[(0, 1]-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_contains_interval[1.5-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_contains_interval[(0.5, 1.5]-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_contains_interval[a-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_contains_interval[1970-01-01 00:00:00.000000001-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_contains_interval[0 days 00:00:00.000000-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_contains_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_map_with_categorical_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_map_with_nan[data0-isna] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_map_with_nan[data1-isna] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_map_with_nan[data2-f2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_map_with_nan[data3-f3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_map_with_nan[data4-f4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_map_with_nan[data5-f5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_where[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_append PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_append_to_another PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_insert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_delete PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[True-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[True-True-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[True-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[True-False-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[False-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[False-True-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[False-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category[False-False-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category_ordered_none_deprecated[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_astype_category_ordered_none_deprecated[none1-FutureWarning] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_reindexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_reindex_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_reindex_duplicate_target PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_reindex_empty_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_is_monotonic[data0-non_lexsorted_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_is_monotonic[data1-non_lexsorted_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_has_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_drop_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_get_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_isin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_equals_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_equals_categoridcal_unordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_frame_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_string_categorical_index_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_fillna_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_take_fill_value_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_engine_type[int8-Int8Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_engine_type[int16-Int16Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_engine_type[int32-Int32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_category.py::TestCategoricalIndex::test_engine_type[int64-Int64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_droplevel[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[MultiIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_non_hashable_name[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[MultiIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_constructor_unwraps_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[Index0-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[Index0-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[Index1-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[Index1-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[DatetimeIndex-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[DatetimeIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[PeriodIndex-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[PeriodIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[TimedeltaIndex-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[TimedeltaIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[Int64Index0-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[Int64Index0-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[UInt64Index-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[UInt64Index-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[RangeIndex-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[RangeIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[Float64Index-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[Float64Index-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[Index2-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[Index2-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[CategoricalIndex-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[CategoricalIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[IntervalIndex-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[IntervalIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[Index3-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[Index3-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[MultiIndex-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[MultiIndex-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[Int64Index1-101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_getitem_error[Int64Index1-no_int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index0-A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index0-A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index0-A-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index0-None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index0-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index1-A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index1-A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index1-A-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index1-None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index1-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[DatetimeIndex-A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[DatetimeIndex-A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[DatetimeIndex-A-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[DatetimeIndex-None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[DatetimeIndex-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[PeriodIndex-A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[PeriodIndex-A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[PeriodIndex-A-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[PeriodIndex-None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[PeriodIndex-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[TimedeltaIndex-A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[TimedeltaIndex-A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[TimedeltaIndex-A-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[TimedeltaIndex-None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[TimedeltaIndex-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Int64Index0-A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Int64Index0-A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Int64Index0-A-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Int64Index0-None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Int64Index0-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[UInt64Index-A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[UInt64Index-A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[UInt64Index-A-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[UInt64Index-None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[UInt64Index-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[RangeIndex-A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[RangeIndex-A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[RangeIndex-A-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[RangeIndex-None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[RangeIndex-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Float64Index-A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Float64Index-A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Float64Index-A-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Float64Index-None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Float64Index-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index2-A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index2-A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index2-A-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index2-None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index2-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[CategoricalIndex-A-A-A] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[CategoricalIndex-A-B-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[CategoricalIndex-A-None-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[CategoricalIndex-None-B-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[CategoricalIndex-None-None-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[IntervalIndex-A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[IntervalIndex-A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[IntervalIndex-A-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[IntervalIndex-None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[IntervalIndex-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index3-A-A-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index3-A-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index3-A-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index3-None-B-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Index3-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[MultiIndex-A-A-A] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[MultiIndex-A-B-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[MultiIndex-A-None-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[MultiIndex-None-B-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[MultiIndex-None-None-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Int64Index1-A-A-A] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Int64Index1-A-B-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Int64Index1-A-None-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Int64Index1-None-B-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_corner_union[Int64Index1-None-None-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[MultiIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_to_flat_index[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[MultiIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_set_name_methods[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_hash_error[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[MultiIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_copy_and_deepcopy[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[CategoricalIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[MultiIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_unique[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[Int64Index0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[UInt64Index] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[RangeIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[Index3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[MultiIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_get_unique_index[Int64Index1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[Index3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_view[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[IntervalIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[Index3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[MultiIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_pickle[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Index0-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Index0-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Index0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Index1-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Index1-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Index1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[DatetimeIndex-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[DatetimeIndex-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[DatetimeIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[PeriodIndex-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[PeriodIndex-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[PeriodIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[TimedeltaIndex-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[TimedeltaIndex-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[TimedeltaIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Int64Index0-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Int64Index0-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Int64Index0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[UInt64Index-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[UInt64Index-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[UInt64Index-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[RangeIndex-first] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[RangeIndex-last] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[RangeIndex-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Float64Index-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Float64Index-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Float64Index-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Index2-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Index2-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Index2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[CategoricalIndex-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[CategoricalIndex-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[CategoricalIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[IntervalIndex-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[IntervalIndex-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[IntervalIndex-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Index3-first] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Index3-last] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Index3-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[MultiIndex-first] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[MultiIndex-last] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[MultiIndex-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Int64Index1-first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Int64Index1-last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_duplicated[Int64Index1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[RangeIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[Index3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[MultiIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_common.py::TestCommon::test_has_duplicates[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_add PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_iadd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_union PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_difference_dupe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_tricky_container_to_bytes_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_string_methods_dont_fail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_tricky_container PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_no_mutable_funcs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenList::test_slicing_maintains_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_constructor_warns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_tricky_container_to_bytes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_shallow_copying PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_searchsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_string_methods_dont_fail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_tricky_container PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_no_mutable_funcs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_frozen.py::TestFrozenNDArray::test_slicing_maintains_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_to_frame[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_to_frame[new_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_to_frame_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_copy_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_ops_error_cases[intersection-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_ops_error_cases[intersection-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_ops_error_cases[union-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_ops_error_cases[union-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_ops_error_cases[difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_ops_error_cases[difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_ops_error_cases[symmetric_difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_set_ops_error_cases[symmetric_difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_union_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_difference_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_difference_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_insert_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_delete_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_equals_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_is_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_engine_reference_cycle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_explicit_conversions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_index_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_where[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_insert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_constructor_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_constructor_coerce PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_constructor_explicit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_type_coercion_fail[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_type_coercion_fail[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_type_coercion_fail[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_type_coercion_fail[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_type_coercion_fail[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_type_coercion_fail[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_type_coercion_fail[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_type_coercion_fail[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_type_coercion_fail[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_type_coercion_valid[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_type_coercion_valid[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_type_coercion_valid[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_equals_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_loc_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_get_loc_missing_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_contains_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_contains_not_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_doesnt_contain_all_the_things PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_nan_multiple_containment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_astype_from_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_fillna_float64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestFloat64Index::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_to_frame[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_to_frame[new_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_to_frame_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_copy_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_ops_error_cases[intersection-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_ops_error_cases[intersection-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_ops_error_cases[union-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_ops_error_cases[union-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_ops_error_cases[difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_ops_error_cases[difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_ops_error_cases[symmetric_difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_set_ops_error_cases[symmetric_difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_union_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_difference_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_difference_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_insert_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_delete_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_equals_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_is_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_engine_reference_cycle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_explicit_conversions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_index_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_where[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_insert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_is_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_is_strictly_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_non_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_self[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_self[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_self[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_self[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_union_noncomparable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_cant_or_shouldnt_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_view_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_prevent_casting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_take_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_slice_keep_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_constructor_coercion_signed_to_unsigned[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_constructor_coercion_signed_to_unsigned[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_constructor_coercion_signed_to_unsigned[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_constructor_coercion_signed_to_unsigned[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_constructor_unwraps_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_coerce_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_intersection PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_inner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_left PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_right PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_non_int_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestInt64Index::test_join_outer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_to_frame[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_to_frame[new_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_to_frame_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_copy_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_ops_error_cases[intersection-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_ops_error_cases[intersection-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_ops_error_cases[union-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_ops_error_cases[union-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_ops_error_cases[difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_ops_error_cases[difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_ops_error_cases[symmetric_difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_set_ops_error_cases[symmetric_difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_union_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_difference_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_difference_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_insert_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_delete_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_equals_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_is_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_engine_reference_cycle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_explicit_conversions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_index_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_where[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_insert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_is_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_is_strictly_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_non_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_self[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_self[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_self[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_self[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_union_noncomparable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_cant_or_shouldnt_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_view_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_prevent_casting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_take_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_slice_keep_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_intersection PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_inner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_left PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_right PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_non_int_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::TestUInt64Index::test_join_outer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::test_int_float_union_dtype[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::test_int_float_union_dtype[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numeric.py::test_range_float_union_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index0-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index1-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[DatetimeIndex-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[PeriodIndex-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[TimedeltaIndex-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index0-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[UInt64Index-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[RangeIndex-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Float64Index-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index2-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[CategoricalIndex-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[IntervalIndex-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Index3-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[MultiIndex-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_basic[Int64Index1-rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index0-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index0-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index0-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index0-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index1-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index1-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index1-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index1-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[DatetimeIndex-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[DatetimeIndex-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[DatetimeIndex-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[DatetimeIndex-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[PeriodIndex-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[PeriodIndex-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[PeriodIndex-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[PeriodIndex-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[TimedeltaIndex-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[TimedeltaIndex-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[TimedeltaIndex-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[TimedeltaIndex-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Int64Index0-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Int64Index0-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Int64Index0-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Int64Index0-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[UInt64Index-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[UInt64Index-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[UInt64Index-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[UInt64Index-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[RangeIndex-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[RangeIndex-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[RangeIndex-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[RangeIndex-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Float64Index-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Float64Index-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Float64Index-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Float64Index-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index2-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index2-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index2-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index2-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[CategoricalIndex-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[CategoricalIndex-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[CategoricalIndex-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[CategoricalIndex-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[IntervalIndex-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[IntervalIndex-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[IntervalIndex-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[IntervalIndex-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index3-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index3-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index3-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Index3-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[MultiIndex-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[MultiIndex-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[MultiIndex-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[MultiIndex-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Int64Index1-isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Int64Index1-isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Int64Index1-isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_numpy_ufuncs_other[Int64Index1-signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_numpy_compat.py::test_elementwise_comparison_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_to_frame[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_to_frame[new_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_to_frame_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_ops_error_cases[intersection-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_ops_error_cases[intersection-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_ops_error_cases[union-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_ops_error_cases[union-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_ops_error_cases[difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_ops_error_cases[difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_ops_error_cases[symmetric_difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_set_ops_error_cases[symmetric_difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_difference_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_difference_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_is_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_engine_reference_cycle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_index_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_where[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_too_many_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor[args0-kwargs0-0-5-1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor[args0-kwargs0-0-5-1-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor[args1-kwargs1-1-5-1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor[args1-kwargs1-1-5-1-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor[args2-kwargs2-1-5-2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor[args2-kwargs2-1-5-2-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor[args3-kwargs3-0-0-1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor[args3-kwargs3-0-0-1-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor[args4-kwargs4-0-0-1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor[args4-kwargs4-0-0-1-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor[args5-kwargs5-0-0-1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor[args5-kwargs5-0-0-1-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor[args6-kwargs6-0-0-1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor[args6-kwargs6-0-0-1-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor_invalid_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor_same PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor_range PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_start_stop_step_attrs[index0-0-5-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_start_stop_step_attrs[index1-0-5-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_start_stop_step_attrs[index2-0-5-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_start_stop_step_attrs[index3-1-5-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_deprecated_start_stop_step_attrs[_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_deprecated_start_stop_step_attrs[_stop] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_deprecated_start_stop_step_attrs[_step] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_insert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_delete PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_cached_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_is_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_equals_range PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_indexer_pad PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_indexer_backfill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_indexer_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_indexer_decreasing[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_indexer_decreasing[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_get_indexer_decreasing[-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_outer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_inner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_left PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_right PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_non_int_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_non_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_join_self PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_intersection[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_intersection[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_noncomparable[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_noncomparable[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_union_sorted[unions21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_nbytes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_cant_or_shouldnt_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_view_Index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_prevent_casting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_take_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_print_unicode_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_slice_keep_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_explicit_conversions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_has_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_extended_gcd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_min_fitting_element PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_max_fitting_element PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_slice_specialised PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_len_specialised PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_append[appends18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_range.py::TestRangeIndex::test_engineless_lookup PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_same_types[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexIndex0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexDatetimeIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexPeriodIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexTimedeltaIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexInt64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexUInt64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexRangeIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexFloat64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexIndex1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexCategoricalIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexIntervalIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexIndex2] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexMultiIndex0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexInt64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexDatetimeIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexPeriodIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexTimedeltaIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexInt64Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexUInt64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexRangeIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexFloat64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexIndex3] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexCategoricalIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexIntervalIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexIndex4] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexMultiIndex1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexInt64Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[DatetimeIndexPeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[DatetimeIndexTimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[DatetimeIndexInt64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[DatetimeIndexUInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[DatetimeIndexRangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[DatetimeIndexFloat64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[DatetimeIndexIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[DatetimeIndexCategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[DatetimeIndexIntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[DatetimeIndexIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[DatetimeIndexMultiIndex] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[DatetimeIndexInt64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[PeriodIndexTimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[PeriodIndexInt64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[PeriodIndexUInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[PeriodIndexRangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[PeriodIndexFloat64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[PeriodIndexIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[PeriodIndexCategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[PeriodIndexIntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[PeriodIndexIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[PeriodIndexMultiIndex] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[PeriodIndexInt64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[TimedeltaIndexInt64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[TimedeltaIndexUInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[TimedeltaIndexRangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[TimedeltaIndexFloat64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[TimedeltaIndexIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[TimedeltaIndexCategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[TimedeltaIndexIntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[TimedeltaIndexIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[TimedeltaIndexMultiIndex] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[TimedeltaIndexInt64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Int64IndexUInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Int64IndexRangeIndex] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Int64IndexFloat64Index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Int64IndexIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Int64IndexCategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Int64IndexIntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Int64IndexIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Int64IndexMultiIndex] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Int64IndexInt64Index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[UInt64IndexRangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[UInt64IndexFloat64Index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[UInt64IndexIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[UInt64IndexCategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[UInt64IndexIntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[UInt64IndexIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[UInt64IndexMultiIndex] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[UInt64IndexInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[RangeIndexFloat64Index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[RangeIndexIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[RangeIndexCategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[RangeIndexIntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[RangeIndexIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[RangeIndexMultiIndex] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[RangeIndexInt64Index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Float64IndexIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Float64IndexCategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Float64IndexIntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Float64IndexIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Float64IndexMultiIndex] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[Float64IndexInt64Index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexCategoricalIndex2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexIntervalIndex2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexIndex5] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexMultiIndex2] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexInt64Index4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[CategoricalIndexIntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[CategoricalIndexIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[CategoricalIndexMultiIndex] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[CategoricalIndexInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IntervalIndexIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IntervalIndexMultiIndex] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IntervalIndexInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexMultiIndex3] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[IndexInt64Index5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_different_types[MultiIndexInt64Index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_compatible_inconsistent_pairs[makeIntIndex-makeRangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_compatible_inconsistent_pairs[makeFloatIndex-makeIntIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_compatible_inconsistent_pairs[makeFloatIndex-makeIntIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_compatible_inconsistent_pairs[makeFloatIndex-makeUIntIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[int64-int64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[int64-uint64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[int64-float64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[uint64-float64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[uint64-uint64-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[float64-float64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[datetime64[ns]-int64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[datetime64[ns]-uint64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[datetime64[ns]-float64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[datetime64[ns, CET]-int64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[datetime64[ns, CET]-uint64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[datetime64[ns, CET]-float64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[Period[D]-int64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[Period[D]-uint64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_setops.py::test_union_dtypes[Period[D]-float64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_tzaware[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_freqs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_no_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_localized[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_localized[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_across_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_near_midnight[0-2014-11-14 00:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_near_midnight[-1-2014-11-13 23:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_arithmetic.py::TestDatetimeIndexArithmetic::test_dti_shift_near_midnight[1-2014-11-14 01:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_uint PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_str_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_object_tz[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_object_tz[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_object_with_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_raises[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_raises[timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_raises[timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_raises[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_astype_raises[datetime64[D]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_index_convert_to_datetime_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_index_convert_to_datetime_array_explicit_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_index_convert_to_datetime_array_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_integer_index_astype_datetime[US/Pacific-datetime64[ns, US/Pacific]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestDatetimeIndex::test_integer_index_astype_datetime[None-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_millisecond PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_microsecond PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_tz[tz1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_tz[tz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_tz[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_tz[tz4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_tz_utc_offset_consistency[Etc/GMT-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_tz_utc_offset_consistency[Etc/GMT+1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_to_period_nofreq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_astype_category[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_astype_category[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_astype_array_fallback[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_astype.py::TestToPeriod::test_astype_array_fallback[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_freq_validation_with_nat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_freq_validation_with_nat[dt_cls1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_categorical_preserves_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_dti_with_period_data_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_dti_with_timedelta64_data_deprecation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_caching PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['UTC'-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['UTC'-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['UTC'-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['US/Eastern'-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['US/Eastern'-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['US/Eastern'-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['Asia/Tokyo'-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['Asia/Tokyo'-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['Asia/Tokyo'-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['dateutil/US/Pacific'-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['dateutil/US/Pacific'-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['dateutil/US/Pacific'-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['dateutil/Asia/Singapore'-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['dateutil/Asia/Singapore'-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt['dateutil/Asia/Singapore'-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[tzutc()-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[tzutc()-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[tzutc()-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[tzlocal()-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[tzlocal()-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[tzlocal()-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[pytz.FixedOffset(300)-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[pytz.FixedOffset(300)-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[pytz.FixedOffset(300)-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[<UTC>-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[<UTC>-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[<UTC>-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[pytz.FixedOffset(-300)-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[pytz.FixedOffset(-300)-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[pytz.FixedOffset(-300)-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[datetime.timezone.utc-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[datetime.timezone.utc-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[datetime.timezone.utc-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[datetime.timezone(datetime.timedelta(seconds=3600))-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[datetime.timezone(datetime.timedelta(seconds=3600))-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[datetime.timezone(datetime.timedelta(seconds=3600))-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['UTC'-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['UTC'-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['UTC'-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['US/Eastern'-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['US/Eastern'-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['US/Eastern'-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['Asia/Tokyo'-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['Asia/Tokyo'-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['Asia/Tokyo'-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['dateutil/US/Pacific'-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['dateutil/US/Pacific'-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['dateutil/US/Pacific'-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['dateutil/Asia/Singapore'-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['dateutil/Asia/Singapore'-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize['dateutil/Asia/Singapore'-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[tzutc()-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[tzutc()-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[tzutc()-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[tzlocal()-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[tzlocal()-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[tzlocal()-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[pytz.FixedOffset(300)-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[pytz.FixedOffset(300)-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[pytz.FixedOffset(300)-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[<UTC>-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[<UTC>-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[<UTC>-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[pytz.FixedOffset(-300)-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[pytz.FixedOffset(-300)-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[pytz.FixedOffset(-300)-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[datetime.timezone.utc-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[datetime.timezone.utc-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[datetime.timezone.utc-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[datetime.timezone(datetime.timedelta(seconds=3600))-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[datetime.timezone(datetime.timedelta(seconds=3600))-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[datetime.timezone(datetime.timedelta(seconds=3600))-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_alt_tz_localize[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_index_with_mixed_timezones PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_index_with_mixed_timezones_with_NaT PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_dti_with_mixed_timezones PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_base_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_outofbounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_ndarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_verify_integrity_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_range_kwargs_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_integer_values_and_tz_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_coverage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_datetime64_tzformat[AS] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_datetime64_tzformat[W-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_invalid_dtype_raises[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_invalid_dtype_raises[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_invalid_dtype_raises[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_000constructor_resolution PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_disallow_setting_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_start_end_with_tz[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_start_end_with_tz[America/Los_Angeles] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_start_end_with_tz[tz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_start_end_with_tz[tz3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_non_normalized_pytz[US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_non_normalized_pytz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_non_normalized_pytz[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_timestamp_near_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_int_tz[US/Pacific-datetime64[ns, US/Pacific]-box0-Index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_int_tz[US/Pacific-datetime64[ns, US/Pacific]-box0-DatetimeIndex] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_int_tz[US/Pacific-datetime64[ns, US/Pacific]-box1-Index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_int_tz[US/Pacific-datetime64[ns, US/Pacific]-box1-DatetimeIndex] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_int_tz[US/Pacific-datetime64[ns, US/Pacific]-list-Index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_int_tz[US/Pacific-datetime64[ns, US/Pacific]-list-DatetimeIndex] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_int_tz[None-datetime64[ns]-box0-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_int_tz[None-datetime64[ns]-box0-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_int_tz[None-datetime64[ns]-box1-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_int_tz[None-datetime64[ns]-box1-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_int_tz[None-datetime64[ns]-list-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_with_int_tz[None-datetime64[ns]-list-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_int_rountrip[None] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_int_rountrip['UTC'] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_int_rountrip['US/Eastern'] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_int_rountrip['Asia/Tokyo'] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_int_rountrip['dateutil/US/Pacific'] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_int_rountrip['dateutil/Asia/Singapore'] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_int_rountrip[tzutc()] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_int_rountrip[tzlocal()] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_int_rountrip[pytz.FixedOffset(300)] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_int_rountrip[<UTC>] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_int_rountrip[pytz.FixedOffset(-300)] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_int_rountrip[datetime.timezone.utc] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_int_rountrip[datetime.timezone(datetime.timedelta(seconds=3600))] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_int_rountrip[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_from_replaced_timestamps_with_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_tz_and_tz_aware_dti PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_construction_with_nat_and_tzlocal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_no_precision_warns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_constructor_wrong_precision_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestDatetimeIndex::test_index_constructor_with_numpy_object_array_and_timestamp_tz_with_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_preserve_dti_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_years_only[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_small_int[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_small_int[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_small_int[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_small_int[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_small_int[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_small_int[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_small_int[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_small_int[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_dti_constructor_small_int[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_ctor_str_intraday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_is_ PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_index_cast_datetime64_other_units PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_constructor_int64_nocopy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[BH] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[L] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[N] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_from_freq_recreate_from_data[C] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_construction.py::TestTimeSeries::test_datetimeindex_constructor_misc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestTimestampEquivDateRange::test_date_range_timestamp_equiv PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestTimestampEquivDateRange::test_date_range_timestamp_equiv_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestTimestampEquivDateRange::test_date_range_timestamp_equiv_explicit_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestTimestampEquivDateRange::test_date_range_timestamp_equiv_explicit_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestTimestampEquivDateRange::test_date_range_timestamp_equiv_from_datetime_instance PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestTimestampEquivDateRange::test_date_range_timestamp_equiv_preserve_frequency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_multiplication_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_unsigned_overflow_handling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_int64_overflow_non_recoverable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_int64_overflow_stride_endpoint_different_signs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_gen_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_begin_year_alias[AS] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_begin_year_alias[YS] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_end_year_alias[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_end_year_alias[Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_business_end_year_alias[BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_business_end_year_alias[BY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_negative_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_bms_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_normalize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_fy5252 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_ambiguous_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_convenience_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_linspacing_tz[20180101-20180103-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_linspacing_tz[start1-end1-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_linspacing_tz[start2-end2-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_linspacing_tz[start3-end3-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_linspacing_tz[start4-end4-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_date_range_businesshour PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_misspecified PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_compat_replace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_catch_infinite_loop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_wom_len[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_wom_len[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_construct_over_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_construct_with_different_start_end_string_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_error_with_zero_monthends PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_tz_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_tz_dst_straddle_pytz[start0-end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_tz_dst_straddle_pytz[start1-end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_tz_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_closed[1D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_closed[3D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_closed[2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_closed[7W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_closed[3H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_closed[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_closed_with_tz_aware_start_end PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_closed_boundary[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_closed_boundary[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_range_closed_boundary[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_years_only PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_freq_divides_end_in_nanos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_cached_range_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_timezone_comparaison_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_timezone_comparaison_assert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_negative_non_tick_frequency_descending_dates['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_negative_non_tick_frequency_descending_dates['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_negative_non_tick_frequency_descending_dates['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_negative_non_tick_frequency_descending_dates['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_negative_non_tick_frequency_descending_dates['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_negative_non_tick_frequency_descending_dates[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_negative_non_tick_frequency_descending_dates[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_negative_non_tick_frequency_descending_dates[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_negative_non_tick_frequency_descending_dates[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_negative_non_tick_frequency_descending_dates[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_negative_non_tick_frequency_descending_dates[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_negative_non_tick_frequency_descending_dates[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestDateRanges::test_negative_non_tick_frequency_descending_dates[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_generate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_generate_cday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_3 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_precision_finer_than_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_mismatching_tz_raises_err[start0-end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_mismatching_tz_raises_err[start1-end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_mismatching_tz_raises_err[start2-end2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestGenRangeGeneration::test_mismatching_tz_raises_err[start3-end3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_naive_aware_conflicts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_misc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_date_parse_failure PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_daterange_bug_456 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_bdays_and_open_boundaries[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_bdays_and_open_boundaries[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_bday_near_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestBusinessDateRange::test_bday_overflow_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_misc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_daterange_bug_456 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_cdaterange PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_cdaterange_weekmask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_cdaterange_holidays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_cdaterange_weekmask_and_holidays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_all_custom_freq[C] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_all_custom_freq[CBM] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_all_custom_freq[CBMS] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_all_custom_freq[CBH] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_range_with_millisecond_resolution[start_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_range_with_millisecond_resolution[start_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_range_with_millisecond_resolution[start_end2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_roundtrip_pickle_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_reindex_preserves_tz_if_target_is_empty_list_or_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_time_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_time_overflow_for_32bit_machines PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_week_of_month_frequency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_hash_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_stringified_slice_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_append_join_nondatetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_map_fallthrough PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_iteration_preserves_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_iteration_over_chunksize[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_iteration_over_chunksize[9999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_iteration_over_chunksize[10000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_iteration_over_chunksize[10001] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_misc_coverage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_string_index_series_name_converted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_get_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_argmin_argmax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_sort_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_map_bug_1677 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_groupby_function_tuple_1677 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_append_numpy_bug_1681 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_isin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_does_not_convert_mixed_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_self[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_self[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_self[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_self[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_ns_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_with_period_index[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_with_period_index[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_with_period_index[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_join_with_period_index[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_factorize_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_unique[arr0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_unique[arr1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_asarray_tz_naive PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_asarray_tz_aware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_to_frame[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_to_frame[new_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_to_frame_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_where[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_ops_error_cases[intersection-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_ops_error_cases[intersection-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_ops_error_cases[union-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_ops_error_cases[union-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_ops_error_cases[difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_ops_error_cases[difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_ops_error_cases[symmetric_difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_set_ops_error_cases[symmetric_difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_difference_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_difference_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_is_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_engine_reference_cycle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_argmax_axis_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_shift_identity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_view PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_map_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_asobject_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_intersection PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_datetimelike.py::TestDatetimeIndex::test_union PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::test_to_native_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_repr_short PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation[__repr__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation[__str__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_representation_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_summary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_business_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_business_summary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_business_summary_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_business_summary_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_custom_business_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_custom_business_summary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_custom_business_summary_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_formats.py::TestDatetimeIndexRendering::test_dti_custom_business_summary_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestGetItem::test_ellipsis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestGetItem::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestGetItem::test_dti_business_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestGetItem::test_dti_business_getitem_matplotlib_hackaround PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestGetItem::test_dti_custom_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestGetItem::test_dti_custom_getitem_matplotlib_hackaround PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestWhere::test_where_other PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestWhere::test_where_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestTake::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestTake::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestTake::test_take2[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestTake::test_take2[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestTake::test_take2[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestTake::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestTake::test_take_fill_value_with_timezone PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[None-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[None-null2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[UTC-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[UTC-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[UTC-null2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[US/Eastern-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[US/Eastern-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert_nat[US/Eastern-null2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_insert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_delete PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_delete_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_get_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_reasonable_key_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_timedelta_invalid_key[key0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_timedelta_invalid_key[key1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_timedelta_invalid_key[key2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_indexing.py::TestDatetimeIndex::test_get_loc_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestTimeSeries::test_pass_datetimeindex_to_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestTimeSeries::test_range_edges PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetimeindex_accessors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[C0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_US.UTF-80] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[C1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[aa_DJ.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[aa_DJ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[aa_ER.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[aa_ER.UTF-8 at saaho] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[aa_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[af_ZA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[af_ZA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[agr_PE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ak_GH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[am_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[an_ES.ISO8859-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[an_ES.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[anp_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_AE.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_AE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_BH.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_BH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_DZ.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_DZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_EG.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_EG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_IQ.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_IQ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_JO.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_JO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_KW.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_KW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_LB.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_LB.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_LY.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_LY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_MA.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_MA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_OM.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_OM.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_QA.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_QA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_SA.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_SA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_SD.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_SD.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_SS.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_SY.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_SY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_TN.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_TN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_YE.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ar_YE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[as_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ast_ES.ISO8859-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ast_ES.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ayc_PE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[az_IR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[be_BY.CP1251] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[be_BY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[be_BY.UTF-8 at latin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[bem_ZM.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ber_DZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ber_MA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[bg_BG.CP1251] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[bg_BG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[bhb_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[bho_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[bho_NP.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[bi_VU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[bn_BD.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[bn_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[bo_CN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[bo_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[br_FR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[br_FR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[brx_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[bs_BA.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[bs_BA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[byn_ER.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ca_AD.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ca_ES.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ca_ES.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ca_ES.UTF-8 at valencia] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ca_FR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ca_IT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ce_RU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[chr_US.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[cmn_TW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[cs_CZ.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[cs_CZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[csb_PL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[cv_RU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[cy_GB.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[da_DK.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[da_DK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[de_AT.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[de_AT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[de_BE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[de_BE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[de_CH.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[de_CH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[de_DE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[de_DE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[de_IT.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[de_IT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[de_LI.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[de_LU.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[de_LU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[doi_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[dv_MV.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[dz_BT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[el_CY.ISO8859-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[el_CY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[el_GR.ISO8859-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[el_GR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_AG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_AU.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_AU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_BW.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_BW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_CA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_CA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_DK.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_DK.ISO8859-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_DK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_GB.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_GB.ISO8859-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_GB.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_HK.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_HK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_IE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_IE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_IL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_NG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_NZ.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_NZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_PH.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_PH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_SC.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_SG.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_SG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_US.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_US.ISO8859-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_US.UTF-81] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_ZA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_ZA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_ZM.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[en_ZW.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_AR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_AR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_BO.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_BO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_CL.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_CL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_CO.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_CO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_CR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_CR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_CU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_DO.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_DO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_EC.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_EC.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_ES.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_ES.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_GT.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_GT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_HN.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_HN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_MX.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_MX.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_NI.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_NI.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_PA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_PA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_PE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_PE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_PR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_PR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_PY.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_PY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_SV.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_SV.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_US.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_US.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_UY.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_UY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_VE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[es_VE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[et_EE.ISO8859-150] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[et_EE.ISO8859-151] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[et_EE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[eu_ES.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[eu_ES.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[eu_FR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[eu_FR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fa_IR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ff_SN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fi_FI.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fil_PH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fo_FO.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fo_FO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fr_BE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fr_BE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fr_CA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fr_CA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fr_CH.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fr_CH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fr_FR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fr_FR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fr_LU.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fr_LU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fur_IT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fy_DE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[fy_NL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ga_IE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ga_IE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[gd_GB.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[gez_ER.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[gez_ER.UTF-8 at abegede] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[gez_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[gez_ET.UTF-8 at abegede] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[gl_ES.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[gl_ES.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[gu_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[gv_GB.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[gv_GB.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ha_NG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[hak_TW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[he_IL.ISO8859-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[he_IL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[hif_FJ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[hne_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[hr_HR.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[hr_HR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[hsb_DE.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[hsb_DE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ht_HT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[hu_HU.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[hu_HU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[hy_AM.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ia_FR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[id_ID.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[id_ID.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ig_NG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ik_CA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[is_IS.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[is_IS.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[it_CH.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[it_CH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[it_IT.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[it_IT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ja_JP.eucJP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ja_JP.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ka_GE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[kab_DZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[kk_KZ.RK1048] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[kk_KZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[kl_GL.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[kl_GL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[km_KH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[kn_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ko_KR.eucKR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ko_KR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[kok_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ks_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ks_IN.UTF-8 at devanagari] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ku_TR.ISO8859-9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ku_TR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[kw_GB.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[kw_GB.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ky_KG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[lb_LU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[lg_UG.ISO8859-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[lg_UG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[li_BE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[li_NL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[lij_IT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ln_CD.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[lt_LT.ISO8859-13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[lt_LT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[lv_LV.ISO8859-13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[lv_LV.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[lzh_TW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mag_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mai_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mai_NP.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mfe_MU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mg_MG.ISO8859-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mg_MG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mhr_RU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mi_NZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[miq_NI.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mjw_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mk_MK.ISO8859-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mk_MK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ml_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mn_MN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mni_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mr_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ms_MY.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ms_MY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mt_MT.ISO8859-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[mt_MT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[my_MM.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[nan_TW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[nan_TW.UTF-8 at latin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[nb_NO.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[nb_NO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[nds_DE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[nds_NL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ne_NP.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[nhn_MX.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[niu_NU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[niu_NZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[nl_AW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[nl_BE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[nl_BE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[nl_NL.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[nl_NL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[nn_NO.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[nn_NO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[oc_FR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[oc_FR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[om_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[om_KE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[om_KE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[or_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[os_RU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[pa_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[pa_PK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[pap_AW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[pap_CW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[pl_PL.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[pl_PL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ps_AF.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[pt_BR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[pt_BR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[pt_PT.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[pt_PT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[quz_PE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[raj_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ro_RO.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ro_RO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ru_RU.UTF-80] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ru_RU.CP1251] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ru_RU.KOI8-R] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ru_RU.UTF-81] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ru_UA.KOI8-U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ru_UA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sa_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sat_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sc_IT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sd_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sd_IN.UTF-8 at devanagari] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[se_NO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sgs_LT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[shn_MM.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[shs_CA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[si_LK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sid_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sk_SK.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sk_SK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sl_SI.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sl_SI.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sm_WS.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[so_DJ.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[so_DJ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[so_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[so_KE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[so_KE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[so_SO.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[so_SO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sq_AL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sq_MK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sr_ME.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sr_RS.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sr_RS.UTF-8 at latin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[st_ZA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[st_ZA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sv_FI.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sv_FI.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sv_SE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sv_SE.ISO8859-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sv_SE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sw_KE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[sw_TZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[szl_PL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ta_LK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[tcy_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[te_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[tg_TJ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[th_TH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[the_NP.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ti_ER.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ti_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[tig_ER.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[tk_TM.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[tl_PH.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[tl_PH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[to_TO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[tpi_PG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[tr_CY.ISO8859-9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[tr_CY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[tr_TR.ISO8859-9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[tr_TR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[tt_RU.UTF-8 at iqtelif] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ug_CN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[uk_UA.KOI8-U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[uk_UA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[unm_US.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ur_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[uz_UZ.UTF-80] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[uz_UZ.UTF-81] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[uz_UZ.UTF-82] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[ve_ZA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[wa_BE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[wa_BE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[wae_CH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[wal_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[wo_SN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[xh_ZA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[xh_ZA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[yi_US.CP1255] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[yi_US.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[yo_NG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[yue_HK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[yuw_PG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[zh_CN.gb2312] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[zh_CN.gb18030] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[zh_CN.gbk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[zh_CN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[zh_HK.big5hkscs] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[zh_HK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[zh_SG.GB2312] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[zh_SG.GBK] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[zh_SG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[zh_TW.big5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[zh_TW.eucTW] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[zh_TW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[zu_ZA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[zu_ZA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetime_name_accessors[] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_nanosecond_field PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_misc.py::test_iter_readonly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_missing.py::TestDatetimeIndex::test_fillna_datetime64[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_missing.py::TestDatetimeIndex::test_fillna_datetime64[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_ops_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_ops_properties_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_repeat[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_resolution[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_value_counts_unique[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nonunique_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_with_freq[idx0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_with_freq[idx1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[None-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[None-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[None-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['UTC'-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['UTC'-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['UTC'-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['US/Eastern'-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['US/Eastern'-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['US/Eastern'-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['Asia/Tokyo'-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['Asia/Tokyo'-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['Asia/Tokyo'-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['dateutil/US/Pacific'-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['dateutil/US/Pacific'-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['dateutil/US/Pacific'-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['dateutil/Asia/Singapore'-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['dateutil/Asia/Singapore'-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq['dateutil/Asia/Singapore'-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[tzutc()-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[tzutc()-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[tzutc()-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[tzlocal()-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[tzlocal()-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[tzlocal()-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[pytz.FixedOffset(300)-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[pytz.FixedOffset(300)-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[pytz.FixedOffset(300)-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[<UTC>-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[<UTC>-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[<UTC>-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[pytz.FixedOffset(-300)-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[pytz.FixedOffset(-300)-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[pytz.FixedOffset(-300)-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[datetime.timezone.utc-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[datetime.timezone.utc-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[datetime.timezone.utc-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[datetime.timezone(datetime.timedelta(seconds=3600))-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[datetime.timezone(datetime.timedelta(seconds=3600))-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[datetime.timezone(datetime.timedelta(seconds=3600))-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-index_dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-index_dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_order_without_freq[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-index_dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_drop_duplicates_metadata PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_drop_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[2A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[-2A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[-1Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[-1M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[3D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[-3D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[-1W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[2T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_infer_freq[-3S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_nat[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-2D-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-2D-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-freq1-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-freq1-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-2B-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-2B-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-freq3-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-freq3-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-48H-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-48H-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-freq5-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[None-freq5-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-2D-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-2D-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-freq1-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-freq1-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-2B-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-2B-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-freq3-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-freq3-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-48H-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-48H-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-freq5-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter[US/Eastern-freq5-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_freq_setter_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_offset_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_binary_ops_docs[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestDatetimeIndexOps::test_binary_ops_docs[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestBusinessDatetimeIndex::test_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestBusinessDatetimeIndex::test_pickle_unpickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestBusinessDatetimeIndex::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestBusinessDatetimeIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestBusinessDatetimeIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestBusinessDatetimeIndex::test_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestCustomDatetimeIndex::test_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestCustomDatetimeIndex::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestCustomDatetimeIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestCustomDatetimeIndex::test_shift_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestCustomDatetimeIndex::test_pickle_unpickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_ops.py::TestCustomDatetimeIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_dti_slicing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_keeps_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_with_negative_step PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_with_zero_step_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_bounds_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_duplicate_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_monotone_DTI_indexing_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_year PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_quarter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_month PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slice_daily PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slice_hourly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slice_minutely PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slice_second_precision PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slicing_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slicing_with_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slice_doesnt_require_monotonicity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_loc_datetime_length_one PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op0-expected0-datetimelike0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op0-expected0-datetimelike1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op0-expected0-datetimelike2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op1-expected1-datetimelike0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op1-expected1-datetimelike1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op1-expected1-datetimelike2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op2-expected2-datetimelike0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op2-expected2-datetimelike1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op2-expected2-datetimelike2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op3-expected3-datetimelike0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op3-expected3-datetimelike1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_selection_by_datetimelike[op3-expected3-datetimelike2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_getitem_with_datestring_with_UTC_offset[2018-12-02 21:52:00+00:00-2018-12-02 21:50:00+00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_getitem_with_datestring_with_UTC_offset[2018-12-02 21:52:00+00:00-start1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_getitem_with_datestring_with_UTC_offset[2018-12-02 21:52:00+00:00-start2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_getitem_with_datestring_with_UTC_offset[end1-2018-12-02 21:50:00+00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_getitem_with_datestring_with_UTC_offset[end1-start1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_getitem_with_datestring_with_UTC_offset[end1-start2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_getitem_with_datestring_with_UTC_offset[end2-2018-12-02 21:50:00+00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_getitem_with_datestring_with_UTC_offset[end2-start1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_getitem_with_datestring_with_UTC_offset[end2-start2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_slice_reduce_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_date PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_date_out_of_range[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_date_out_of_range[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[dayofweek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[dayofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[weekofyear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[days_in_month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[is_month_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[is_month_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[is_quarter_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[is_quarter_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[is_year_start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[is_year_end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_fields[weekday_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_dti_timestamp_freq_fields PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_daily PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_invalid[Y-<YearEnd: month=12> is a non-fixed frequency] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_invalid[M-<MonthEnd> is a non-fixed frequency] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_invalid[foobar-Invalid frequency: foobar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_no_rounding_occurs[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[test_input0-floor-15s-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[test_input1-ceil-15s-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[test_input2-floor-10ns-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[test_input3-ceil-10ns-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[test_input4-floor-1s-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[test_input5-ceil-1s-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[test_input6-ceil-15T-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[test_input7-floor-15T-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[test_input8-ceil-3H-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[test_input9-floor-3H-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[test_input10-floor-1s-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_ceil_floor_edge[test_input11-ceil-1s-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[2ns-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[2ns-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[3ns-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[3ns-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[4ns-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[4ns-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[5ns-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[5ns-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[6ns-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[6ns-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[7ns-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[7ns-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[250ns-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[250ns-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[500ns-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[500ns-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[750ns-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[750ns-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[1us-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[1us-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[19us-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[19us-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[250us-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[250us-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[500us-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[500us-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[750us-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[750us-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[1s-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[1s-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[2s-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[2s-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[3s-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[3s-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[12H-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[12H-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[1D-2018-01-01-12H-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_round_int64[1D-2018-01-01 0:0:0.124999-1ns-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_normalize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDatetimeIndexOps::test_normalize_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDateTimeIndexToJulianDate::test_1700 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDateTimeIndexToJulianDate::test_2000 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDateTimeIndexToJulianDate::test_hour PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDateTimeIndexToJulianDate::test_minute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py::TestDateTimeIndexToJulianDate::test_second PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union2[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union2[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union3[None-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union3[None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union3[None-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union3[False-box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union3[False-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union3[False-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[None-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[None-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[None-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[None-dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[None-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[False-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[False-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[False-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[False-dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union[False-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_coverage[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_coverage[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_bug_1730[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_bug_1730[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_bug_1745[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_bug_1745[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_bug_4564[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_bug_4564[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_freq_both_none[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_freq_both_none[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_dataframe_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_with_DatetimeIndex[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_union_with_DatetimeIndex[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[None-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[None-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[None-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[False-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[False-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection[False-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_intersection_bug_1708 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[None-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[None-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[None-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[None-dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[None-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[False-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[False-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[False-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[False-dateutil/Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference[False-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference_freq[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_difference_freq[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_datetimeindex_diff[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_datetimeindex_diff[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_datetimeindex_union_join_empty[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_datetimeindex_union_join_empty[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestDatetimeIndexSetOps::test_join_nonunique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_union[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_union[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_outer_join PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_union_not_cacheable[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_union_not_cacheable[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_intersection PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_intersection_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_month_range_union_tz_pytz[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_month_range_union_tz_pytz[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_month_range_union_tz_dateutil[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestBusinessDatetimeIndex::test_month_range_union_tz_dateutil[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestCustomDatetimeIndex::test_union[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestCustomDatetimeIndex::test_union[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestCustomDatetimeIndex::test_outer_join PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_setops.py::TestCustomDatetimeIndex::test_intersection_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_compat_timestamp[] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_compat_timestamp[dateutil/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_hour_overflow_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_hour_overflow_dst_timestamps[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_hour_overflow_dst_timestamps[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_trans_pos_plus_1__bug[H-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_trans_pos_plus_1__bug[T-60] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_trans_pos_plus_1__bug[S-3600] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_roundtrip[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_tzlocal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_utc_to_local_no_modify[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_utc_to_local_no_modify[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_utc_to_local_no_modify[tz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_convert_utc_to_local_no_modify[tz3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_unsorted[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_tz_convert_unsorted[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_raise_coerce PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_infer[tz0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_infer[tz1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_times[tz0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_times[tz1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_pass_dates_to_utc[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_pass_dates_to_utc[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize[] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize[dateutil/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_utc_conversion[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_utc_conversion[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_utc_conversion[tz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_utc_conversion[tz3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_naive PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_tzlocal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_nat[tz0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_nat[tz1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_flags[tz0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_ambiguous_flags[tz1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_construction_ambiguous_endpoint[Europe/London] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_construction_ambiguous_endpoint[dateutil/Europe/London] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_construction_nonexistent_endpoint[US/Pacific-shift_forward-2019-03-10 03:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_construction_nonexistent_endpoint[dateutil/US/Pacific-shift_forward-2019-03-10 03:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_construction_nonexistent_endpoint[US/Pacific-shift_backward-2019-03-10 01:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_construction_nonexistent_endpoint[dateutil/US/Pacific-shift_backward-2019-03-10 01:00] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_construction_nonexistent_endpoint[US/Pacific-option4-2019-03-10 03:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_bdate_range PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent[NaT-exp0-Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent[NaT-exp0-dateutil/Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent[raise-None-Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent[raise-None-dateutil/Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent[foo-invalid-Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent[foo-invalid-dateutil/Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 03:00:00-forward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 01:59:59.999999999-backward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 03:20:00-shift2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 01:20:00-shift3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[2018-03-11 02:33:00-US/Pacific-2018-03-11 03:00:00-forward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[2018-03-11 02:33:00-US/Pacific-2018-03-11 01:59:59.999999999-backward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[2018-03-11 02:33:00-US/Pacific-2018-03-11 03:33:00-shift6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[2018-03-11 02:33:00-US/Pacific-2018-03-11 01:33:00-shift7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[dateutil/-2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 03:00:00-forward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[dateutil/-2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 01:59:59.999999999-backward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[dateutil/-2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 03:20:00-shift2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[dateutil/-2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 01:20:00-shift3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[dateutil/-2018-03-11 02:33:00-US/Pacific-2018-03-11 03:00:00-forward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[dateutil/-2018-03-11 02:33:00-US/Pacific-2018-03-11 01:59:59.999999999-backward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[dateutil/-2018-03-11 02:33:00-US/Pacific-2018-03-11 03:33:00-shift6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift[dateutil/-2018-03-11 02:33:00-US/Pacific-2018-03-11 01:33:00-shift7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift_invalid[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift_invalid[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift_invalid[dateutil/--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_nonexistent_shift_invalid[dateutil/-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_errors_deprecation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_normalize_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_normalize_tz_local[US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_normalize_tz_local[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_normalize_tz_local[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_normalize_tz_local[Asia/Kolkata] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_normalize_tz_local[Asia/Shanghai] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_normalize_tz_local[Australia/Canberra] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_constructor_static_tzinfo[] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_constructor_static_tzinfo[dateutil/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_constructor_with_fixed_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_convert_datetime_list[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_convert_datetime_list[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_construction_univalent PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_from_tzaware_datetime[tz0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_from_tzaware_datetime[tz1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_constructors[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_constructors[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_join_utc_convert[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_join_utc_convert[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_join_utc_convert[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_join_utc_convert[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_accessor[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_accessor[datetime64[ns, CET]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_accessor[datetime64[ns, EST]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_accessor[datetime64[ns, UTC]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_time_accessor[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_time_accessor[datetime64[ns, CET]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_time_accessor[datetime64[ns, EST]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_time_accessor[datetime64[ns, UTC]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_drop_dont_lose_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_conversion_freq[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_conversion_freq['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_conversion_freq['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_conversion_freq['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_conversion_freq['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_conversion_freq['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_conversion_freq[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_conversion_freq[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_conversion_freq[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_conversion_freq[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_conversion_freq[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_conversion_freq[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_conversion_freq[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_conversion_freq[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_drop_dst_boundary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_date_range_localize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timestamp_equality_different_timezones PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_intersection PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_equals_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_nat[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_nat[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_astype_asobject_tzinfos[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_astype_asobject_tzinfos[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_with_timezone_repr[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_with_timezone_repr[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_take_dont_lose_meta[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_take_dont_lose_meta[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_utc_box_timestamp_and_localize[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_utc_box_timestamp_and_localize[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_to_pydatetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_to_pydatetime_fizedtz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_with_tz[tz0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_with_tz[tz1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_field_access_localize[] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_field_access_localize[dateutil/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_convert_tz_aware_datetime_datetime[tz0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_convert_tz_aware_datetime_datetime[tz1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_union_aware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_union_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_iteration_preserves_nanoseconds[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_iteration_preserves_nanoseconds[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_iteration_preserves_nanoseconds[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_iteration_preserves_nanoseconds[tz3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_hongkong_tz_convert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_date_range_span_dst_transition[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_date_range_span_dst_transition[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_date_range_timezone_str_argument[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_date_range_timezone_str_argument[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_date_range_with_fixedoffset_noname PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_date_range_with_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestDateRange::test_date_range_with_tz[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestToDatetime::test_to_datetime_utc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_timezones.py::TestToDatetime::test_to_datetime_fixed_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_overflow[input_s0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_overflow[input_s1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_overflow[input_s2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_overflow[input_s3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_integer[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_integer[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_int_to_datetime_format_YYYYMMDD_typeerror[20121030-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_int_to_datetime_format_YYYYMMDD_typeerror[199934-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_int_to_datetime_format_YYYYMMDD_typeerror[2012010101-2012010101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_int_to_datetime_format_YYYYMMDD_typeerror[20129930-20129930] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_int_to_datetime_format_YYYYMMDD_typeerror[2012993-2012993] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_int_to_datetime_format_YYYYMMDD_typeerror[2121-2121] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_microsecond[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_microsecond[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_time[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_time[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_with_non_exact[True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_with_non_exact[False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_parse_nanoseconds_with_formula[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_parse_nanoseconds_with_formula[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_weeks[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_format_weeks[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_parse_tzname_or_tzoffset[%Y-%m-%d %H:%M:%S %Z-dates0-expected_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_parse_tzname_or_tzoffset[%Y-%m-%d %H:%M:%S %Z-dates1-expected_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_parse_tzname_or_tzoffset[%Y-%m-%d %H:%M:%S%z-dates2-expected_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_parse_tzname_or_tzoffset[%Y-%m-%d %H:%M:%S %z-dates3-expected_dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_parse_tzname_or_tzoffset[%Y-%m-%d %H:%M:%S %z-dates4-expected_dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_parse_tzname_or_tzoffset[%Y-%m-%d %H:%M:%S %z-dates5-expected_dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_parse_timezone_malformed[+0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_parse_timezone_malformed[-1foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_parse_timezone_malformed[UTCbar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_parse_timezone_malformed[:10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_parse_timezone_malformed[+01:000:01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_parse_timezone_malformed[] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestTimeConversionFormats::test_to_datetime_parse_timezone_keeps_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_iso_week_year_format[2015-1-1-%G-%V-%u-dt0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_iso_week_year_format[2015-1-4-%G-%V-%u-dt1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_iso_week_year_format[2015-1-7-%G-%V-%u-dt2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_error_iso_week_year[ISO week directive '%V' must be used with the ISO year directive '%G' and a weekday directive '%A', '%a', '%w', or '%u'.-1999 50-%Y %V] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_error_iso_week_year[ISO year directive '%G' must be used with the ISO week directive '%V' and a weekday directive '%A', '%a', '%w', or '%u'.-1999 51-%G %V] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_error_iso_week_year[ISO year directive '%G' must be used with the ISO week directive '%V' and a weekday directive '%A', '%a', '%w', or '%u'.-1999 Monday-%G %A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_error_iso_week_year[ISO year directive '%G' must be used with the ISO week directive '%V' and a weekday directive '%A', '%a', '%w', or '%u'.-1999 Mon-%G %a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_error_iso_week_year[ISO year directive '%G' must be used with the ISO week directive '%V' and a weekday directive '%A', '%a', '%w', or '%u'.-1999 6-%G %w] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_error_iso_week_year[ISO year directive '%G' must be used with the ISO week directive '%V' and a weekday directive '%A', '%a', '%w', or '%u'.-1999 6-%G %u] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_error_iso_week_year[ISO year directive '%G' must be used with the ISO week directive '%V' and a weekday directive '%A', '%a', '%w', or '%u'.-2051-%G] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_error_iso_week_year[Day of the year directive '%j' is not compatible with ISO year directive '%G'. Use '%Y' instead.-1999 51 6 256-%G %V %u %j] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_error_iso_week_year[ISO week directive '%V' is incompatible with the year directive '%Y'. Use the ISO year '%G' instead.-1999 51 Sunday-%Y %V %A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_error_iso_week_year[ISO week directive '%V' is incompatible with the year directive '%Y'. Use the ISO year '%G' instead.-1999 51 Sun-%Y %V %a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_error_iso_week_year[ISO week directive '%V' is incompatible with the year directive '%Y'. Use the ISO year '%G' instead.-1999 51 1-%Y %V %w] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_error_iso_week_year[ISO week directive '%V' is incompatible with the year directive '%Y'. Use the ISO year '%G' instead.-1999 51 1-%Y %V %u] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_error_iso_week_year[ISO week directive '%V' must be used with the ISO year directive '%G' and a weekday directive '%A', '%a', '%w', or '%u'.-20-%V] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_dtarr[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_dtarr[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_pydatetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_YYYYMMDD PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_unparseable_ignore PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_now PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_today PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_today_now_unicode_bytes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_dt64s[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_dt64s[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_dt64s_out_of_bounds[True-dt0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_dt64s_out_of_bounds[True-dt1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_dt64s_out_of_bounds[False-dt0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_dt64s_out_of_bounds[False-dt1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_array_of_dt64s[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_array_of_dt64s[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_tz[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_tz[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_different_offsets[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_different_offsets[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_tz_pytz[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_tz_pytz[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true[Index-DatetimeIndex-assert_index_equal-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true[Index-DatetimeIndex-assert_index_equal-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true[list-DatetimeIndex-assert_index_equal-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true[list-DatetimeIndex-assert_index_equal-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true[init_constructor2-DatetimeIndex-assert_index_equal-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true[init_constructor2-DatetimeIndex-assert_index_equal-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true[Series-Series-assert_series_equal-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true[Series-Series-assert_series_equal-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true_with_series_single_value[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true_with_series_single_value[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true_with_series_tzaware_string[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true_with_series_tzaware_string[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true_with_series_datetime_ns[2013-01-01 01:00:00-datetime64[ns]-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true_with_series_datetime_ns[2013-01-01 01:00:00-datetime64[ns]-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true_with_series_datetime_ns[2013-01-01 01:00:00-datetime64[ns, UTC]-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_utc_true_with_series_datetime_ns[2013-01-01 01:00:00-datetime64[ns, UTC]-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_tz_psycopg2[True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_tz_psycopg2[False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_bool[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_bool[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_datatype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_scalar[None-True-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_scalar[None-True-00:01:99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_scalar[None-False-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_scalar[None-False-00:01:99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_scalar[H%:M%:S%-True-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_scalar[H%:M%:S%-True-00:01:99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_scalar[H%:M%:S%-False-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_scalar[H%:M%:S%-False-00:01:99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_outofbounds_scalar[None-True-3000/12/11 00:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_outofbounds_scalar[None-False-3000/12/11 00:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_outofbounds_scalar[H%:M%:S%-True-3000/12/11 00:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_outofbounds_scalar[H%:M%:S%-False-3000/12/11 00:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_index[None-True-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_index[None-True-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_index[None-True-values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_index[None-False-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_index[None-False-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_index[None-False-values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_index[H%:M%:S%-True-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_index[H%:M%:S%-True-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_index[H%:M%:S%-True-values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_index[H%:M%:S%-False-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_index[H%:M%:S%-False-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_datetime_invalid_index[H%:M%:S%-False-values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-%Y%m%d %H:%M:%S-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-%Y%m%d %H:%M:%S-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[list-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-%Y%m%d %H:%M:%S-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-%Y%m%d %H:%M:%S-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[tuple-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-%Y%m%d %H:%M:%S-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-%Y%m%d %H:%M:%S-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[constructor2-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-%Y%m%d %H:%M:%S-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-%Y%m%d %H:%M:%S-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache[Index-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache_series[%Y%m%d %H:%M:%S-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache_series[%Y%m%d %H:%M:%S-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache_series[None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache_series[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_cache_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_week_without_day_and_calendar_year[2017-20-%Y-%W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_week_without_day_and_calendar_year[20 Sunday-%W %A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_week_without_day_and_calendar_year[20 Sun-%W %a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_week_without_day_and_calendar_year[2017-21-%Y-%U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_week_without_day_and_calendar_year[20 Sunday-%U %A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_week_without_day_and_calendar_year[20 Sun-%U %a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_coerce PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_iso_8601_strings_with_same_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_iso_8601_strings_same_offset_no_box PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_iso_8601_strings_with_different_offsets PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_iso8601_strings_mixed_offsets_with_naive PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_mixed_offsets_with_native_datetime_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_non_iso_strings_with_tz_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_timestamp_utc_true[ts0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_timestamp_utc_true[ts1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetime::test_to_datetime_box_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_consistency[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_consistency[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_with_numeric[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_with_numeric[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_mixed[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_mixed[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_rounding[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_rounding[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_ignore_keeps_name[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_unit_ignore_keeps_name[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_dataframe[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_dataframe[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_dataframe_dtypes[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_dataframe_dtypes[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_dataframe_box_false PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_dataframe_utc_true PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeUnit::test_to_datetime_errors_ignore_utc_true PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_barely_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_iso8601[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_iso8601[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_default[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_default[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_on_datetime64_series[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_on_datetime64_series[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_with_space_in_series[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_with_space_in_series[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_with_apply[True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_with_apply[False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_types[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_types[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_unprocessable_input[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_unprocessable_input[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_other_datetime64_units PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_list_of_integers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_string_na_nat_conversion[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_string_na_nat_conversion[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[True-datetime64[h]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[True-datetime64[m]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[True-datetime64[s]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[True-datetime64[ms]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[True-datetime64[us]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[True-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[False-datetime64[h]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[False-datetime64[m]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[False-datetime64[s]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[False-datetime64[ms]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[False-datetime64[us]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dti_constructor_numpy_timeunits[False-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dayfirst[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_dayfirst[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_dta_tz[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeMisc::test_to_datetime_dta_tz[DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestGuessDatetimeFormat::test_guess_datetime_format_for_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_infer_datetime_format_consistent_format[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_infer_datetime_format_consistent_format[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_infer_datetime_format_inconsistent_format[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_infer_datetime_format_inconsistent_format[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_infer_datetime_format_series_with_nans[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_infer_datetime_format_series_with_nans[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_infer_datetime_format_series_start_with_nans[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_infer_datetime_format_series_start_with_nans[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_iso8601_noleading_0s[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestToDatetimeInferFormat::test_to_datetime_iso8601_noleading_0s[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDaysInMonth::test_day_not_in_month_coerce[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDaysInMonth::test_day_not_in_month_coerce[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDaysInMonth::test_day_not_in_month_raise[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDaysInMonth::test_day_not_in_month_raise[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDaysInMonth::test_day_not_in_month_ignore[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDaysInMonth::test_day_not_in_month_ignore[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2011-01-01-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2Q2005-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2Q05-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2005Q1-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-05Q1-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2011Q3-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-11Q3-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-3Q2011-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-3Q11-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2000Q4-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-00Q4-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-4Q2000-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-4Q00-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2000q4-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2000-Q4-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-00-Q4-expected15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-4Q-2000-expected16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-4Q-00-expected17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-00q4-expected18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2005-expected19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2005-11-expected20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2005 11-expected21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-11-2005-expected22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-11 2005-expected23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-200511-expected24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-20051109-expected25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-20051109 10:15-expected26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-20051109 08H-expected27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2005-11-09 10:15-expected28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2005-11-09 08H-expected29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2005/11/09 10:15-expected30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2005/11/09 08H-expected31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-Thu Sep 25 10:36:28 2003-expected32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-Thu Sep 25 2003-expected33] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-Sep 25 2003-expected34] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-January 1 2014-expected35] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2014-06-expected36] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-06-2014-expected37] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-2014-6-expected38] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-6-2014-expected39] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-20010101 12-expected40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-20010101 1234-expected41] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[True-20010101 123456-expected42] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2011-01-01-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2Q2005-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2Q05-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2005Q1-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-05Q1-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2011Q3-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-11Q3-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-3Q2011-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-3Q11-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2000Q4-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-00Q4-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-4Q2000-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-4Q00-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2000q4-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2000-Q4-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-00-Q4-expected15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-4Q-2000-expected16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-4Q-00-expected17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-00q4-expected18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2005-expected19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2005-11-expected20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2005 11-expected21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-11-2005-expected22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-11 2005-expected23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-200511-expected24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-20051109-expected25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-20051109 10:15-expected26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-20051109 08H-expected27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2005-11-09 10:15-expected28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2005-11-09 08H-expected29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2005/11/09 10:15-expected30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2005/11/09 08H-expected31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-Thu Sep 25 10:36:28 2003-expected32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-Thu Sep 25 2003-expected33] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-Sep 25 2003-expected34] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-January 1 2014-expected35] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2014-06-expected36] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-06-2014-expected37] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-2014-6-expected38] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-6-2014-expected39] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-20010101 12-expected40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-20010101 1234-expected41] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers[False-20010101 123456-expected42] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[None-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[None-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[None-nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[None-nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[None-unique_nulls_fixture22-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[None-unique_nulls_fixture22-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[nan-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[nan-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[nan-nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[nan-nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[nan-unique_nulls_fixture22-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[nan-unique_nulls_fixture22-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[unique_nulls_fixture2-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[unique_nulls_fixture2-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[unique_nulls_fixture2-nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[unique_nulls_fixture2-nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[unique_nulls_fixture2-unique_nulls_fixture22-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_na_values_with_cache[unique_nulls_fixture2-unique_nulls_fixture22-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_dayfirst_yearfirst[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_dayfirst_yearfirst[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_timestring[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_timestring[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_time SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_timezone_minute_offsets_roundtrip[2013-01-01 05:45+0545-tz0-Timestamp('2013-01-01 05:45:00+0545', tz='pytz.FixedOffset(345)')-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_timezone_minute_offsets_roundtrip[2013-01-01 05:45+0545-tz0-Timestamp('2013-01-01 05:45:00+0545', tz='pytz.FixedOffset(345)')-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_timezone_minute_offsets_roundtrip[2013-01-01 05:30+0530-tz1-Timestamp('2013-01-01 05:30:00+0530', tz='pytz.FixedOffset(330)')-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestDatetimeParsingWrappers::test_parsers_timezone_minute_offsets_roundtrip[2013-01-01 05:30+0530-tz1-Timestamp('2013-01-01 05:30:00+0530', tz='pytz.FixedOffset(330)')-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_to_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_julian_round_trip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_unit[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_unit[s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_unit[ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_unit[us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_unit[ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[D-timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[D-pydatetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[D-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[D-str_1960] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[s-timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[s-pydatetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[s-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[s-str_1960] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ms-timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ms-pydatetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ms-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ms-str_1960] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[us-timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[us-pydatetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[us-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[us-str_1960] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ns-timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ns-pydatetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ns-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_epoch[ns-str_1960] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[D-random_string-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[D-epoch-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[D-13-24-1990-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[D-origin3-OutOfBoundsDatetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[s-random_string-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[s-epoch-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[s-13-24-1990-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[s-origin3-OutOfBoundsDatetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ms-random_string-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ms-epoch-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ms-13-24-1990-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ms-origin3-OutOfBoundsDatetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[us-random_string-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[us-epoch-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[us-13-24-1990-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[us-origin3-OutOfBoundsDatetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ns-random_string-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ns-epoch-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ns-13-24-1990-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins[ns-origin3-OutOfBoundsDatetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_invalid_origins_tzinfo PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_to_datetime_out_of_bounds_with_format_arg[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_to_datetime_out_of_bounds_with_format_arg[%Y-%m-%d %H:%M:%S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_processing_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_arg_tz_ns_unit[Z-True-2019-01-01T00:00:00.000Z] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_arg_tz_ns_unit[Z-None-2019-01-01T00:00:00.000Z] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_arg_tz_ns_unit[-01:00-True-2019-01-01T01:00:00.000Z] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::TestOrigin::test_arg_tz_ns_unit[-01:00-None-2019-01-01T00:00:00.000-01:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::test_should_cache[listlike0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::test_should_cache[listlike1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::test_should_cache_errors[0.5-11-check_count must be in next bounds: \\[0; len\\(arg\\)\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/datetimes/test_tools.py::test_should_cache_errors[10-2-unique_share must be in next bounds: \\(0; 1\\)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_idempotent[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_idempotent[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_object[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_object[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_category[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_category[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-period[M]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index0-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-period[M]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_cannot_cast[index1-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_invalid_dtype[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_astype_invalid_dtype[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_conversion[index0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_conversion[index0-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_conversion[index0-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_conversion[index1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_conversion[index1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_conversion[index1-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_integer[int64-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_integer[uint64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestIntSubtype::test_subtype_integer_errors XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_idempotent[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_idempotent[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_object[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_object[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_category[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_category[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-period[M]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index0-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-period[M]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_cannot_cast[index1-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_invalid_dtype[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_astype_invalid_dtype[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_subtype_integer[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_subtype_integer[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_subtype_integer_errors XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_subtype_datetimelike[index0-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_subtype_datetimelike[index0-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_subtype_datetimelike[index1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestFloatSubtype::test_subtype_datetimelike[index1-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_idempotent[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_idempotent[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_idempotent[index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_idempotent[index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_idempotent[index4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_object[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_object[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_object[index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_object[index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_object[index4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_category[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_category[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_category[index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_category[index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_category[index4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-period[M]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index0-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-period[M]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index1-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-period[M]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index2-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-period[M]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index3-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-period[M]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_cannot_cast[index4-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_invalid_dtype[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_invalid_dtype[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_invalid_dtype[index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_invalid_dtype[index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_astype_invalid_dtype[index4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index0-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index1-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index2-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index2-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index3-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index3-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index4-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_integer[index4-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_float[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_float[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_float[index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_float[index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_float[index4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_astype.py::TestDatetimelikeSubtype::test_subtype_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[left-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[right-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[both-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor[neither-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_dtype[breaks0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_dtype[breaks1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_dtype[breaks2-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_dtype[breaks3-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_dtype[breaks4-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_dtype[breaks5-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_nan[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[left-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[left-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[right-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[right-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[both-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[both-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[neither-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_empty[neither-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_string[breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_string[breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_string[breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_string[breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_categorical_valid[Categorical] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_categorical_valid[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_generic_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_constructor_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_mixed_float_int[int64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromArrays::test_mixed_float_int[float64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[left-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[right-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[both-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor[neither-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_dtype[breaks0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_dtype[breaks1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_dtype[breaks2-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_dtype[breaks3-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_dtype[breaks4-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_dtype[breaks5-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_nan[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[left-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[left-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[right-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[right-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[both-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[both-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[neither-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_empty[neither-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_string[breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_string[breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_string[breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_string[breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_categorical_valid[Categorical] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_categorical_valid[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_generic_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_constructor_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromBreaks::test_length_one PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[left-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[right-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[both-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor[neither-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_dtype[breaks0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_dtype[breaks1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_dtype[breaks2-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_dtype[breaks3-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_dtype[breaks4-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_dtype[breaks5-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_nan[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[left-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[left-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[right-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[right-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[both-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[both-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[neither-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_empty[neither-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_string[breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_string[breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_string[breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_string[breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_categorical_valid[Categorical] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_categorical_valid[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_generic_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_constructor_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromTuples::test_na_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-left-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-right-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-both-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[IntervalIndex-neither-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-left-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-right-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-both-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor[Index-neither-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[IntervalIndex-breaks0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[IntervalIndex-breaks1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[IntervalIndex-breaks2-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[IntervalIndex-breaks3-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[IntervalIndex-breaks4-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[IntervalIndex-breaks5-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[Index-breaks0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[Index-breaks1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[Index-breaks2-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[Index-breaks3-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[Index-breaks4-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_dtype[Index-breaks5-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-left-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-left-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-left-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-right-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-right-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-right-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-both-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-both-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-both-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[IntervalIndex-neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-left-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-left-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-left-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-right-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-right-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-right-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-both-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-both-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-both-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_nan[Index-neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-left-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-left-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-left-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-left-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-left-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-right-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-right-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-right-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-right-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-right-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-both-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-both-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-both-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-both-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-both-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-neither-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[IntervalIndex-neither-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-left-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-left-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-left-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-left-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-left-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-right-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-right-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-right-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-right-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-right-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-both-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-both-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-both-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-both-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-both-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-neither-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_empty[Index-neither-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_categorical_valid[IntervalIndex-Categorical] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_categorical_valid[IntervalIndex-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_categorical_valid[Index-Categorical] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_categorical_valid[Index-CategoricalIndex] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_generic_errors[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_generic_errors[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_errors[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_constructor_errors[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_override_inferred_closed[IntervalIndex-data0-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_override_inferred_closed[IntervalIndex-data1-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_override_inferred_closed[IntervalIndex-data2-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_override_inferred_closed[IntervalIndex-data3-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_override_inferred_closed[IntervalIndex-data4-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_override_inferred_closed[Index-data0-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_override_inferred_closed[Index-data1-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_override_inferred_closed[Index-data2-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_override_inferred_closed[Index-data3-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_override_inferred_closed[Index-data4-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_index_object_dtype[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_index_object_dtype[values_constructor1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_index_object_dtype[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_index_object_dtype[IntervalArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestClassConstructors::test_index_mixed_closed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[left-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[right-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[both-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-None-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-None-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-None-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-None-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-None-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-None-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-None-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-foo-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-foo-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-foo-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-foo-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-foo-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-foo-breaks5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor[neither-foo-breaks6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_dtype[breaks0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_dtype[breaks1-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_dtype[breaks2-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_dtype[breaks3-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_dtype[breaks4-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_dtype[breaks5-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_nan[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[left-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[left-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[right-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[right-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[both-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[both-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[neither-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_empty[neither-breaks4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_categorical_valid[Categorical] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_categorical_valid[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_generic_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_constructor_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_override_inferred_closed[data0-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_override_inferred_closed[data1-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_override_inferred_closed[data2-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_override_inferred_closed[data3-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_override_inferred_closed[data4-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_index_object_dtype SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_construction.py::TestFromIntervals::test_index_mixed_closed SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_frame[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_frame[new_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_frame_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_ops_error_cases[intersection-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_ops_error_cases[intersection-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_ops_error_cases[union-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_ops_error_cases[union-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_ops_error_cases[difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_ops_error_cases[difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_ops_error_cases[symmetric_difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_ops_error_cases[symmetric_difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_difference_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_difference_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_map_dictlike[<lambda>0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_map_dictlike[<lambda>1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_engine_reference_cycle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_properties[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_properties[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_properties[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_properties[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[left-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[left-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[left-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[left-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[right-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[right-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[right-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[right-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[both-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[both-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[both-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[both-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[neither-breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[neither-breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[neither-breaks2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_length[neither-breaks3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_with_nans[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_with_nans[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_with_nans[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_with_nans[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_copy[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_ensure_copied_data[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_ensure_copied_data[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_ensure_copied_data[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_ensure_copied_data[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_equals[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_equals[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_equals[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_equals[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[left-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[left-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[left-klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[left-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[right-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[right-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[right-klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[right-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[both-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[both-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[both-klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[both-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[neither-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[neither-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[neither-klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_where[neither-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_delete[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_delete[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_delete[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_delete[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_insert[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_insert[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_insert[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_insert[data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_take[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_take[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_take[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_take[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_unique_interval[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_unique_interval[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_unique_interval[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_unique_interval[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_monotonic[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_monotonic[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_monotonic[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_monotonic[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_repr SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_repr_max_seq_item_setting SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_repr_roundtrip SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_frame_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_repr_missing[Series-(0.0, 1.0]    a\nNaN           b\n(2.0, 3.0]    c\ndtype: object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_repr_missing[DataFrame-            0\n(0.0, 1.0]  a\nNaN         b\n(2.0, 3.0]  c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_native_types[tuples0-left-expected_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_native_types[tuples1-right-expected_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_native_types[tuples2-both-expected_data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_native_types[tuples3-neither-expected_data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_item[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_item[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_item[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_item[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[left--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[left-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[left-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[left-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[left-4.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[left-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[left-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[right--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[right-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[right-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[right-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[right-4.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[right-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[right-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[both--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[both-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[both-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[both-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[both-4.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[both-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[both-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[neither--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[neither-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[neither-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[neither-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[neither-4.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[neither-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_scalar[neither-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left-0-5-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left-0-5-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left-0-5-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left-0-5-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left--1-4-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left--1-4-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left--1-4-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left--1-4-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left--1-6-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left--1-6-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left--1-6-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left--1-6-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left-6-7-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left-6-7-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left-6-7-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[left-6-7-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right-0-5-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right-0-5-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right-0-5-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right-0-5-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right--1-4-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right--1-4-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right--1-4-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right--1-4-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right--1-6-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right--1-6-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right--1-6-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right--1-6-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right-6-7-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right-6-7-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right-6-7-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[right-6-7-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both-0-5-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both-0-5-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both-0-5-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both-0-5-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both--1-4-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both--1-4-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both--1-4-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both--1-4-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both--1-6-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both--1-6-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both--1-6-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both--1-6-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both-6-7-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both-6-7-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both-6-7-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[both-6-7-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither-0-5-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither-0-5-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither-0-5-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither-0-5-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither--1-4-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither--1-4-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither--1-4-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither--1-4-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither--1-6-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither--1-6-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither--1-6-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither--1-6-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither-6-7-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither-6-7-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither-6-7-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_length_one_interval[neither-6-7-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_datetimelike_nonoverlapping[datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_datetimelike_nonoverlapping[datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_datetimelike_nonoverlapping[timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_datetimelike_overlapping[datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_datetimelike_overlapping[datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_datetimelike_overlapping[timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_decreasing[datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_decreasing[datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_decreasing[timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_decreasing[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_loc_decreasing[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[left-item0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[left-item1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[right-item0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[right-item1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[both-item0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[both-item1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[neither-item0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one[neither-item1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one_interval[left-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one_interval[left-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one_interval[right-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one_interval[right-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one_interval[both-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one_interval[both-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one_interval[neither-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_get_indexer_length_one_interval[neither-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8[datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8[datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8[timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_nat[breaks0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_nat[breaks1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_numeric[IntervalIndex-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_numeric[IntervalIndex-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_numeric[Interval-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_numeric[Interval-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_numeric[Index-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_numeric[Index-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_numeric[scalar-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_numeric[scalar-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_numeric[list-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_numeric[list-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[IntervalIndex-datetime64[ns]-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[IntervalIndex-datetime64[ns]-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[IntervalIndex-datetime64[ns, US/Eastern]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[IntervalIndex-datetime64[ns, US/Eastern]-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[IntervalIndex-timedelta64[ns]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[IntervalIndex-timedelta64[ns]-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[Interval-datetime64[ns]-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[Interval-datetime64[ns]-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[Interval-datetime64[ns, US/Eastern]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[Interval-datetime64[ns, US/Eastern]-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[Interval-timedelta64[ns]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[Interval-timedelta64[ns]-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[Index-datetime64[ns]-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[Index-datetime64[ns]-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[Index-datetime64[ns, US/Eastern]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[Index-datetime64[ns, US/Eastern]-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[Index-timedelta64[ns]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[Index-timedelta64[ns]-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[scalar-datetime64[ns]-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[scalar-datetime64[ns]-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[scalar-datetime64[ns, US/Eastern]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[scalar-datetime64[ns, US/Eastern]-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[scalar-timedelta64[ns]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[scalar-timedelta64[ns]-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[list-datetime64[ns]-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[list-datetime64[ns]-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[list-datetime64[ns, US/Eastern]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[list-datetime64[ns, US/Eastern]-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[list-timedelta64[ns]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_maybe_convert_i8_errors[list-timedelta64[ns]-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_contains_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dropna[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dropna[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dropna[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_dropna[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_non_contiguous[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_non_contiguous[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_non_contiguous[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_non_contiguous[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_isin[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_isin[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_isin[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_isin[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_missing_values[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_missing_values[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_missing_values[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_missing_values[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort_values[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort_values[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort_values[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_sort_values[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_datetime[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_datetime[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_append[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_append[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_append[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_append[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_non_overlapping_monotonic[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_non_overlapping_monotonic[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_non_overlapping_monotonic[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_non_overlapping_monotonic[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_overlapping[left-0-1-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_overlapping[left-start1-shift1-na_value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_overlapping[left-start2-shift2-na_value2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_overlapping[right-0-1-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_overlapping[right-start1-shift1-na_value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_overlapping[right-start2-shift2-na_value2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_overlapping[both-0-1-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_overlapping[both-start1-shift1-na_value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_overlapping[both-start2-shift2-na_value2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_overlapping[neither-0-1-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_overlapping[neither-start1-shift1-na_value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_overlapping[neither-start2-shift2-na_value2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples[tuples0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples[tuples1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples[tuples2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples_na[True-tuples0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples_na[True-tuples1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples_na[True-tuples2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples_na[False-tuples0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples_na[False-tuples1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_to_tuples_na[False-tuples2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_nbytes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_itemsize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[None-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed[foo-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed_errors[foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed_errors[10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed_errors[LEFT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed_errors[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_set_closed_errors[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::TestIntervalIndex::test_is_all_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval.py::test_dir PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_interval[neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[left--0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[left-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[left-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[left-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[left-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[left-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[left-2.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[left-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[left-3.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[right--0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[right-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[right-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[right-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[right-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[right-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[right-2.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[right-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[right-3.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[both--0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[both-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[both-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[both-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[both-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[both-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[both-2.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[both-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[both-3.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[neither--0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[neither-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[neither-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[neither-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[neither-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[neither-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[neither-2.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[neither-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_loc_scalar[neither-3.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_interval PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_succeeds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples0-query0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples0-query1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples0-query2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples0-query3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples1-query0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples1-query1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples1-query2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples1-query3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples2-query0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples2-query1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples2-query2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples2-query3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples3-query0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples3-query1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples3-query2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples3-query3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples4-query0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples4-query1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples4-query2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_slice_locs_with_ints_and_floats_errors[tuples4-query3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval[query0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval[query1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval[query2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval[query3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval[query4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval[query5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval[query6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval[query7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval[query8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval[query9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_interval[query10-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query10-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query11-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query12-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query13-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_with_int_and_float[query14-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_errors[tuples0-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_errors[tuples1-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_errors[tuples2-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_errors[tuples3-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query10-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query11-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query12-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query13-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_get_indexer_non_unique_with_int_and_float[query14-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_new.py::TestIntervalIndex::test_contains_dunder PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-left-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-left-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-left-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-left-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-right-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-right-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-right-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-right-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-both-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-both-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-both-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-both-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-neither-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-neither-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-neither-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[None-neither-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-left-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-left-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-left-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-left-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-left-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-left-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-left-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-left-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-right-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-right-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-right-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-right-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-right-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-right-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-right-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-right-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-both-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-both-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-both-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-both-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-both-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-both-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-both-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-both-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-neither-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-neither-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-neither-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-neither-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-neither-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-neither-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-neither-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[None-neither-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-left-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-left-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-left-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-left-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-right-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-right-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-right-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-right-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-both-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-both-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-both-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-both-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-neither-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-neither-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-neither-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[None-neither-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-left-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-left-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-left-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-left-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-right-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-right-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-right-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-right-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-both-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-both-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-both-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-both-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-neither-1-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-neither-2.5-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-neither-5-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_numeric[foo-neither-25-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-left-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-left-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-left-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-left-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-left-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-left-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-left-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-left-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-right-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-right-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-right-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-right-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-right-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-right-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-right-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-right-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-both-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-both-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-both-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-both-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-both-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-both-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-both-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-both-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-neither-D-364-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-neither-D-364-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-neither-2D-182-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-neither-2D-182-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-neither-22D18H-16-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-neither-22D18H-16-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-neither-M-11-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timestamp[foo-neither-M-11-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-left-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-left-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-left-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-left-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-right-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-right-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-right-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-right-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-both-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-both-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-both-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-both-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-neither-D-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-neither-2D12H-40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-neither-5D-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_timedelta[foo-neither-25D-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_early_truncation[0-10-3-9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_early_truncation[0-10-1.5-9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_early_truncation[0.5-10-3-9.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_early_truncation[start3-end3-2D4H-expected_endpoint3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_early_truncation[start4-end4-MS-expected_endpoint4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_early_truncation[start5-end5-5D12H-expected_endpoint5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_no_invalid_float_truncation[0.5-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_no_invalid_float_truncation[None-4.5-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_no_invalid_float_truncation[0.5-None-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_no_invalid_float_truncation[None-6.5-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_linspace_dst_transition[start0-mid0-end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_linspace_dst_transition[start1-mid1-end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0-10-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0-10-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0-10.0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0-10.0-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0.0-10-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0.0-10-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0.0-10.0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_float_subtype[0.0-10.0-2.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_constructor_coverage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_range.py::TestIntervalRange::test_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree0-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree1-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree2-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree3-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree3-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree3-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree4-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree4-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree4-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree5-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree5-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree5-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree6-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree6-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc[tree6-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree0-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree1-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree2-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree3-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree3-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree3-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree4-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree4-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree4-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree5-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree5-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree5-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree6-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree6-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer[tree6-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree0-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree1-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree2-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree3-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree3-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree3-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree4-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree4-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree4-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree5-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree5-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree5-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree6-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree6-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_non_unique[tree6-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_duplicates[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_duplicates[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_duplicates[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_duplicates[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_duplicates[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc_closed[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc_closed[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc_closed[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_loc_closed[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[left-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[left-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[left-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[left-10000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[right-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[right-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[right-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[right-10000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[both-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[both-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[both-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[both-10000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[neither-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[neither-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[neither-100] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_get_indexer_closed[neither-10000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order0-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order0-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order0-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order0-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order0-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order1-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order1-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order1-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order1-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order1-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order2-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order2-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order2-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order2-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order2-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order3-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order3-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order3-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order3-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order3-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order4-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order4-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order4-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order4-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order4-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order5-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order5-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order5-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order5-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[left-order5-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order0-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order0-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order0-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order0-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order0-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order1-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order1-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order1-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order1-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order1-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order2-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order2-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order2-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order2-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order2-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order3-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order3-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order3-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order3-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order3-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order4-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order4-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order4-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order4-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order4-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order5-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order5-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order5-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order5-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[right-order5-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order0-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order0-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order0-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order0-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order0-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order1-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order1-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order1-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order1-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order1-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order2-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order2-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order2-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order2-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order2-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order3-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order3-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order3-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order3-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order3-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order4-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order4-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order4-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order4-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order4-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order5-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order5-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order5-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order5-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[both-order5-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order0-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order0-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order0-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order0-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order0-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order1-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order1-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order1-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order1-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order1-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order2-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order2-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order2-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order2-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order2-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order3-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order3-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order3-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order3-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order3-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order4-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order4-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order4-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order4-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order4-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order5-left0-right0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order5-left1-right1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order5-left2-right2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order5-left3-right3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping[neither-order5-left4-right4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[left-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[left-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[left-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[left-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[left-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[left-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[right-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[right-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[right-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[right-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[right-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[right-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[both-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[both-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[both-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[both-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[both-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[both-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[neither-order0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[neither-order1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[neither-order2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[neither-order3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[neither-order4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_endpoints[neither-order5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[left-left0-right0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[left-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[left-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[left-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[right-left0-right0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[right-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[right-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[right-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[both-left0-right0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[both-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[both-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[both-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[neither-left0-right0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[neither-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[neither-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_is_overlapping_trivial[neither-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_interval_tree.py::TestIntervalTree::test_construction_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_union[left-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_union[left-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_union[right-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_union[right-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_union[both-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_union[both-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_union[neither-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_union[neither-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_intersection[left-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_intersection[left-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_intersection[right-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_intersection[right-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_intersection[both-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_intersection[both-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_intersection[neither-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_intersection[neither-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_difference[left-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_difference[left-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_difference[right-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_difference[right-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_difference[both-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_difference[both-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_difference[neither-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_difference[neither-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_symmetric_difference[left-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_symmetric_difference[left-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_symmetric_difference[right-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_symmetric_difference[right-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_symmetric_difference[both-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_symmetric_difference[both-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_symmetric_difference[neither-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_symmetric_difference[neither-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[left-None-union] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[left-None-intersection] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[left-None-difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[left-None-symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[left-False-union] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[left-False-intersection] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[left-False-difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[left-False-symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[right-None-union] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[right-None-intersection] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[right-None-difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[right-None-symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[right-False-union] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[right-False-intersection] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[right-False-difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[right-False-symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[both-None-union] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[both-None-intersection] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[both-None-difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[both-None-symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[both-False-union] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[both-False-intersection] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[both-False-difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[both-False-symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[neither-None-union] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[neither-None-intersection] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[neither-None-difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[neither-None-symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[neither-False-union] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[neither-False-intersection] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[neither-False-difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_set_incompatible_types[neither-False-symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_truncate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_where PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_where_array_like[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_where_array_like[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_where_array_like[klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_where_array_like[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_reorder_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_append_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_iter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[exp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[expm1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[log2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[log10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[log1p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[sqrt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[sin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[cos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[tan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[arcsin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[arccos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[arctan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[sinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[cosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[tanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[arcsinh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[arccosh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[arctanh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[deg2rad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs[rad2deg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_type_funcs[isfinite] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_type_funcs[isinf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_type_funcs[isnan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_analytics.py::test_numpy_type_funcs[signbit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_astype.py::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_astype.py::test_astype_category[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_astype.py::test_astype_category[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_logical_compat[all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_logical_compat[any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_boolean_context_compat2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_inplace_mutation_resets_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_compat[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_compat.py::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_constructor_single_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_constructor_no_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_constructor_nonhashable_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_constructor_mismatched_codes_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_na_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_labels_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_copy_in_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_index_series_datetimetz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_index_series_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_index_series_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_index_datetimelike_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_index_series_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[a0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[a1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_invalid_input[invalid_sequence_of_arrays22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_different_lengths[idx10-idx20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_different_lengths[idx11-idx21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_arrays_different_lengths[idx12-idx22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_tuples_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_tuples_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_tuples_index_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_tuples_with_name_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_tuples_with_tuple_label PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_empty_zero_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_empty_one_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_empty_two_levels[first0-second0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_empty_two_levels[first1-second1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_empty_two_levels[first2-second2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_empty_three_levels[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_empty_three_levels[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_empty_three_levels[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_empty_three_levels[3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_invalid_input[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_invalid_input[invalid_input1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_invalid_input[invalid_input2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_invalid_input[invalid_input3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_invalid_input[a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_invalid_input[invalid_input5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_invalid_input[invalid_input6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_invalid_input[invalid_input7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_index_series_categorical[<lambda>0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_index_series_categorical[<lambda>0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_index_series_categorical[<lambda>1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_index_series_categorical[<lambda>1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_index_series_categorical[<lambda>2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_index_series_categorical[<lambda>2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_product_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_frame_error[non_frame0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_frame_error[non_frame1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_frame_error[non_frame2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_frame_error[non_frame3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_frame_error[non_frame4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_frame_error[27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_frame_dtype_fidelity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_frame_valid_names[None-names_out0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_frame_valid_names[names_in1-names_out1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_frame_invalid_names[bad_input-Names should be list-like for a MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_constructor.py::test_from_frame_invalid_names[names1-Length of names must match number of levels in MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_contains.py::test_contains_top_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_contains.py::test_contains_with_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_contains.py::test_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_contains.py::test_isin_nan_pypy SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_contains.py::test_isin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_contains.py::test_isin_nan_not_pypy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_contains.py::test_isin_level_kwarg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_tolist PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_to_numpy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_to_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_to_frame_dtype_fidelity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_to_frame_resulting_column_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_to_hierarchical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_roundtrip_pickle_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_pickle[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_conversion.py::test_to_flat_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py::test_shallow_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py::test_labels_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py::test_view PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py::test_copy_and_deepcopy[copy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py::test_copy_and_deepcopy[deepcopy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py::test_copy_method[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py::test_copy_method[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py::test_copy_method_kwargs[names-value0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py::test_copy_method_kwargs[names-value0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py::test_copy_method_kwargs[levels-value1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py::test_copy_method_kwargs[levels-value1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py::test_copy_method_kwargs[codes-value2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_copy.py::test_copy_method_kwargs[codes-value2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_drop.py::test_drop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_drop.py::test_droplevel_with_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_drop.py::test_droplevel_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_drop.py::test_drop_not_lexsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_unique[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_unique[names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_unique_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_unique_level[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_unique_level[first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_unique_level[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_unique_level[second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_get_unique_index[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_get_unique_index[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_duplicate_multiindex_codes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_duplicate_level_names[names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_duplicate_level_names[names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_duplicate_level_names[names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_duplicate_meta_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_has_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_has_duplicates_from_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_has_duplicates_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_duplicated[first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_duplicated[last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_duplicated[False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_duplicated_large[first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_duplicated_large[last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_duplicated_large[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_duplicates.py::test_get_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_equivalence.py::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_equivalence.py::test_equals_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_equivalence.py::test_equals_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_equivalence.py::test_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_equivalence.py::test_equals_operator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_equivalence.py::test_equals_missing_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_equivalence.py::test_is_ PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_equivalence.py::test_is_all_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_equivalence.py::test_is_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_equivalence.py::test_multiindex_compare PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_dtype_str[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_format_integer_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_format_sparse_config PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_format_sparse_display PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_repr_with_unicode_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_repr_roundtrip_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_unicode_string_with_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::TestRepr::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::TestRepr::test_rjust PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_format.py::TestRepr::test_tuple_width PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_get_level_number_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_get_level_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_get_value_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_get_level_values_all_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_get_level_values_int_with_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_get_level_values_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_set_name_methods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_set_levels_codes_directly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_set_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_set_codes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_set_labels_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_set_levels_codes_names_bad_input PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_set_names_with_nlevel_1[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_set_names_with_nlevel_1[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_set_levels_categorical[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_set_levels_categorical[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_set_value_keeps_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_get_set.py::test_set_levels_with_iterable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_slice_locs_partial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_slice_locs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_slice_locs_with_type_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_slice_locs_not_sorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_slice_locs_not_contained PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_indexer_nearest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_getitem_group_select PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_getitem_bool_index_all[ind20-ind10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_getitem_bool_index_all[ind20-ind11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_getitem_bool_index_all[ind21-ind10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_getitem_bool_index_all[ind21-ind11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_getitem_bool_index_single[ind20-ind10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_getitem_bool_index_single[ind20-ind11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_getitem_bool_index_single[ind21-ind10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_getitem_bool_index_single[ind21-ind11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[int-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[int-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[int-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[int-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[float-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[float-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[float-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[float-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[bool-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[bool-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[bool-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[bool-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[str-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[str-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[str-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_multiple_dtypes[str-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_implicit_cast[dtypes0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_implicit_cast[dtypes0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_implicit_cast[dtypes1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_implicit_cast[dtypes1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_cast_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_nan[None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_nan[None-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_nan[nan0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_nan[nan0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_nan[nulls_fixture2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_nan[nulls_fixture2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_nan[nan1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_nan[nan1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_nan[nan2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_nan[nan2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_loc_missing_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_get_indexer_categorical_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_indexing.py::test_timestamp_multiindex_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_labels_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_values_boxed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_values_multiindex_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_values_multiindex_periodindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_collisions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_dims PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_isna_behavior PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_large_multiindex_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_million_record_attribute_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_metadata_immutable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_level_setting_resets_attributes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_rangeindex_fallback_coercion_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_hash_error[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_mutability[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_wrong_number_names[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_integrity.py::test_nlevels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_level[inner-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_level[inner-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_level[inner-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_level[outer-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_level[outer-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_level[outer-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_level[left-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_level[left-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_level[left-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_level[right-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_level[right-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_level[right-other2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_level_corner_case PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_self[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_self[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_self[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_self[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_join.py::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_missing.py::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_missing.py::test_dropna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_missing.py::test_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_missing.py::test_hasnans_isnans XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_missing.py::test_nan_stays_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_is_monotonic_increasing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_is_monotonic_decreasing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_is_strictly_monotonic_increasing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_is_strictly_monotonic_decreasing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_monotonic.py::test_searchsorted_monotonic[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_names.py::test_slice_keep_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_names.py::test_index_name_retained PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_names.py::test_changing_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_names.py::test_take_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_names.py::test_copy_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_names.py::test_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_names.py::test_duplicate_level_names_access_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_partial_indexing.py::test_partial_string_timestamp_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reindex.py::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reindex.py::test_reindex_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reindex.py::test_reindex_preserves_names_when_target_is_list_or_ndarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reindex.py::test_reindex_lvl_preserves_names_when_target_is_list_or_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reindex.py::test_reindex_lvl_preserves_type_if_target_is_empty_list_or_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reindex.py::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reindex.py::test_reindex_non_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reshape.py::test_insert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reshape.py::test_append PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reshape.py::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reshape.py::test_insert_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_reshape.py::test_delete_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[intersection-None-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[intersection-None-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[intersection-False-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[intersection-False-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[union-None-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[union-None-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[union-False-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[union-False-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[difference-None-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[difference-None-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[difference-False-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[difference-False-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[symmetric_difference-None-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[symmetric_difference-None-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[symmetric_difference-False-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_set_ops_error_cases[symmetric_difference-False-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_intersection_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_intersection_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_union_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_union_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_difference_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_difference_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_symmetric_difference[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_symmetric_difference[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_difference[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_difference[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_difference_sort_special PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_difference_sort_special_true XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_difference_sort_incomparable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_difference_sort_incomparable_true XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_union[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_union[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_intersection[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_intersection[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_intersect_equal_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_intersect_equal_sort_true XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_union_sort_other_empty[slice_0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_union_sort_other_empty[slice_1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_union_sort_other_empty_sort XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_union_sort_other_incomparable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_union_sort_other_incomparable_sort XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_setops_disallow_true[union] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_setops_disallow_true[intersection] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_setops_disallow_true[difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_set_ops.py::test_setops_disallow_true[symmetric_difference] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sortlevel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sortlevel_not_sort_remaining PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sortlevel_deterministic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[Int64Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[Index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_sort[Int64Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_unsortedindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_unsortedindex_doc_examples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_reconstruct_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_reconstruct_remove_unused PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_remove_unused_levels_large[int64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_remove_unused_levels_large[datetime64[D]-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_remove_unused_nan[level10-level00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_remove_unused_nan[level10-level01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_remove_unused_nan[level11-level00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_remove_unused_nan[level11-level01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/multi/test_sorting.py::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_pi_shift_ndarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_shift_corner_cases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_shift_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_shift_gh8083 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_arithmetic.py::TestPeriodIndexArithmetic::test_shift_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_asfreq.py::TestPeriodIndex::test_asfreq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_asfreq.py::TestPeriodIndex::test_asfreq_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_asfreq.py::TestPeriodIndex::test_asfreq_mult_pi[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_asfreq.py::TestPeriodIndex::test_asfreq_mult_pi[3D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_asfreq.py::TestPeriodIndex::test_asfreq_combined_pi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_asfreq.py::TestPeriodIndex::test_asfreq_ts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_asfreq.py::TestPeriodIndex::test_astype_asfreq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_raises[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_raises[timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_raises[timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_uint PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_object2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_category PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_astype.py::TestPeriodIndexAsType::test_astype_array_fallback PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_construction_base_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_use_start_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_field_arrays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_U PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_nano PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_arrays_negative_year PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_invalid_quarters PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_fromarraylike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_datetime64arr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_datetime64arr_ok[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_datetime64arr_ok[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_datetime64arr_ok[index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_pi_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_incompat_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_simple_new PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_simple_new_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_floats[floats0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_floats[floats1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_year_and_quarter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult[PeriodIndex-FutureWarning] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult[period_range-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[1-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[1-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[1-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[1-T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[1-S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[2-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[2-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[2-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[2-T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[2-S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[3-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[3-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[3-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[3-T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[3-S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[4-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[4-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[4-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[4-T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[4-S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[5-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[5-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[5-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[5-T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_mult_dti_compat[5-S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_freq_combined PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_range_based_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_range_based_deprecated_different_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_constructor_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[L] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[N] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_recreate_from_data[H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestPeriodIndex::test_map_with_string_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestSeriesPeriod::test_constructor_cant_cast_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_construction.py::TestSeriesPeriod::test_constructor_cast_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_formats.py::test_to_native_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_formats.py::TestPeriodIndexRendering::test_frame_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_formats.py::TestPeriodIndexRendering::test_representation[__repr__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_formats.py::TestPeriodIndexRendering::test_representation[__str__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_formats.py::TestPeriodIndexRendering::test_representation_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_formats.py::TestPeriodIndexRendering::test_summary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_ellipsis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_partial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_list_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_seconds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_day PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestWhere::test_where[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestWhere::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestWhere::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestWhere::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestWhere::test_where_other PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestTake::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestTake::test_take_misc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestTake::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_loc_msg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_loc_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_is_monotonic_increasing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_is_monotonic_decreasing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_indexer_non_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_loc2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_get_indexer2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_indexing.py::TestIndexing::test_period_index_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_ops_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_resolution PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_value_counts_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_drop_duplicates_metadata PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_drop_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_order_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_equals[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_equals[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_freq_setter_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_binary_ops_docs[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_ops.py::TestPeriodIndexOps::test_binary_ops_docs[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_slice_with_negative_step PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_slice_with_zero_step_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_slice_keep_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_pindex_slice_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_range_slice_day PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_range_slice_seconds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_range_slice_outofbounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_to_frame[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_to_frame[new_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_to_frame_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_ops_error_cases[intersection-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_ops_error_cases[intersection-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_ops_error_cases[union-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_ops_error_cases[union-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_ops_error_cases[difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_ops_error_cases[difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_ops_error_cases[symmetric_difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_set_ops_error_cases[symmetric_difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_difference_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_difference_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_equals_op SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_is_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_engine_reference_cycle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_argmax_axis_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_shift_identity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_map_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_asobject_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle_round_trip[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle_round_trip[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle_round_trip[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_where PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_repeat_freqstr[index0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_repeat_freqstr[index0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_repeat_freqstr[index1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_repeat_freqstr[index1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_repeat_freqstr[index2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_repeat_freqstr[index2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_fillna_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_no_millisecond_field PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_difference_freq[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_difference_freq[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_hash_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_make_time_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_shallow_copy_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_shallow_copy_i8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_shallow_copy_changing_freq_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_dtype_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_view_asi8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_period_index_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_fields PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_period_set_index_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_factorize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_is_ PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_contains_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_periods_number_check PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_start_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_end_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_index_duplicate_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_index_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_negative_ordinals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pindex_fieldaccessor_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pindex_qaccess PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pindex_multiples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_iteration PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_is_full PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_with_multi_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_convert_array_of_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_append_concat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_pickle_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_join_self[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_insert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period.py::test_maybe_convert_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period_range.py::TestPeriodRange::test_construction_from_string[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period_range.py::TestPeriodRange::test_construction_from_string[W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period_range.py::TestPeriodRange::test_construction_from_string[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period_range.py::TestPeriodRange::test_construction_from_string[Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period_range.py::TestPeriodRange::test_construction_from_string[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period_range.py::TestPeriodRange::test_construction_from_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_period_range.py::TestPeriodRange::test_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_scalar_compat.py::TestPeriodIndexOps::test_start_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_scalar_compat.py::TestPeriodIndexOps::test_end_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_joins[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_joins[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_joins[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_joins[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_join_self[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_join_self[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_join_self[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_join_self[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_join_does_not_recur PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_union[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_union[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_union_misc[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_union_misc[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_union_dataframe_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_intersection[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_intersection[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_intersection_cases[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_intersection_cases[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_difference[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_setops.py::TestPeriodIndex::test_difference[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_annual PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_monthly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[W-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[L] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_freq[N] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodRepresentation::test_negone_ordinals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_timestamp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_timestamp_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_timestamp_repr_is_code PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_timestamp_to_period_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_dti_to_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterly[DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterlyish[BQ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterlyish[QS] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_quarterlyish[BQS] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_annualish[BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_annualish[AS] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_annualish[BAS] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_to_period_monthish PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_period_dt64_round_trip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_combine_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_searchsorted[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndex::test_searchsorted[2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_tolist PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_to_timestamp_pi_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_to_timestamp_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_to_timestamp_quarterly_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_to_timestamp_pi_mult PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_to_timestamp_pi_combined PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_period_astype_to_timestamp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/period/test_tools.py::TestPeriodIndexConversion::test_to_timestamp_1703 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_shift_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_shift_hours PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_shift_minutes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_shift_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_shift_nonstandard_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_shift_no_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_int[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_int[one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_iadd_int[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_iadd_int[one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_int[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_int[one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_isub_int[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_isub_int[one1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_integer_array[box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_add_integer_array[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_integer_array[box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_sub_integer_array[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_addsub_integer_array_no_freq[box0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_addsub_integer_array_no_freq[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_iadd_timedeltalike[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_iadd_timedeltalike[2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_iadd_timedeltalike[2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_iadd_timedeltalike[0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_isub_timedeltalike[<2 * Hours>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_isub_timedeltalike[2:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_isub_timedeltalike[2 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_isub_timedeltalike[0 days 02:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_ops_ndarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_arithmetic.py::TestTimedeltaIndexArithmetic::test_tdi_ops_attributes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_object_with_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_uint PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_raises[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_raises[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_raises[datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_category PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_astype.py::TestTimedeltaIndex::test_astype_array_fallback PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_verify_integrity_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_range_kwargs_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_int64_nocopy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_infer_from_tdi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_infer_from_tdi_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_dt64_data_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_float64_ns_rounded PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_float64_unit_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_construction_base_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_constructor_iso PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_constructor_coverage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_constructor_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_constructor_no_precision_warns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_construction.py::TestTimedeltaIndex::test_constructor_wrong_precision_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_formats.py::TestTimedeltaIndexRendering::test_representation[__repr__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_formats.py::TestTimedeltaIndexRendering::test_representation[__str__] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_formats.py::TestTimedeltaIndexRendering::test_representation_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_formats.py::TestTimedeltaIndexRendering::test_summary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestGetItem::test_ellipsis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestGetItem::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestGetItem::test_timestamp_invalid_key[key0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestGetItem::test_timestamp_invalid_key[key1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestGetItem::test_timestamp_invalid_key[key2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTake::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTake::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTake::test_take2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTake::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTimedeltaIndex::test_insert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTimedeltaIndex::test_delete PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTimedeltaIndex::test_delete_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTimedeltaIndex::test_get_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTimedeltaIndex::test_get_loc_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_indexing.py::TestTimedeltaIndex::test_get_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_ops_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_value_counts_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_nonunique_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_unknown_attribute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_drop_duplicates_metadata PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_drop_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[3D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[-3D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[2T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_infer_freq[-3S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[2D-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[2D-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[freq1-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[freq1-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[48H-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[48H-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[freq3-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter[freq3-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_freq_setter_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_binary_ops_docs[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_ops.py::TestTimedeltaIndexOps::test_binary_ops_docs[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py::TestSlicing::test_slice_keeps_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py::TestSlicing::test_partial_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py::TestSlicing::test_partial_slice_high_reso PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py::TestSlicing::test_slice_with_negative_step PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py::TestSlicing::test_slice_with_zero_step_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_scalar_compat.py::TestVectorizedTimedelta::test_tdi_total_seconds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_scalar_compat.py::TestVectorizedTimedelta::test_tdi_round PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_union PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_union_coverage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_union_bug_1730 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_union_bug_1745 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_union_bug_4564 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection_bug_1708 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection_equal[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection_equal[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection_zero_length[None-0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection_zero_length[None-4-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection_zero_length[False-0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection_zero_length[False-4-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_zero_length_input_index[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_zero_length_input_index[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection[None-rng0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection[None-rng1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection[None-rng2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection[False-rng0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection[False-rng1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection[False-rng2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection_non_monotonic[None-rng0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection_non_monotonic[None-rng1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection_non_monotonic[None-rng2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection_non_monotonic[False-rng0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection_non_monotonic[False-rng1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_setops.py::TestTimedeltaIndex::test_intersection_non_monotonic[False-rng2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_to_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_to_series_with_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_to_frame[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_to_frame[new_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_to_frame_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_create_index_existing_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_logical_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_boolean_context_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_reindex_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_indexer_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_repr_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_repr_max_seq_item_setting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_copy_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_ensure_copied_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_numpy_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_take_invalid_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_where[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_where[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_where[klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_where[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_ops_error_cases[intersection-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_ops_error_cases[intersection-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_ops_error_cases[union-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_ops_error_cases[union-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_ops_error_cases[difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_ops_error_cases[difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_ops_error_cases[symmetric_difference-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_set_ops_error_cases[symmetric_difference-xxx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_intersection_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_union_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_difference_base[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_difference_base[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_insert_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_delete_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_equals_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_hasnans_isnans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self_unique[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self_unique[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self_unique[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self_unique[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_putmask_with_wrong_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[True-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[True-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[True-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[True-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[False-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[False-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[False-foo-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_astype_category[False-foo-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_is_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_engine_reference_cycle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_argmax_axis_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_can_hold_identifiers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_shift_identity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_view PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_map_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_map_dictlike[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_map_dictlike[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_asobject_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_numeric_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_pickle_compat_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_fillna_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_difference_freq[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_difference_freq[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_difference_sort[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_difference_sort[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_isin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_factorize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_join_self[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_does_not_convert_mixed_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_sort_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_get_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_argmin_argmax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_misc_coverage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_pass_TimedeltaIndex_to_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_hash_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_append_join_nondatetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_append_numpy_bug_1681 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_fields PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_freq_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unit_m_y_deprecated[Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unit_m_y_deprecated[y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_unit_m_y_deprecated[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimeSeries::test_series_box_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_timedelta_range PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_linspace_behavior[3-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_linspace_behavior[5-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_linspace_behavior[6-19H12T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_linspace_behavior[7-16H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_linspace_behavior[9-12H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py::TestTimedeltas::test_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_tools.py::TestTimedeltas::test_to_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_tools.py::TestTimedeltas::test_to_timedelta_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_tools.py::TestTimedeltas::test_to_timedelta_via_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_tools.py::TestTimedeltas::test_to_timedelta_on_missing_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_tools.py::TestTimedeltas::test_to_timedelta_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/timedeltas/test_tools.py::TestTimedeltas::test_to_timedelta_box_deprecated PASSED
> 
> =============================== warnings summary ===============================
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py::TestIndex::test_tab_complete_warning
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexes/test_base.py:2417: RuntimeWarning: coroutine 'InteractiveShell.run_code' was never awaited
>     ip.run_code(code)
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> = 7616 passed, 65 skipped, 58 xfailed, 6 xpassed, 1 warnings in 54.27 seconds ==
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 1112 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_callable.py::TestIndexingCallable::test_frame_loc_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_callable.py::TestIndexingCallable::test_frame_loc_callable_mixture PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_callable.py::TestIndexingCallable::test_frame_loc_callable_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_callable.py::TestIndexingCallable::test_frame_loc_callable_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_callable.py::TestIndexingCallable::test_frame_iloc_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_callable.py::TestIndexingCallable::test_frame_iloc_callable_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_loc_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_getitem_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_slicing_directly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_slicing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_slicing_and_getting_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_slicing_doc_examples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_getitem_category_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_loc_listlike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_loc_listlike_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_get_indexer_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_get_indexer_same_categories_same_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_get_indexer_same_categories_different_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_getitem_with_listlike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_setitem_listlike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_ix_categorical_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_read_only_source PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_reindexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_loc_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_loc_and_at_with_categorical_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_boolean_selection PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_indexing_with_category PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_categorical.py::TestCategoricalIndex::test_map_with_dict_or_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestCaching::test_slice_consolidate_invalidate_item_cache PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestCaching::test_setitem_cache_updating PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_setitem_chained_setfault PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_setting_with_copy_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment_warnings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment_warnings_filter_and_dupe_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_chained_getitem_with_lists PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_cache_updating PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_deprecate_is_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_object[1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_object[1.1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_object[val2-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_object[True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_int64[1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_int64[1.1-float64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_int64[val2-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_int64[True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_int8[val0-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_int8[val1-int16] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_float64[1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_float64[1.1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_float64[val2-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_float64[True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_complex128[1-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_complex128[1.1-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_complex128[val2-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_complex128[True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_bool[1-int64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_bool[3-int64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_bool[1.1-float64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_bool[val3-complex128] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_bool[True-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_datetime64[val0-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_datetime64[1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_datetime64[x-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_datetime64tz[val0-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_datetime64tz[val1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_datetime64tz[val2-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_datetime64tz[1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_timedelta64[val0-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_timedelta64[1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_timedelta64[x-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_object[x-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_object[5-IndexError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_object[1.1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_int64[5-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_int64[1.1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_int64[x-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_float64[5-IndexError] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_float64[5.1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_float64[x-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_series_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_complex128 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_datetime64tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestSetitemCoercion::test_setitem_index_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_object[1-1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_object[1.1-1.1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_object[False-False-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_object[x-x-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_int64[1-1-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_int64[1.1-1.1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_int64[False-0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_int64[x-x-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_float64[1-1.0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_float64[1.1-1.1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_float64[False-0.0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_float64[x-x-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_datetimes[datetime64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_datetimes[datetime64tz] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_period[insert0-2012-01-period[M]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_period[insert1-coerced_val1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_period[1-1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_period[x-x-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_complex128 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestInsertIndexCoercion::test_insert_index_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[1-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[1-object-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[1.1-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[1.1-object-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[fill_val2-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[fill_val2-object-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[True-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_object[True-object-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[1-int64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[1-int64-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[1.1-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[1.1-float64-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[fill_val2-complex128-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[fill_val2-complex128-index] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[True-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_int64[True-object-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[1-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[1-float64-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[1.1-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[1.1-float64-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[fill_val2-complex128-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[fill_val2-complex128-index] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[True-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_float64[True-object-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_complex128[1-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_complex128[1.1-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_complex128[fill_val2-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_complex128[True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_bool[1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_bool[1.1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_bool[fill_val2-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_bool[True-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_datetime64[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_datetime64[datetime64tz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_datetimetz XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_complex128 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_datetime64tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_series_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_datetime64tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestWhereCoercion::test_where_index_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_has_comprehensive_tests PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[1-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[1-object-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[1.1-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[1.1-object-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[fill_val2-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[fill_val2-object-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[True-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_object[True-object-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[1-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[1-float64-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[1.1-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[1.1-float64-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[fill_val2-complex128-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[fill_val2-complex128-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[True-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_float64[True-object-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_complex128[1-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_complex128[1.1-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_complex128[fill_val2-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_complex128[True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[datetime64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[datetime64-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[datetime64tz-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[datetime64tz-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[object0-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[object0-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[object1-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime[object1-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[fill_val0-datetime64[ns, US/Eastern]-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[fill_val0-datetime64[ns, US/Eastern]-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[fill_val1-object-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[fill_val1-object-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[fill_val2-object-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[fill_val2-object-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[1-object-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[1-object-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[x-object-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_datetime64tz[x-object-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_int64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_index_int64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_index_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_series_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_index_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_index_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-object-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-int64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-int64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-float64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-complex128-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-bool-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-bool-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[object-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-object-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-int64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-int64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-float64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-complex128-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-bool-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-bool-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[int64-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-object-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-int64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-int64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-float64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-complex128-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-bool-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-bool-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[float64-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-object-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-int64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-int64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-float64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-complex128-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-bool-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-bool-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[complex128-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-object-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-object-series] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-int64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-int64-series] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-float64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-float64-series] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-complex128-series] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-bool-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-bool-series] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-datetime64-series] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-datetime64tz0-series] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-datetime64tz1-series] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[bool-timedelta64-series] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-object-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-int64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-int64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-float64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-complex128-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-bool-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-bool-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns]-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-object-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-int64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-int64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-float64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-complex128-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-bool-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-bool-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, UTC]-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-object-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-int64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-int64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-float64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-complex128-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-bool-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-bool-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[datetime64[ns, US/Eastern]-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-object-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-int64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-int64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-float64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-complex128-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-bool-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-bool-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-datetime64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-datetime64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-datetime64tz0-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-datetime64tz0-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-datetime64tz1-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-datetime64tz1-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-timedelta64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series[timedelta64[ns]-timedelta64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, UTC]-timedelta64[ns]-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, UTC]-timedelta64[ns]-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, UTC]-bool-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, UTC]-bool-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, UTC]-object-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, UTC]-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, UTC]-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, UTC]-complex128-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, UTC]-float64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, UTC]-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, UTC]-int64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, UTC]-int64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, US/Eastern]-timedelta64[ns]-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, US/Eastern]-timedelta64[ns]-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, US/Eastern]-bool-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, US/Eastern]-bool-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, US/Eastern]-object-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, US/Eastern]-object-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, US/Eastern]-complex128-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, US/Eastern]-complex128-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, US/Eastern]-float64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, US/Eastern]-float64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, US/Eastern]-int64-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_tz[datetime64[ns, US/Eastern]-int64-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns]-datetime64[ns]-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns]-datetime64[ns]-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns]-datetime64[ns, UTC]-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns]-datetime64[ns, UTC]-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns]-datetime64[ns, US/Eastern]-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns]-datetime64[ns, US/Eastern]-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns, UTC]-datetime64[ns]-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns, UTC]-datetime64[ns]-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns, UTC]-datetime64[ns, UTC]-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns, UTC]-datetime64[ns, UTC]-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns, UTC]-datetime64[ns, US/Eastern]-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns, UTC]-datetime64[ns, US/Eastern]-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns, US/Eastern]-datetime64[ns]-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns, US/Eastern]-datetime64[ns]-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns, US/Eastern]-datetime64[ns, UTC]-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns, US/Eastern]-datetime64[ns, UTC]-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns, US/Eastern]-datetime64[ns, US/Eastern]-dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_datetime_datetime[datetime64[ns, US/Eastern]-datetime64[ns, US/Eastern]-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_coercion.py::TestReplaceSeriesCoercion::test_replace_series_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_setitem_with_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_indexing_with_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_consistency_with_tz_aware_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_indexing_with_datetimeindex_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_partial_setting_with_datetimelike_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_loc_setitem_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_series_partial_set_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_series_partial_set_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_nanosecond_getitem_setitem_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_loc_getitem_across_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_loc_incremental_setitem_with_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_loc_setitem_with_existing_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_loc_str_slicing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_datetime.py::TestDatetimeIndex::test_loc_label_slicing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_scalar_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_scalar_non_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_scalar_with_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_scalar_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_scalar_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_slice_non_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_slice_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_integer_positional_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_slice_integer_frame_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_slice_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_floating_index_doc_example PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_floating_misc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_floating_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_float64index_slicing_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_exceeds_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_non_integer_raises[index_vals0-column_vals0-index0-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_non_integer_raises[index_vals1-column_vals1-index0-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_non_integer_raises[index_vals2-column_vals2-index0-columns0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_neg_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_invalid_scalar[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_invalid_scalar[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_array_not_mutating_negative_indices PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_list_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_neg_int_can_reach_first_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_bool_diff_len[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_bool_diff_len[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_slice_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_pandas_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_labelled_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_getitem_doc_issue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_list_of_lists PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_with_scalar_index[value0-indexer0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_with_scalar_index[value0-indexer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_with_scalar_index[value0-indexer2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_with_scalar_index[value1-indexer0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_with_scalar_index[value1-indexer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_setitem_with_scalar_index[value1-indexer2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_non_unique_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_iloc_empty_list_indexer_is_ok PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_identity_slice_returns_new_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_indexing_zerodim_np_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_iloc.py::TestiLoc::test_series_indexing_zerodim_np_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_1d PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-Series-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-Series-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-Series-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-Series-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-Series-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-Series-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-Series-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-Series-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-Series-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-Series-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-Series-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-DataFrame-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-DataFrame-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-DataFrame-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-DataFrame-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-DataFrame-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-DataFrame-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-DataFrame-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-DataFrame-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-DataFrame-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-DataFrame-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-getitem-DataFrame-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-Series-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-Series-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-Series-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-Series-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-Series-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-Series-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-Series-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-Series-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-Series-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-Series-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-Series-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-DataFrame-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-DataFrame-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-DataFrame-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-DataFrame-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-DataFrame-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-DataFrame-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-DataFrame-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-DataFrame-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-DataFrame-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-DataFrame-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-loc-DataFrame-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-Series-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-Series-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-Series-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-Series-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-Series-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-Series-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-Series-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-Series-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-Series-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-Series-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-Series-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-DataFrame-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-DataFrame-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-DataFrame-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-DataFrame-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-DataFrame-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-DataFrame-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-DataFrame-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-DataFrame-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-DataFrame-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-DataFrame-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-iloc-DataFrame-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-Series-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-Series-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-Series-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-Series-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-Series-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-Series-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-Series-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-Series-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-Series-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-Series-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-Series-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-DataFrame-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-DataFrame-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-DataFrame-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-DataFrame-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-DataFrame-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-DataFrame-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-DataFrame-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-DataFrame-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-DataFrame-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-DataFrame-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[<lambda>-ix-DataFrame-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-Series-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-Series-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-Series-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-Series-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-Series-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-Series-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-Series-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-Series-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-Series-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-Series-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-Series-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-DataFrame-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-DataFrame-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-DataFrame-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-DataFrame-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-DataFrame-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-DataFrame-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-DataFrame-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-DataFrame-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-DataFrame-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-DataFrame-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-setitem-DataFrame-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-Series-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-Series-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-Series-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-Series-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-Series-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-Series-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-Series-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-Series-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-Series-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-Series-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-Series-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-DataFrame-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-DataFrame-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-DataFrame-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-DataFrame-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-DataFrame-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-DataFrame-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-DataFrame-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-DataFrame-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-DataFrame-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-DataFrame-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-loc-DataFrame-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-Series-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-Series-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-Series-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-Series-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-Series-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-Series-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-Series-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-Series-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-Series-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-Series-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-Series-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-DataFrame-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-DataFrame-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-DataFrame-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-DataFrame-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-DataFrame-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-DataFrame-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-DataFrame-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-DataFrame-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-DataFrame-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-DataFrame-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-iloc-DataFrame-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-Series-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-Series-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-Series-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-Series-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-Series-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-Series-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-Series-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-Series-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-Series-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-Series-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-Series-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-DataFrame-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-DataFrame-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-DataFrame-Index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-DataFrame-Index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-DataFrame-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-DataFrame-PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-DataFrame-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-DataFrame-Index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-DataFrame-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-DataFrame-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_ndarray_3d[<lambda>-ix-DataFrame-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_inf_upcast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_dtype_upcast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_dups_fancy_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_dups_fancy_indexing2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_duplicate_int_indexing[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_duplicate_int_indexing[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_indexing_mixed_frame_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_multitype_list_index_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_set_index_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_multi_assign PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_setitem_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_string_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_astype_assignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_contains[index0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_contains[index1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_contains[index2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_contains[index3-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_contains[index4-inf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_contains[index5-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index3-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index4-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index5-inf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index6-inf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index7-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index8-inf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_not_contains[index9-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_mixed_index_contains[index0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_mixed_index_contains[index1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_mixed_index_not_contains[index0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_mixed_index_not_contains[index1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_contains_with_float_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestFancy::test_index_type_coercion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_float_index_to_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_float_index_non_scalar_assignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_float_index_at_iat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_mixed_index_assignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_mixed_index_no_fallback PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_rhs_alignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_str_label_slicing_with_negative_step PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_slice_with_zero_step_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_indexing_assignment_dict_already_exists PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_indexing_dtypes_on_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_range_in_series_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_non_reducing_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_list_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_maybe_numeric_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_partial_boolean_frame_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestMisc::test_no_reference_cycle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestSeriesNoneCoercion::test_coercion_with_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestSeriesNoneCoercion::test_coercion_with_loc_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestSeriesNoneCoercion::test_coercion_with_setitem_and_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestSeriesNoneCoercion::test_coercion_with_loc_and_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestDataframeNoneCoercion::test_coercion_with_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestDataframeNoneCoercion::test_coercion_with_setitem_and_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestDataframeNoneCoercion::test_none_coercion_loc_and_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::TestDataframeNoneCoercion::test_none_coercion_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::test_validate_indices_ok PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::test_validate_indices_low PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::test_validate_indices_high PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::test_validate_indices_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::test_extension_array_cross_section PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::test_extension_array_cross_section_converts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::test_ndframe_indexing_raises[<lambda>-AttributeError-'numpy.ndarray' object has no attribute 'get'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::test_ndframe_indexing_raises[<lambda>-AttributeError-type object 'NDFrame' has no attribute '_AXIS_ALIASES'0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::test_ndframe_indexing_raises[<lambda>-AttributeError-type object 'NDFrame' has no attribute '_AXIS_ALIASES'1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::test_ndframe_indexing_raises[<lambda>-ValueError-NDFrameIndexer does not support NDFrame objects with ndim > 2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing.py::test_readonly_indices PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_monotonic[Int64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_monotonic[Int32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_monotonic[Int16Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_monotonic[Int8Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_monotonic[UInt64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_monotonic[UInt32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_monotonic[UInt16Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_monotonic[UInt8Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_monotonic[Float64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_monotonic[Float32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_unique[Int64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_unique[Int32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_unique[Int16Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_unique[Int8Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_unique[UInt64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_unique[UInt32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_unique[UInt16Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_unique[UInt8Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_unique[Float64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_is_unique[Float32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_loc[Int64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_loc[Int32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_loc[Int16Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_loc[Int8Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_loc[UInt64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_loc[UInt32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_loc[UInt16Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_loc[UInt8Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_loc[Float64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_loc[Float32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_backfill_indexer[Int64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_backfill_indexer[Int32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_backfill_indexer[Int16Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_backfill_indexer[Int8Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_backfill_indexer[UInt64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_backfill_indexer[UInt32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_backfill_indexer[UInt16Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_backfill_indexer[UInt8Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_backfill_indexer[Float64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_backfill_indexer[Float32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_pad_indexer[Int64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_pad_indexer[Int32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_pad_indexer[Int16Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_pad_indexer[Int8Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_pad_indexer[UInt64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_pad_indexer[UInt32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_pad_indexer[UInt16Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_pad_indexer[UInt8Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_pad_indexer[Float64Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestNumericEngine::test_get_pad_indexer[Float32Engine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestObjectEngine::test_is_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestObjectEngine::test_is_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestObjectEngine::test_get_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestObjectEngine::test_get_backfill_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_engines.py::TestObjectEngine::test_get_pad_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_indexing_slow.py::TestIndexingSlow::test_large_dataframe_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py::test_ix_deprecation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_loc_setitem_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_loc_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_weird_slicing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_assign_column_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_get_set_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_slicing_strings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_setitem_out_of_bounds_axis_0 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_setitem_out_of_bounds_axis_1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_empty_list_indexer_is_ok PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_duplicate_returns_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_ix.py::TestIX::test_ix_intervalindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_dups2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_label PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_label_out_of_range PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_label_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_label_list_with_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_getitem_label_list_with_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_label_list_fails PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_label_array_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_bool_diff_len[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_bool_diff_len[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_int_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_to_fail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_list_with_fail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_getitem_label_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_general PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_consistency_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_consistency_slice_column_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_frame_multiples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_with_scalar_index[value0-indexer0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_with_scalar_index[value0-indexer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_with_scalar_index[value0-indexer2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_with_scalar_index[value1-indexer0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_with_scalar_index[value1-indexer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_with_scalar_index[value1-indexer2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_coercion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_setitem_new_key_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_non_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_non_unique_memory_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_empty_list_indexer_is_ok PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_identity_slice_returns_new_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_uint64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_empty_append PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_loc_setitem_empty_append_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_indexing_zerodim_np_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::TestLoc::test_series_indexing_zerodim_np_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_loc.py::test_series_loc_getitem_label_list_missing_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_setting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_setting_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_series_partial_set PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_series_partial_set_with_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_set_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_set_empty_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_set_empty_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_set_empty_frame_row PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_set_empty_frame_set_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_set_empty_frame_empty_copy_assignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_partial.py::TestPartialSetting::test_partial_set_empty_frame_empty_consistencies PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_at_and_iat_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_at_and_iat_set PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_at_iat_coercion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_iat_invalid_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_imethods_with_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_at_to_fail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_at_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_series_set_tz_timestamp[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_series_set_tz_timestamp['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_series_set_tz_timestamp['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_series_set_tz_timestamp['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_series_set_tz_timestamp['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_series_set_tz_timestamp['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_series_set_tz_timestamp[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_series_set_tz_timestamp[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_series_set_tz_timestamp[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_series_set_tz_timestamp[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_series_set_tz_timestamp[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_series_set_tz_timestamp[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_series_set_tz_timestamp[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_series_set_tz_timestamp[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_mixed_index_at_iat_loc_iloc_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_mixed_index_at_iat_loc_iloc_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_iat_setter_incompatible_assignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_scalar.py::TestScalar::test_getitem_zerodim_np_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_boolean_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_list_like_indexing[0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_list_like_indexing[indexer1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_list_like_indexing[indexer2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_string_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_masked_setitem[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_masked_setitem[value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_masked_setitem[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_listlike_setitem[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_listlike_setitem[value1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_listlike_setitem[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_numpy_timedelta_scalar_indexing[start0-None-expected_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_numpy_timedelta_scalar_indexing[start1-stop1-expected_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_numpy_timedelta_scalar_indexing[None-stop2-expected_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_roundtrip_thru_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_loc_str_slicing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/test_timedelta.py::TestTimedeltaIndexing::test_loc_slicing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_getitem_with_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[left-increasing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[left-decreasing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[right-increasing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[right-decreasing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[both-increasing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[both-decreasing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[neither-increasing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_nonoverlapping_monotonic[neither-decreasing] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_non_matching PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_large_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_loc_getitem_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_loc_with_interval PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_loc_with_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_loc_with_slices PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_loc_with_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_non_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/interval/test_interval_new.py::TestIntervalIndex::test_non_unique_moar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_chaining_and_caching.py::test_detect_chained_assignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_chaining_and_caching.py::test_cache_updating PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_chaining_and_caching.py::test_indexer_caching PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_datetime.py::test_multiindex_period_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_multiindex[0-expected0-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_multiindex[0-expected0-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_multiindex[0-expected0-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_multiindex[1-expected1-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_multiindex[1-expected1-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_multiindex[1-expected1-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_duplicates_multiindex[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_duplicates_multiindex[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_returns_scalar[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_returns_scalar[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_indexing_errors[<lambda>-KeyError-^\\(2000, 3, 4\\)$0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_indexing_errors[<lambda>-KeyError-^\\(2000, 3, 4\\)$1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_indexing_errors[<lambda>-KeyError-^\\(2000, 3, 4\\)$2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_indexing_errors[<lambda>-IndexingError-Too many indexers] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_indexing_errors[<lambda>-IndexError-index out of bounds0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_indexing_errors[<lambda>-IndexError-index out of bounds1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_indexing_errors[<lambda>-IndexError-single positional indexer is out-of-bounds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem_corner_generator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_getitem_simple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_frame_getitem_simple_key_error[<lambda>-^\\('foo', 'four'\\)$] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_frame_getitem_simple_key_error[<lambda>-^'foobar'$] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_frame_getitem_multicolumn_empty_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_frame_getitem_toplevel[<lambda>-expected_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_frame_getitem_toplevel[<lambda>-expected_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_frame_getitem_toplevel[<lambda>-expected_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_frame_mixed_depth_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_frame_mi_access[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_frame_mi_access[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_frame_mi_access_returns_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_getitem.py::test_frame_mi_access_returns_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_iloc_returns_series[<lambda>-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_iloc_returns_series[<lambda>-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_iloc_returns_series[<lambda>-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_iloc_returns_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_iloc_returns_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_iloc_getitem_multiple_items PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_iloc_getitem_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_frame_getitem_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_frame_setitem_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_indexing_ambiguity_bug_1678 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_iloc_integer_locations PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_iloc_setitem_int_multiindex_series[data0-indexes0-values0-expected_k0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_iloc_setitem_int_multiindex_series[data1-indexes1-values1-expected_k1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_iloc_setitem_int_multiindex_series[data2-indexes2-values2-expected_k2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_iloc_setitem_int_multiindex_series[data3-indexes3-values3-expected_k3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_iloc.py::test_getitem_iloc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_indexing_slow.py::test_large_mi_dataframe_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_ix.py::TestMultiIndexIx::test_frame_setitem_ix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_ix.py::TestMultiIndexIx::test_ix_general PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_ix.py::TestMultiIndexIx::test_ix_multiindex_missing_label_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_ix.py::TestMultiIndexIx::test_series_ix_getitem_fancy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_multiindex_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_multiindex_ints PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_multiindex_missing_label_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_multiindex_list_missing_label[key0-pos0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_multiindex_list_missing_label[key1-pos1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_multiindex_list_missing_label[key2-pos2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_multiindex_too_many_dims_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_multiindex_indexer_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_multiindex_incomplete PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_get_loc_single_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_int_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[list-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[list-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[list-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[list-slice] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[list-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[list-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[list-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[tuple-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[tuple-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[tuple-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[tuple-slice] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[tuple-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[tuple-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[tuple-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[set-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[set-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[set-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[set-slice] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[set-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[set-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[set-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[slice-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[slice-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[slice-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[slice-slice] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[slice-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[slice-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[slice-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[ndarray-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[ndarray-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[ndarray-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[ndarray-slice] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[ndarray-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[ndarray-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[ndarray-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[Series-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[Series-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[Series-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[Series-slice] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[Series-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[Series-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[Series-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[Index-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[Index-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[Index-set] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[Index-slice] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[Index-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_nested_indexer[Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_getitem_duplicates_multiindex_missing_indexers[indexer0-pos0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_getitem_duplicates_multiindex_missing_indexers[indexer1-pos1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_getitem_duplicates_multiindex_missing_indexers[indexer2-pos2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_getitem_duplicates_multiindex_missing_indexers[indexer3-pos3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_getitem_duplicates_multiindex_missing_indexers[indexer4-pos4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_getitem_duplicates_multiindex_missing_indexers[indexer5-pos5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_getitem_duplicates_multiindex_missing_indexers[indexer6-pos6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_series_loc_getitem_fancy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_getitem_duplicates_multiindex_empty_indexer[columns_indexer0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_getitem_duplicates_multiindex_empty_indexer[columns_indexer1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_getitem_duplicates_multiindex_non_scalar_type_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_getitem_tuple_plus_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_getitem_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_getitem_int_raises_exception PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_getitem_lowerdim_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_loc.py::test_loc_setitem_single_column_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_multiindex.py::TestMultiIndexBasic::test_multiindex_perf_warn PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_multiindex.py::TestMultiIndexBasic::test_multiindex_contains_dropped PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_multiindex.py::TestMultiIndexBasic::test_multiindex_is_homogeneous_type[data0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_multiindex.py::TestMultiIndexBasic::test_multiindex_is_homogeneous_type[data1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_multiindex.py::TestMultiIndexBasic::test_multiindex_is_homogeneous_type[data2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_multiindex.py::TestMultiIndexBasic::test_indexing_over_hashtable_size_cutoff PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_multiindex.py::TestMultiIndexBasic::test_multi_nan_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_multiindex.py::TestMultiIndexBasic::test_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_partial.py::TestMultiIndexPartial::test_getitem_partial_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_partial.py::TestMultiIndexPartial::test_series_slice_partial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_partial.py::TestMultiIndexPartial::test_xs_partial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_partial.py::TestMultiIndexPartial::test_getitem_partial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_partial.py::TestMultiIndexPartial::test_fancy_slice_partial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_partial.py::TestMultiIndexPartial::test_getitem_partial_column_select PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_partial.py::TestMultiIndexPartial::test_partial_set PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_partial.py::TestMultiIndexPartial::test_partial_loc_missing SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_partial.py::TestMultiIndexPartial::test_setitem_multiple_partial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_partial.py::test_loc_getitem_partial_both_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_set_ops.py::TestMultiIndexSetOps::test_multiindex_symmetric_difference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_set_ops.py::TestMultiIndexSetOps::test_mixed_depth_insert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_set_ops.py::TestMultiIndexSetOps::test_dataframe_insert_column_all_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_setitem_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_multiindex_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_multiindex_assignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_series_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_frame_getitem_setitem_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_frame_getitem_setitem_multislice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_frame_setitem_multi_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_getitem_setitem_tuple_plus_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_getitem_setitem_slice_integers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_setitem_change_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_set_column_scalar_with_ix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_nonunique_assignment_1750 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_astype_assignment_with_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::test_frame_setitem_view_direct PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::test_frame_setitem_copy_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_setitem.py::test_frame_setitem_copy_no_write PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_multiindex_slicers_non_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_multiindex_slicers_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_multiindex_slicers_edges PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_doc_examples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_loc_axis_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_multiindex_label_slicing_with_negative_step PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_multiindex_slice_first_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_int_series_slicing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_non_reducing_slice_on_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_sorted.py::TestMultiIndexSorted::test_getitem_multilevel_index_tuple_not_sorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_sorted.py::TestMultiIndexSorted::test_getitem_slice_not_sorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_sorted.py::TestMultiIndexSorted::test_frame_getitem_not_sorted2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_sorted.py::TestMultiIndexSorted::test_frame_getitem_not_sorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_sorted.py::TestMultiIndexSorted::test_series_getitem_not_sorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_named_levels_axis_eq_1[a-lvl0-<lambda>-exp_index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_named_levels_axis_eq_1[foo-lvl1-<lambda>-exp_index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_loc_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_missing_values_in_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_with_duplicates[one-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_with_duplicates[key1-level1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_level_eq_2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_level_multiple[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_level_multiple[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_setting_with_copy_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_setting_with_copy_error_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_integer_key PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_level0[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_level0[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_level_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_level_series_ymd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_xs_level_series_slice_not_implemented PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_series_getitem_multiindex_xs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/indexing/multiindex/test_xs.py::test_series_getitem_multiindex_xs_by_label PASSED
> 
> ============= 1090 passed, 12 skipped, 10 xfailed in 36.18 seconds =============
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 118 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_mgr_locs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_attrs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_merge PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_reindex_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_reindex_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_insert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_delete PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlock::test_make_block_same_class PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestDatetimeBlock::test_try_coerce_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_attrs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_is_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_duplicate_ref_loc_failure PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_non_unique_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_categorical_block_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_set PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_set_change_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_set_change_dtype_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_sparse_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_as_array_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_as_array_int_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_as_array_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_as_array_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_convert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_non_unique_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_consolidate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_consolidate_ordering_issues PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_reindex_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_reindex_items PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_get_numeric_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_get_bool_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_unicode_repr_doesnt_raise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_missing_unicode_key PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_equals_block_order_different_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_single_mgr_ctor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockManager::test_validate_bool_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestIndexing::test_get_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestIndexing::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestIndexing::test_reindex_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestIndexing::test_reindex_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_slice_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_zero_step_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_unbounded_slice_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_not_slice_like_slices PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_array_to_slice_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_not_slice_like_arrays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_slice_iter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_slice_to_array_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_blockplacement_add PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestBlockPlacement::test_blockplacement_add_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-1-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-1.0-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-9223372036854775808-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-value3-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-9223372036854775808-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-True-bool] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-value6-<m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[add-value7-<M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-1-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-1.0-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-9223372036854775808-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-value3-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-9223372036854775808-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-True-bool] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-value6-<m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[sub-value7-<M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-1-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-1.0-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-9223372036854775808-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-value3-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-9223372036854775808-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-True-bool] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-value6-<m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mul-value7-<M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-1-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-1.0-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-9223372036854775808-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-value3-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-9223372036854775808-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-True-bool] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-value6-<m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[truediv-value7-<M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-1-i8] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-1.0-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-9223372036854775808-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-value3-complex128] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-9223372036854775808-complex128] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-True-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-value6-<m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[mod-value7-<M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-1-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-1.0-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-9223372036854775808-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-value3-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-9223372036854775808-complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-True-bool] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-value6-<m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::TestCanHoldElement::test_binop_other[pow-value7-<M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::test_holder[category-Categorical] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::test_holder[M8[ns]-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::test_holder[M8[ns, US/Central]-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::test_holder[m8[ns]-TimedeltaArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::test_holder[sparse-SparseArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::test_deprecated_fastpath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::test_validate_ndim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::test_block_shape PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/internals/test_internals.py::test_make_block_no_pandas_array PASSED
> 
> ==================== 110 passed, 8 skipped in 1.10 seconds =====================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 6971 items / 16 deselected / 4 skipped / 6951 selected
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::test_mock_clipboard PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame[delims] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame[utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame[utf16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame[string] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame[long] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame[nonascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame[colwidth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame[mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[delims-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[delims-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[delims-|] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[utf8-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[utf8-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[utf8-|] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[utf16-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[utf16-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[utf16-|] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[string-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[string-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[string-|] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[long-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[long-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[long-|] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[nonascii-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[nonascii-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[nonascii-|] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[colwidth-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[colwidth-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[colwidth-|] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[mixed-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[mixed-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[mixed-|] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[float-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[float-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[float-|] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[int-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[int-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_sep[int-|] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_string[delims] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_string[utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_string[utf16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_string[string] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_string[long] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_string[nonascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_string[colwidth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_string[mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_string[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_frame_string[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_excel_sep_warning[delims] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_excel_sep_warning[utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_excel_sep_warning[utf16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_excel_sep_warning[string] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_excel_sep_warning[long] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_excel_sep_warning[nonascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_excel_sep_warning[colwidth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_excel_sep_warning[mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_excel_sep_warning[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_excel_sep_warning[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_copy_delim_warning[delims] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_copy_delim_warning[utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_copy_delim_warning[utf16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_copy_delim_warning[string] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_copy_delim_warning[long] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_copy_delim_warning[nonascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_copy_delim_warning[colwidth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_copy_delim_warning[mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_copy_delim_warning[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_copy_delim_warning[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[delims-True-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[delims-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[delims-True-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[delims-None-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[delims-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[delims-None-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[delims-default-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[delims-default-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[delims-default-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf8-True-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf8-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf8-True-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf8-None-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf8-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf8-None-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf8-default-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf8-default-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf8-default-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf16-True-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf16-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf16-True-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf16-None-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf16-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf16-None-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf16-default-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf16-default-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[utf16-default-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[string-True-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[string-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[string-True-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[string-None-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[string-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[string-None-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[string-default-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[string-default-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[string-default-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[long-True-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[long-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[long-True-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[long-None-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[long-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[long-None-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[long-default-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[long-default-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[long-default-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[nonascii-True-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[nonascii-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[nonascii-True-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[nonascii-None-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[nonascii-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[nonascii-None-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[nonascii-default-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[nonascii-default-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[nonascii-default-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[colwidth-True-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[colwidth-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[colwidth-True-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[colwidth-None-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[colwidth-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[colwidth-None-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[colwidth-default-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[colwidth-default-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[colwidth-default-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[mixed-True-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[mixed-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[mixed-True-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[mixed-None-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[mixed-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[mixed-None-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[mixed-default-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[mixed-default-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[mixed-default-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[float-True-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[float-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[float-True-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[float-None-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[float-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[float-None-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[float-default-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[float-default-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[float-default-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[int-True-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[int-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[int-True-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[int-None-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[int-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[int-None-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[int-default-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[int-default-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_tabs_default[int-default-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[delims-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[delims-False-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[utf8-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[utf8-False-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[utf16-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[utf16-False-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[string-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[string-False-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[long-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[long-False-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[nonascii-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[nonascii-False-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[colwidth-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[colwidth-False-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[mixed-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[mixed-False-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[float-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[float-False-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[int-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_clipboard_copy_strings[int-False-default] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_read_clipboard_infer_excel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_invalid_encoding[delims] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_invalid_encoding[utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_invalid_encoding[utf16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_invalid_encoding[string] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_invalid_encoding[long] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_invalid_encoding[nonascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_invalid_encoding[colwidth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_invalid_encoding[mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_invalid_encoding[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_invalid_encoding[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[delims-UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[delims-utf-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[delims-utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[utf8-UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[utf8-utf-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[utf8-utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[utf16-UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[utf16-utf-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[utf16-utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[string-UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[string-utf-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[string-utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[long-UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[long-utf-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[long-utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[nonascii-UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[nonascii-utf-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[nonascii-utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[colwidth-UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[colwidth-utf-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[colwidth-utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[mixed-UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[mixed-utf-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[mixed-utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[float-UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[float-utf-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[float-utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[int-UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[int-utf-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::TestClipboard::test_round_trip_valid_encodings[int-utf8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::test_raw_roundtrip[\U0001f44d...] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::test_raw_roundtrip[\u03a9\u0153\u2211\xb4...] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_clipboard.py::test_raw_roundtrip[abcd...] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_expand_user PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_expand_user_normal_path PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_stringify_path_pathlib PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_stringify_path_localpath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_stringify_path_fspath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[str--None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[str-.gz-gzip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[str-.bz2-bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[str-.zip-zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[str-.xz-xz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[CustomFSPath--None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[CustomFSPath-.gz-gzip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[CustomFSPath-.bz2-bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[CustomFSPath-.zip-zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[CustomFSPath-.xz-xz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[Path--None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[Path-.gz-gzip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[Path-.bz2-bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[Path-.zip-zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[Path-.xz-xz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[LocalPath--None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[LocalPath-.gz-gzip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[LocalPath-.bz2-bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[LocalPath-.zip-zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_infer_compression_from_path[LocalPath-.xz-xz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_get_filepath_or_buffer_with_path PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_get_filepath_or_buffer_with_buffer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_csv-os-FileNotFoundError-csv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_fwf-os-FileNotFoundError-txt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_excel-xlrd-FileNotFoundError-xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_feather-pyarrow-Exception-feather] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_hdf-tables-FileNotFoundError-h5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_stata-os-FileNotFoundError-dta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_sas-os-FileNotFoundError-sas7bdat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_json-os-ValueError-json] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_msgpack-os-FileNotFoundError-mp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_non_existant[read_pickle-os-FileNotFoundError-pickle] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_expands_user_home_dir[read_csv-os-FileNotFoundError-csv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_expands_user_home_dir[read_table-os-FileNotFoundError-csv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_expands_user_home_dir[read_fwf-os-FileNotFoundError-txt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_expands_user_home_dir[read_excel-xlrd-FileNotFoundError-xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_expands_user_home_dir[read_feather-pyarrow-Exception-feather] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_expands_user_home_dir[read_hdf-tables-FileNotFoundError-h5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_expands_user_home_dir[read_stata-os-FileNotFoundError-dta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_expands_user_home_dir[read_sas-os-FileNotFoundError-sas7bdat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_expands_user_home_dir[read_json-os-ValueError-json] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_expands_user_home_dir[read_msgpack-os-FileNotFoundError-mp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_expands_user_home_dir[read_pickle-os-FileNotFoundError-pickle] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_csv-os-path0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_table-os-path1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_fwf-os-path2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_excel-xlrd-path3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_feather-pyarrow-path4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_hdf-tables-path5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_stata-os-path6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_sas-os-path7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_json-os-path8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_msgpack-os-path9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_read_fspath_all[read_pickle-os-path10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_csv-writer_kwargs0-os] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_excel-writer_kwargs1-xlwt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_feather-writer_kwargs2-pyarrow] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_html-writer_kwargs3-os] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_json-writer_kwargs4-os] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_latex-writer_kwargs5-os] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_msgpack-writer_kwargs6-os] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_pickle-writer_kwargs7-os] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all[to_stata-writer_kwargs8-os] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_hdf5 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestMMapWrapper::test_constructor_bad_file PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestMMapWrapper::test_get_attr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestMMapWrapper::test_next PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_common.py::TestMMapWrapper::test_unknown_engine PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[gzip-to_pickle-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[gzip-to_pickle-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[gzip-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[gzip-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[gzip-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[gzip-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[bz2-to_pickle-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[bz2-to_pickle-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[bz2-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[bz2-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[bz2-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[bz2-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[zip-to_pickle-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[zip-to_pickle-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[zip-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[zip-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[zip-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[zip-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[xz-to_pickle-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[xz-to_pickle-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[xz-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[xz-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[xz-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size[xz-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[gzip-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[gzip-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[gzip-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[gzip-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[bz2-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[bz2-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[bz2-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[bz2-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[zip-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[zip-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[zip-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[zip-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[xz-to_csv-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[xz-to_csv-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[xz-to_json-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_size_fh[xz-to_json-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_dataframe_compression_defaults_to_infer[gzip-to_csv-write_kwargs0-read_csv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_dataframe_compression_defaults_to_infer[gzip-to_json-write_kwargs1-read_json] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_dataframe_compression_defaults_to_infer[gzip-to_pickle-write_kwargs2-read_pickle] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_dataframe_compression_defaults_to_infer[bz2-to_csv-write_kwargs0-read_csv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_dataframe_compression_defaults_to_infer[bz2-to_json-write_kwargs1-read_json] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_dataframe_compression_defaults_to_infer[bz2-to_pickle-write_kwargs2-read_pickle] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_dataframe_compression_defaults_to_infer[zip-to_csv-write_kwargs0-read_csv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_dataframe_compression_defaults_to_infer[zip-to_json-write_kwargs1-read_json] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_dataframe_compression_defaults_to_infer[zip-to_pickle-write_kwargs2-read_pickle] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_dataframe_compression_defaults_to_infer[xz-to_csv-write_kwargs0-read_csv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_dataframe_compression_defaults_to_infer[xz-to_json-write_kwargs1-read_json] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_dataframe_compression_defaults_to_infer[xz-to_pickle-write_kwargs2-read_pickle] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_series_compression_defaults_to_infer[gzip-to_csv-write_kwargs0-read_csv-read_kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_series_compression_defaults_to_infer[gzip-to_json-write_kwargs1-read_json-read_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_series_compression_defaults_to_infer[gzip-to_pickle-write_kwargs2-read_pickle-read_kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_series_compression_defaults_to_infer[bz2-to_csv-write_kwargs0-read_csv-read_kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_series_compression_defaults_to_infer[bz2-to_json-write_kwargs1-read_json-read_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_series_compression_defaults_to_infer[bz2-to_pickle-write_kwargs2-read_pickle-read_kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_series_compression_defaults_to_infer[zip-to_csv-write_kwargs0-read_csv-read_kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_series_compression_defaults_to_infer[zip-to_json-write_kwargs1-read_json-read_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_series_compression_defaults_to_infer[zip-to_pickle-write_kwargs2-read_pickle-read_kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_series_compression_defaults_to_infer[xz-to_csv-write_kwargs0-read_csv-read_kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_series_compression_defaults_to_infer[xz-to_json-write_kwargs1-read_json-read_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_series_compression_defaults_to_infer[xz-to_pickle-write_kwargs2-read_pickle-read_kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_warning[gzip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_warning[bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_warning[zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_compression_warning[xz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_with_missing_lzma /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/__init__.py:85: UserWarning: Could not import the lzma module. Your installed Python is incomplete. Attempting to use lzma compression will result in a RuntimeError.
>   warnings.warn(msg)
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/__init__.py:85: UserWarning: Could not import the lzma module. Your installed Python is incomplete. Attempting to use lzma compression will result in a RuntimeError.
>   warnings.warn(msg)
> PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_compression.py::test_with_missing_lzma_runtime /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/__init__.py:85: UserWarning: Could not import the lzma module. Your installed Python is incomplete. Attempting to use lzma compression will result in a RuntimeError.
>   warnings.warn(msg)
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/compat/__init__.py:85: UserWarning: Could not import the lzma module. Your installed Python is incomplete. Attempting to use lzma compression will result in a RuntimeError.
>   warnings.warn(msg)
> PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_date_converters.py::test_parse_date_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_date_converters.py::test_parse_date_fields PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_date_converters.py::test_parse_all_fields PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_gcs.py::test_is_gcs_url PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_gcs.py::test_read_csv_gcs SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_gcs.py::test_to_csv_gcs SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_gcs.py::test_gcs_get_filepath_or_buffer SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_gcs.py::test_gcs_not_present_exception PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::test_bs4_version_fails PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::test_invalid_flavor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::test_same_ordering PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_to_html_compat[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist_url[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_url[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_no_match[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist_no_match[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_header[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_int[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_xrange[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_list[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_set[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice_short[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice_long[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_ndarray[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_invalid[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_index[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_index_no_types[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_index_with_types[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_infer_types[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_string_io[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_string[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_file_like[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_bad_url_protocol[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_invalid_url[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_file_url[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_invalid_table_attrs[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_index[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows_tuples[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index_skiprows[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_regex_idempotency[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_negative_skiprows[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_matches[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_python_docs_table[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_thousands_macau_stats[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_thousands_macau_index_col[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_empty_tables[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_tbody[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_one_column[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_thead_without_tr[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_tfoot_read[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_header_of_non_string_column[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_nyse_wsj_commas_table[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist_header[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_gold_canyon[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_different_number_of_cols[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_colspan_rowspan_1[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_colspan_rowspan_copy_values[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_colspan_rowspan_both_not_1[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_rowspan_at_end_of_row[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_rowspan_only_rows[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_inferred_from_rows_with_only_th[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_dates_list[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_dates_combine[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_computer_sales_page[bs4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_wikipedia_states_table[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parser_error_on_empty_header_row[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_decimal_rows[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_bool_header_arg[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_converters[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_na_values[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_keep_default_na[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_preserve_empty_rows[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_ignore_empty_rows_when_inferring_header[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_header_rows[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_works_on_valid_markup[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_fallback_success[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_to_html_timestamp[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_displayed_only[True-exp00-None-bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-16.html-bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_failure_unseekable[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_failure_rewinds[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_importcheck_thread_safety[bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_to_html_compat[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist_url[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_url[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_no_match[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist_no_match[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_spam_header[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_int[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_xrange[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_list[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_set[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice_short[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_slice_long[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_ndarray[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_skiprows_invalid[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_index[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_index_no_types[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_index_with_types[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_infer_types[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_string_io[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_string[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_file_like[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_bad_url_protocol[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_invalid_url[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_file_url[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_invalid_table_attrs[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_index[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows_tuples[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index_skiprows[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_regex_idempotency[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_negative_skiprows[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_matches[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_python_docs_table[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_thousands_macau_stats[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_thousands_macau_index_col[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_empty_tables[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_tbody[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_and_one_column[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_thead_without_tr[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_tfoot_read[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_header_of_non_string_column[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_nyse_wsj_commas_table[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_banklist_header[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_gold_canyon[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_different_number_of_cols[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_colspan_rowspan_1[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_colspan_rowspan_copy_values[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_colspan_rowspan_both_not_1[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_rowspan_at_end_of_row[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_rowspan_only_rows[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_header_inferred_from_rows_with_only_th[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_dates_list[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_dates_combine[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_computer_sales_page[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_wikipedia_states_table[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parser_error_on_empty_header_row[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_decimal_rows[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_bool_header_arg[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_converters[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_na_values[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_keep_default_na[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_preserve_empty_rows[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_ignore_empty_rows_when_inferring_header[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_multiple_header_rows[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_works_on_valid_markup[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_fallback_success[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_to_html_timestamp[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_displayed_only[True-exp00-None-lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-16.html-lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_failure_unseekable[lxml] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_parse_failure_rewinds[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_importcheck_thread_safety[lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_displayed_only[False-exp01-exp11-bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-32.html-bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_displayed_only[False-exp01-exp11-lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-32.html-lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-8.html-bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[chinese_utf-8.html-lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[letz_latin1.html-bs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_html.py::TestReadHtml::test_encode[letz_latin1.html-lxml] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestAPI::test_string_io PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestAPI::test_path_pathlib PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestAPI::test_path_localpath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestAPI::test_iterator_with_string_io PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestAPI::test_invalid_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_numpy_scalar_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_numpy_scalar_complex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_scalar_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_scalar_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_scalar_complex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_list_numpy_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_list_numpy_float_complex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_list_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_list_float_complex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_dict_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_dict_complex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_dict_numpy_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_dict_numpy_complex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_numpy_array_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_numpy_array_complex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNumpy::test_list_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestBasic::test_timestamp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestBasic::test_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestBasic::test_datetimes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestBasic::test_timedeltas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestBasic::test_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestBasic::test_intervals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestIndex::test_basic_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestIndex::test_multi_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestIndex::test_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestSeries::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestCategorical::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNDFrame::test_basic_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNDFrame::test_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNDFrame::test_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNDFrame::tests_datetimeindex_freq_issue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestNDFrame::test_dataframe_duplicate_column_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestSparse::test_sparse_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestSparse::test_sparse_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_plain PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_compression_zlib PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_compression_blosc SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_compression_warns_when_decompress_caches_zlib PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_compression_warns_when_decompress_caches_blosc SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_small_strings_no_warn_zlib PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_small_strings_no_warn_blosc SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_readonly_axis_blosc SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_readonly_axis_zlib PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_readonly_axis_blosc_to_sql SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestCompression::test_readonly_axis_zlib_to_sql PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestEncoding::test_utf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestEncoding::test_default_encoding PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestMsgpack::test_msgpacks_legacy[legacy_packer0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_packers.py::TestMsgpack::test_msgpack_period_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::test_invalid_engine PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::test_options_py SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::test_options_fp SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::test_options_auto SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::test_options_get_engine SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::test_cross_engine_pa_fp SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::test_cross_engine_fp_pa SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_error[fastparquet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_error[pyarrow] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_columns_dtypes[fastparquet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_columns_dtypes[pyarrow] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_columns_dtypes_invalid[fastparquet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_columns_dtypes_invalid[pyarrow] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[fastparquet-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[fastparquet-gzip] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[fastparquet-snappy] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[fastparquet-brotli] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[pyarrow-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[pyarrow-gzip] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[pyarrow-snappy] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_compression[pyarrow-brotli] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_read_columns[fastparquet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_read_columns[pyarrow] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_write_index[fastparquet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_write_index[pyarrow] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_write_multiindex SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_write_column_multiindex[fastparquet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_write_column_multiindex[pyarrow] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_multiindex_with_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_write_ignoring_index[fastparquet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestBasic::test_write_ignoring_index[pyarrow] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_basic SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_basic_subset_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_duplicate_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_unsupported SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_categorical SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_s3_roundtrip SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_partition_cols_supported SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetPyArrow::test_empty_dataframe SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_basic SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_duplicate_columns SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_bool_with_none SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_unsupported SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_categorical SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_filter_row_groups SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_s3_roundtrip SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_partition_cols_supported SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_partition_on_supported SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_error_on_using_partition_cols_and_partition_on SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_parquet.py::TestParquetFastParquet::test_empty_dataframe SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::test_pickles[legacy_pickle0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::test_round_trip_current PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::test_pickle_v0_14_1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::test_pickle_v0_15_2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::test_pickle_path_pathlib PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::test_pickle_path_localpath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit[gzip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit[bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit[zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit[xz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit_bad[] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit_bad[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit_bad[bad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_explicit_bad[7z] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_infer[] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_infer[.gz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_infer[.bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_infer[.no_compress] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_write_infer[.xz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_explicit[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_explicit[gzip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_explicit[bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_explicit[zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_explicit[xz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_infer[] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_infer[.gz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_infer[.bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_infer[.zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_infer[.no_compress] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestCompression::test_read_infer[.xz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestProtocol::test_read[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestProtocol::test_read[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestProtocol::test_read[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_pickle.py::TestProtocol::test_read[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_s3.py::TestS3URL::test_is_s3_url PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_s3.py::test_streaming_s3_objects SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_read_sql_iris[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_read_sql_view[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_to_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_to_sql_fail[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_to_sql_replace[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_to_sql_append[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_to_sql_type_mapping[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_to_sql_series[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_roundtrip[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_roundtrip_chunksize[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_execute_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_date_parsing[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_date_and_index[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_timedelta[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_complex_raises[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_to_sql_index_label[load_iris_data0-None-None-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_to_sql_index_label[load_iris_data0-None-other_label-other_label] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_to_sql_index_label[load_iris_data0-index_name-None-index_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_to_sql_index_label[load_iris_data0-index_name-other_label-other_label] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_to_sql_index_label[load_iris_data0-0-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_to_sql_index_label[load_iris_data0-None-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_to_sql_index_label_multiindex[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_multiindex_roundtrip[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_integer_col_names[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_get_schema[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_get_schema_dtypes[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_get_schema_keys[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_chunksize_read[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_categorical[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_unicode_column_name[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_escaped_table_name[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_read_table_columns[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_read_table_index_col[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_read_sql_delegate[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_not_reflect_all_tables[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_warning_case_insensitive_table_name[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_sqlalchemy_type_mapping[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_database_uri_string[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_query_by_text_obj[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApi::test_query_by_select_obj[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_read_sql_iris[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_read_sql_view[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_to_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_to_sql_fail[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_to_sql_replace[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_to_sql_append[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_to_sql_type_mapping[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_to_sql_series[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_roundtrip[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_roundtrip_chunksize[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_execute_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_date_parsing[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_date_and_index[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_timedelta[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_complex_raises[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_to_sql_index_label[load_iris_data0-None-None-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_to_sql_index_label[load_iris_data0-None-other_label-other_label] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_to_sql_index_label[load_iris_data0-index_name-None-index_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_to_sql_index_label[load_iris_data0-index_name-other_label-other_label] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_to_sql_index_label[load_iris_data0-0-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_to_sql_index_label[load_iris_data0-None-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_to_sql_index_label_multiindex[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_multiindex_roundtrip[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_integer_col_names[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_get_schema[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_get_schema_dtypes[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_get_schema_keys[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_chunksize_read[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_categorical[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_unicode_column_name[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_escaped_table_name[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_read_table_columns[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_read_table_index_col[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_read_sql_delegate[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_not_reflect_all_tables[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_warning_case_insensitive_table_name[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_sqlalchemy_type_mapping[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_database_uri_string[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_query_by_text_obj[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLApiConn::test_query_by_select_obj[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_read_sql_iris[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_read_sql_view[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_to_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_to_sql_fail[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_to_sql_replace[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_to_sql_append[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_to_sql_type_mapping[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_to_sql_series[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_roundtrip[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_roundtrip_chunksize[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_execute_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_date_parsing[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_date_and_index[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_timedelta[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_complex_raises[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_to_sql_index_label[load_iris_data0-None-None-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_to_sql_index_label[load_iris_data0-None-other_label-other_label] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_to_sql_index_label[load_iris_data0-index_name-None-index_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_to_sql_index_label[load_iris_data0-index_name-other_label-other_label] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_to_sql_index_label[load_iris_data0-0-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_to_sql_index_label[load_iris_data0-None-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_to_sql_index_label_multiindex[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_multiindex_roundtrip[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_integer_col_names[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_get_schema[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_get_schema_dtypes[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_get_schema_keys[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_chunksize_read[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_categorical[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_unicode_column_name[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_escaped_table_name[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_sql_open_close[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_con_string_import_error[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_read_sql_delegate[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_safe_names_warning[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_get_schema2[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallbackApi::test_sqlite_type_mapping[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_read_sql[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_read_sql_parameter[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_read_sql_named_parameter[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_to_sql[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_to_sql_empty[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_to_sql_fail[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_to_sql_replace[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_to_sql_append[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_to_sql_method_multi[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_to_sql_method_callable[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_create_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_drop_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_roundtrip[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_execute_sql[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_read_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_read_table_columns[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_read_table_absent_raises[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_bigint[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_default_date_load[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_datetime_with_timezone[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_datetime_with_timezone_roundtrip[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_naive_datetimeindex_roundtrip[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_date_parsing[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_datetime[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_datetime_NaT[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_datetime_date[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_datetime_time[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_mixed_dtype_insert[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_nan_numeric[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_nan_fullcolumn[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_nan_string[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_to_sql_save_index[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_transactions[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_get_schema_create_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_dtype[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_notna_dtype[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_double_precision[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_connectable_issue_example[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_temporary_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_default_type_conversion[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemy::test_read_procedure[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_read_sql[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_read_sql_parameter[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_read_sql_named_parameter[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_to_sql[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_to_sql_empty[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_to_sql_fail[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_to_sql_replace[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_to_sql_append[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_to_sql_method_multi[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_to_sql_method_callable[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_create_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_drop_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_roundtrip[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_execute_sql[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_read_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_read_table_columns[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_read_table_absent_raises[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_bigint[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_default_date_load[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_datetime_with_timezone[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_datetime_with_timezone_roundtrip[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_naive_datetimeindex_roundtrip[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_date_parsing[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_datetime[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_datetime_NaT[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_datetime_date[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_datetime_time[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_mixed_dtype_insert[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_nan_numeric[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_nan_fullcolumn[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_nan_string[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_to_sql_save_index[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_get_schema_create_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_dtype[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_notna_dtype[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_double_precision[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_connectable_issue_example[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_temporary_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_transactions[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_default_type_conversion[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestMySQLAlchemyConn::test_read_procedure[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_read_sql[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_read_sql_parameter[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_read_sql_named_parameter[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_to_sql[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_to_sql_empty[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_to_sql_fail[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_to_sql_replace[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_to_sql_append[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_to_sql_method_multi[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_to_sql_method_callable[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_create_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_drop_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_roundtrip[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_execute_sql[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_read_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_read_table_columns[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_read_table_absent_raises[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_default_type_conversion[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_bigint[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_default_date_load[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_datetime_with_timezone[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_datetime_with_timezone_roundtrip[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_naive_datetimeindex_roundtrip[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_date_parsing[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_datetime[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_datetime_NaT[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_datetime_date[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_datetime_time[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_mixed_dtype_insert[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_nan_numeric[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_nan_fullcolumn[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_nan_string[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_to_sql_save_index[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_transactions[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_get_schema_create_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_dtype[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_notna_dtype[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_double_precision[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_connectable_issue_example[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_temporary_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_schema_support[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemy::test_copy_from_callable_insertion_method[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_read_sql[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_read_sql_parameter[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_read_sql_named_parameter[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_to_sql[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_to_sql_empty[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_to_sql_fail[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_to_sql_replace[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_to_sql_append[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_to_sql_method_multi[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_to_sql_method_callable[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_create_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_drop_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_roundtrip[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_execute_sql[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_read_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_read_table_columns[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_read_table_absent_raises[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_default_type_conversion[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_bigint[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_default_date_load[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_datetime_with_timezone[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_datetime_with_timezone_roundtrip[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_naive_datetimeindex_roundtrip[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_date_parsing[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_datetime[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_datetime_NaT[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_datetime_date[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_datetime_time[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_mixed_dtype_insert[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_nan_numeric[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_nan_fullcolumn[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_nan_string[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_to_sql_save_index[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_get_schema_create_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_dtype[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_notna_dtype[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_double_precision[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_connectable_issue_example[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_temporary_table[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_transactions[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_schema_support[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestPostgreSQLAlchemyConn::test_copy_from_callable_insertion_method[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_read_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_read_sql_parameter[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_read_sql_named_parameter[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_to_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_to_sql_empty[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_to_sql_fail[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_to_sql_replace[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_to_sql_append[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_to_sql_method_multi[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_to_sql_method_callable[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_create_table[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_drop_table[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_roundtrip[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_execute_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_read_table[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_read_table_columns[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_read_table_absent_raises[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_bigint[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_datetime_with_timezone[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_datetime_with_timezone_roundtrip[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_naive_datetimeindex_roundtrip[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_date_parsing[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_datetime[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_datetime_NaT[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_datetime_date[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_datetime_time[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_mixed_dtype_insert[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_nan_numeric[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_nan_fullcolumn[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_nan_string[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_to_sql_save_index[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_transactions[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_get_schema_create_table[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_dtype[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_notna_dtype[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_double_precision[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_connectable_issue_example[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_temporary_table[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_default_type_conversion[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_default_date_load[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemy::test_bigint_warning[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_read_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_read_sql_parameter[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_read_sql_named_parameter[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_to_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_to_sql_empty[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_to_sql_fail[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_to_sql_replace[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_to_sql_append[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_to_sql_method_multi[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_to_sql_method_callable[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_create_table[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_drop_table[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_roundtrip[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_execute_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_read_table[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_read_table_columns[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_read_table_absent_raises[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_bigint[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_datetime_with_timezone[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_datetime_with_timezone_roundtrip[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_naive_datetimeindex_roundtrip[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_date_parsing[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_datetime[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_datetime_NaT[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_datetime_date[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_datetime_time[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_mixed_dtype_insert[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_nan_numeric[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_nan_fullcolumn[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_nan_string[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_to_sql_save_index[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_get_schema_create_table[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_dtype[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_notna_dtype[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_double_precision[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_connectable_issue_example[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_temporary_table[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_transactions[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_default_type_conversion[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_default_date_load[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteAlchemyConn::test_bigint_warning[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_read_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_read_sql_parameter[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_read_sql_named_parameter[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_to_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_to_sql_empty[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_to_sql_fail[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_to_sql_replace[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_to_sql_append[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_create_and_drop_table[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_roundtrip[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_execute_sql[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_datetime_date[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_datetime_time[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_to_sql_save_index[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_transactions[load_iris_data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_dtype[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_notna_dtype[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestSQLiteFallback::test_illegal_names[load_iris_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXSQLite::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXSQLite::test_write_row_by_row PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXSQLite::test_execute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXSQLite::test_schema PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXSQLite::test_execute_fail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXSQLite::test_execute_closed_connection PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXSQLite::test_na_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXSQLite::test_keyword_as_column_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXSQLite::test_onecolumn_of_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXSQLite::test_if_exists PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXMySQL::test_basic SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXMySQL::test_write_row_by_row SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXMySQL::test_chunksize_read_type SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXMySQL::test_execute SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXMySQL::test_schema SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXMySQL::test_execute_fail SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXMySQL::test_execute_closed_connection SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXMySQL::test_na_roundtrip SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXMySQL::test_keyword_as_column_names SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_sql.py::TestXMySQL::test_if_exists SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_empty_dta[114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_empty_dta[117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_data_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta1[dta1_114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta1[dta1_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta3[dta3_113] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta3[dta3_114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta3[dta3_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta3[dta3_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta4[dta4_113] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta4[dta4_114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta4[dta4_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta4[dta4_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta12 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_dta18 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta5 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_dta6 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta10[114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta10[117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_stata_doc_examples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_preserves_original PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_encoding[114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_encoding[117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta11 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta12[114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta12[117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_dta13 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_113-114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_113-117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_114-114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_114-117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_115-114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_115-117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_117-114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta14[dta14_117-117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta15[dta15_113] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta15[dta15_114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta15[dta15_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_write_reread_dta15[dta15_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_timestamp_and_label[114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_timestamp_and_label[117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_timestamp[114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_timestamp[117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_numeric_column_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_nan_to_missing_value[114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_nan_to_missing_value[117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_no_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_string_no_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_large_value_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_dates_invalid_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_105 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_value_labels_old_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_export_formats PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_missing_strings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_bool_uint[>-114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_bool_uint[>-117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_bool_uint[<-114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_bool_uint[<-117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_variable_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_minimal_size_col PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_excessively_long_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_missing_value_generator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_missing_value_conversion[dta17_113] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_missing_value_conversion[dta17_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_missing_value_conversion[dta17_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_big_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_dtype_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_drop_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_writing[114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_writing[117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_warnings_and_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_with_stata_missing_values[114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_with_stata_missing_values[117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_order[dta19_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_order[dta19_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_sorting[dta20_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_sorting[dta20_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_ordering[dta19_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_categorical_ordering[dta19_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta1_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta2_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta3_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta4_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta14_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta15_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta16_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta17_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta18_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta19_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-1-dta20_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta1_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta2_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta3_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta4_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta14_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta15_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta16_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta17_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta18_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta19_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-False-2-dta20_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta1_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta2_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta3_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta4_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta14_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta15_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta16_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta17_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta18_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta19_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-1-dta20_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta1_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta2_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta3_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta4_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta14_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta15_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta16_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta17_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta18_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta19_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[False-True-2-dta20_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta1_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta2_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta3_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta4_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta14_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta15_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta16_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta17_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta18_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta19_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-1-dta20_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta1_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta2_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta3_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta4_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta14_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta15_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta16_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta17_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta18_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta19_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-False-2-dta20_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta1_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta2_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta3_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta4_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta14_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta15_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta16_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta17_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta18_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta19_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-1-dta20_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta1_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta2_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta3_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta4_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta14_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta15_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta16_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta17_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta18_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta19_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_117[True-True-2-dta20_117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta2_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta3_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta4_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta14_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta15_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta16_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta17_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta18_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta19_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-1-dta20_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta2_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta3_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta4_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta14_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta15_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta16_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta17_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta18_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta19_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-False-2-dta20_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta2_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta3_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta4_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta14_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta15_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta16_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta17_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta18_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta19_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-1-dta20_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta2_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta3_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta4_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta14_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta15_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta16_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta17_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta18_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta19_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[False-True-2-dta20_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta2_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta3_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta4_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta14_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta15_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta16_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta17_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta18_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta19_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-1-dta20_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta2_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta3_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta4_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta14_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta15_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta16_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta17_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta18_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta19_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-False-2-dta20_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta2_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta3_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta4_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta14_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta15_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta16_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta17_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta18_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta19_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-1-dta20_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta2_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta3_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta4_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta14_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta15_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta16_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta17_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta18_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta19_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_115[True-True-2-dta20_115] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_read_chunks_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_variable_labels[114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_variable_labels[117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_variable_labels[114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_variable_labels[117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_write_variable_label_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_default_date_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_unsupported_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_unsupported_datetype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_repeated_column_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_stata_111 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_out_of_range_double PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_out_of_range_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_path_pathlib PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_pickle_path_localpath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_value_labels_iterator[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_value_labels_iterator[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_set_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[qtr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[half] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_date_parsing_ignores_format_details[yr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_writer_117 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_convert_strl_name_swap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_date_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_nonfile_writing[114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_nonfile_writing[117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_gzip_writing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_unicode_dta_118 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_mixed_string_strl PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_all_none_exception[114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_all_none_exception[117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_file_not_written[114] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_invalid_file_not_written[117] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_strl_latin1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/test_stata.py::TestStata::test_encoding_latin1_118 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_openpyxl.py::test_to_excel_styleconverter[.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_openpyxl.py::test_write_cells_merge_styled[.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_openpyxl.py::test_write_append_mode[w-expected0-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_openpyxl.py::test_write_append_mode[a-expected1-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_int[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_list[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_str[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-xlrd-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-xlrd-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-xlrd-usecols2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-xlrd-usecols3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-xlrd-usecols4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-xlrd-usecols5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-openpyxl-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-openpyxl-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-openpyxl-usecols2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-openpyxl-usecols3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-openpyxl-usecols4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-openpyxl-usecols5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-None-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-None-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-None-usecols2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-None-usecols3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-None-usecols4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-None-usecols5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-odf-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-odf-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-odf-usecols2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-odf-usecols3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-odf-usecols4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xls-odf-usecols5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-xlrd-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-xlrd-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-xlrd-usecols2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-xlrd-usecols3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-xlrd-usecols4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-xlrd-usecols5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-openpyxl-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-openpyxl-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-openpyxl-usecols2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-openpyxl-usecols3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-openpyxl-usecols4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-openpyxl-usecols5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-None-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-None-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-None-usecols2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-None-usecols3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-None-usecols4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-None-usecols5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-odf-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-odf-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-odf-usecols2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-odf-usecols3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-odf-usecols4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsx-odf-usecols5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-xlrd-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-xlrd-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-xlrd-usecols2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-xlrd-usecols3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-xlrd-usecols4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-xlrd-usecols5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-openpyxl-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-openpyxl-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-openpyxl-usecols2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-openpyxl-usecols3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-openpyxl-usecols4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-openpyxl-usecols5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-None-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-None-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-None-usecols2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-None-usecols3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-None-usecols4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-None-usecols5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-odf-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-odf-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-odf-usecols2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-odf-usecols3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-odf-usecols4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.xlsm-odf-usecols5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-xlrd-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-xlrd-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-xlrd-usecols2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-xlrd-usecols3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-xlrd-usecols4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-xlrd-usecols5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-openpyxl-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-openpyxl-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-openpyxl-usecols2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-openpyxl-usecols3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-openpyxl-usecols4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-openpyxl-usecols5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-None-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-None-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-None-usecols2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-None-usecols3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-None-usecols4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-None-usecols5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-odf-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-odf-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-odf-usecols2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-odf-usecols3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-odf-usecols4] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_int_columns_order[.ods-odf-usecols5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xls-xlrd-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xls-xlrd-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xls-openpyxl-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xls-openpyxl-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xls-None-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xls-None-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xls-odf-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xls-odf-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsx-xlrd-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsx-xlrd-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsx-openpyxl-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsx-openpyxl-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsx-None-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsx-None-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsx-odf-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsx-odf-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsm-xlrd-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsm-xlrd-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsm-openpyxl-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsm-openpyxl-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsm-None-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsm-None-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsm-odf-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.xlsm-odf-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.ods-xlrd-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.ods-xlrd-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.ods-openpyxl-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.ods-openpyxl-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.ods-None-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.ods-None-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.ods-odf-usecols0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_diff_positional_str_columns_order[.ods-odf-usecols1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_without_slicing[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_excel_range_str_invalid[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_label_error[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_empty[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xls-xlrd-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xls-xlrd-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xls-openpyxl-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xls-openpyxl-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xls-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xls-None-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xls-odf-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xls-odf-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsx-xlrd-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsx-xlrd-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsx-openpyxl-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsx-openpyxl-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsx-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsx-None-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsx-odf-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsx-odf-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsm-xlrd-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsm-xlrd-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsm-openpyxl-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsm-openpyxl-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsm-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsm-None-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsm-odf-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.xlsm-odf-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.ods-xlrd-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.ods-xlrd-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.ods-openpyxl-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.ods-openpyxl-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.ods-None-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.ods-None-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.ods-odf-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_index_col_with_unnamed[.ods-odf-2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_pass_non_existent_column[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_usecols_wrong_type[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_stop_iterator[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_cell_error_na[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_table[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_special_dtypes[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_converters[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xls-xlrd-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xls-xlrd-dtype1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xls-openpyxl-None-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xls-openpyxl-dtype1-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xls-None-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xls-None-dtype1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xls-odf-None-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xls-odf-dtype1-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsx-xlrd-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsx-xlrd-dtype1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsx-openpyxl-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsx-openpyxl-dtype1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsx-None-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsx-None-dtype1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsx-odf-None-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsx-odf-dtype1-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsm-xlrd-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsm-xlrd-dtype1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsm-openpyxl-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsm-openpyxl-dtype1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsm-None-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsm-None-dtype1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsm-odf-None-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.xlsm-odf-dtype1-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.ods-xlrd-None-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.ods-xlrd-dtype1-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.ods-openpyxl-None-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.ods-openpyxl-dtype1-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.ods-None-None-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.ods-None-dtype1-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.ods-odf-None-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_dtype_str[.ods-odf-dtype1-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_multiple_specific_sheets[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reading_all_sheets_with_blank[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_blank_with_header[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.xlsx-openpyxl] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.xlsm-openpyxl] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_date_conversion_overflow[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_sheet_name[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_read_buffer[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_bad_engine_raises[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.xls-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.xls-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.xlsx-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.xlsx-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.xlsx-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.xlsm-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.xlsm-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.xlsm-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_http_url[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.xls-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.xls-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.xlsx-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.xlsx-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.xlsx-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.xlsm-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.xlsm-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.xlsm-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_s3_url[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_file_url[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_pathlib_path[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_from_py_localpath[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_reader_seconds[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_multiindex_header_only[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_excel_old_index_format[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_bool_header_arg[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_chunksize[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_skiprows_list[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_greater_than_nrows_in_file[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_nrows_non_integer_parameter[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestReaders::test_read_excel_squeeze[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_passes_na[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xls-xlrd-sheet] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xls-xlrd-sheetname] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xls-xlrd-parse_cols] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xls-openpyxl-sheet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xls-openpyxl-sheetname] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xls-openpyxl-parse_cols] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xls-None-sheet] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xls-None-sheetname] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xls-None-parse_cols] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xls-odf-sheet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xls-odf-sheetname] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xls-odf-parse_cols] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsx-xlrd-sheet] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsx-xlrd-sheetname] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsx-xlrd-parse_cols] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsx-openpyxl-sheet] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsx-openpyxl-sheetname] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsx-openpyxl-parse_cols] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsx-None-sheet] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsx-None-sheetname] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsx-None-parse_cols] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsx-odf-sheet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsx-odf-sheetname] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsx-odf-parse_cols] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsm-xlrd-sheet] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsm-xlrd-sheetname] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsm-xlrd-parse_cols] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsm-openpyxl-sheet] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsm-openpyxl-sheetname] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsm-openpyxl-parse_cols] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsm-None-sheet] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsm-None-sheetname] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsm-None-parse_cols] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsm-odf-sheet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsm-odf-sheetname] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.xlsm-odf-parse_cols] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.ods-xlrd-sheet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.ods-xlrd-sheetname] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.ods-xlrd-parse_cols] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.ods-openpyxl-sheet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.ods-openpyxl-sheetname] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.ods-openpyxl-parse_cols] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.ods-None-sheet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.ods-None-sheetname] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.ods-None-parse_cols] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.ods-odf-sheet] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.ods-odf-sheetname] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_unexpected_kwargs_raises[.ods-odf-parse_cols] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_table_sheet_by_index[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_sheet_name[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[xlrd-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[xlrd-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[xlrd-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[xlrd-.ods] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[openpyxl-.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[openpyxl-.ods] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[None-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[None-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[None-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[None-.ods] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[odf-.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[odf-.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[odf-.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_excel_read_buffer[odf-.ods] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[xlrd-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[xlrd-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[xlrd-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[xlrd-.ods] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[openpyxl-.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[openpyxl-.ods] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[None-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[None-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[None-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[None-.ods] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[odf-.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[odf-.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[odf-.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_reader_closes_file[odf-.ods] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.xls-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.xls-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.xls-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.xls-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.xlsx-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.xlsx-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.xlsx-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.xlsx-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.xlsm-xlrd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.xlsm-openpyxl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.xlsm-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.xlsm-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.ods-xlrd] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.ods-openpyxl] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.ods-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_readers.py::TestExcelFileRead::test_conflicting_excel_engines[.ods-odf] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_style.py::test_styler_to_excel[xlwt] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_style.py::test_styler_to_excel[xlsxwriter] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_style.py::test_styler_to_excel[openpyxl] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_one_empty_col_no_header[None-expected0-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_one_empty_col_no_header[None-expected0-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_one_empty_col_no_header[None-expected0-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_one_empty_col_no_header[0-expected1-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_one_empty_col_no_header[0-expected1-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_one_empty_col_no_header[0-expected1-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_one_empty_col_with_header[None-expected0-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_one_empty_col_with_header[None-expected0-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_one_empty_col_with_header[None-expected0-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_one_empty_col_with_header[0-expected1-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_one_empty_col_with_header[0-expected1-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_one_empty_col_with_header[0-expected1-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_set_column_names_in_parameter[.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_set_column_names_in_parameter[.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_set_column_names_in_parameter[.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_creating_and_reading_multiple_sheets[.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_creating_and_reading_multiple_sheets[.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_creating_and_reading_multiple_sheets[.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_excel_multiindex_empty_level[.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_excel_multiindex_empty_level[.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_excel_multiindex_empty_level[.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-1-True-True-.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-1-True-True-.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-1-True-True-.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-1-True-False-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-1-True-False-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-1-True-False-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-1-False-True-.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-1-False-True-.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-1-False-True-.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-1-False-False-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-1-False-False-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-1-False-False-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-3-True-True-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-3-True-True-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-3-True-True-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-3-True-False-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-3-True-False-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-3-True-False-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-3-False-True-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-3-False-True-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-3-False-True-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-3-False-False-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-3-False-False-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[1-3-False-False-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-1-True-True-.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-1-True-True-.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-1-True-True-.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-1-True-False-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-1-True-False-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-1-True-False-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-1-False-True-.xls] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-1-False-True-.xlsx] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-1-False-True-.xlsm] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-1-False-False-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-1-False-False-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-1-False-False-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-3-True-True-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-3-True-True-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-3-True-True-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-3-True-False-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-3-True-False-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-3-True-False-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-3-False-True-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-3-False-True-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-3-False-True-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-3-False-False-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-3-False-False-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_excel_multindex_roundtrip[3-3-False-False-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_excel_parse_dates[.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_excel_parse_dates[.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestRoundTrip::test_read_excel_parse_dates[.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_sheet_size[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_sheet_size[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_sheet_size[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_sheet_size[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_sheet_by_name_raise[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_sheet_by_name_raise[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_sheet_by_name_raise[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_sheet_by_name_raise[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_writer_context_manager[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_writer_context_manager[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_writer_context_manager[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_writer_context_manager[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_roundtrip[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_roundtrip[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_roundtrip[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_roundtrip[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_mixed[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_mixed[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_mixed[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_mixed[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_ts_frame[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_ts_frame[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_ts_frame[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_ts_frame[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_basics_with_nan[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_basics_with_nan[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_basics_with_nan[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_basics_with_nan[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int8-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int8-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int8-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int8-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int16-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int16-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int16-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int16-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int32-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int32-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int32-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int32-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int64-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int64-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int64-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_int_types[int64-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_float_types[float16-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_float_types[float16-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_float_types[float16-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_float_types[float16-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_float_types[float32-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_float_types[float32-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_float_types[float32-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_float_types[float32-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_float_types[float64-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_float_types[float64-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_float_types[float64-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_float_types[float64-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_bool_types[bool_0-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_bool_types[bool_0-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_bool_types[bool_0-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_bool_types[bool_0-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_bool_types[bool_1-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_bool_types[bool_1-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_bool_types[bool_1-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_bool_types[bool_1-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_inf_roundtrip[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_inf_roundtrip[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_inf_roundtrip[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_inf_roundtrip[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_sheets[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_sheets[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_sheets[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_sheets[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_colaliases[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_colaliases[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_colaliases[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_colaliases[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_roundtrip_indexlabels[True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_roundtrip_indexlabels[True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_roundtrip_indexlabels[True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_roundtrip_indexlabels[True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_roundtrip_indexlabels[False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_roundtrip_indexlabels[False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_roundtrip_indexlabels[False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_roundtrip_indexlabels[False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_indexname[True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_indexname[True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_indexname[True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_indexname[True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_indexname[False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_indexname[False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_indexname[False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_indexname[False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_datetime[True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_datetime[True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_datetime[True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_datetime[True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_datetime[False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_datetime[False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_datetime[False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_roundtrip_datetime[False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_date_datetime_format[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_date_datetime_format[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_date_datetime_format[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_date_datetime_format[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_interval_no_labels[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_interval_no_labels[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_interval_no_labels[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_interval_no_labels[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_interval_labels[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_interval_labels[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_interval_labels[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_interval_labels[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_timedelta[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_timedelta[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_timedelta[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_timedelta[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_periodindex[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_periodindex[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_periodindex[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_periodindex[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex[True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex[True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex[True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex[True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex[False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex[False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex[False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex[False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_nan_label[True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_nan_label[True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_nan_label[True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_nan_label[True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_nan_label[False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_nan_label[False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_nan_label[False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_nan_label[False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_cols[True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_cols[True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_cols[True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_cols[True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_cols[False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_cols[False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_cols[False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_cols[False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_dates[True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_dates[True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_dates[True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_dates[True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_dates[False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_dates[False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_dates[False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_dates[False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_multiindex_no_write_index[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_float_format[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_float_format[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_float_format[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_float_format[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_output_encoding[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_output_encoding[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_output_encoding[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_output_encoding[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_unicode_filename[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_unicode_filename[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_unicode_filename[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_to_excel_unicode_filename[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-1-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-1-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-1-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-1-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-1-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-1-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-1-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-1-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-2-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-2-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-2-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-2-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-2-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-2-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-2-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-2-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-3-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-3-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-3-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-3-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-3-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-3-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-3-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-1-3-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-1-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-1-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-1-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-1-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-1-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-1-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-1-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-1-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-2-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-2-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-2-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-2-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-2-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-2-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-2-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-2-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-3-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-3-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-3-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-3-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-3-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-3-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-3-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-2-3-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-1-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-1-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-1-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-1-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-1-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-1-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-1-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-1-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-2-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-2-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-2-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-2-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-2-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-2-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-2-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-2-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-3-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-3-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-3-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-3-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-3-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-3-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-3-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[True-3-3-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-1-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-1-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-1-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-1-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-1-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-1-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-1-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-1-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-2-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-2-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-2-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-2-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-2-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-2-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-2-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-2-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-3-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-3-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-3-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-3-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-3-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-3-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-3-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-1-3-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-1-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-1-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-1-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-1-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-1-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-1-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-1-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-1-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-2-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-2-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-2-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-2-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-2-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-2-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-2-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-2-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-3-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-3-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-3-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-3-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-3-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-3-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-3-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-2-3-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-1-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-1-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-1-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-1-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-1-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-1-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-1-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-1-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-2-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-2-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-2-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-2-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-2-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-2-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-2-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-2-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-3-True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-3-True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-3-True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-3-True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-3-False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-3-False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-3-False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_excel_010_hemstring[False-3-3-False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_duplicated_columns[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_duplicated_columns[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_duplicated_columns[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_duplicated_columns[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_swapped_columns[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_swapped_columns[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_swapped_columns[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_swapped_columns[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_invalid_columns[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_invalid_columns[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_invalid_columns[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_invalid_columns[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_arg[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_arg[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_arg[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_arg[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_default[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_default[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_default[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_default[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_used[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_used[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_used[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_used[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_empty_line[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_empty_line[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_empty_line[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_comment_empty_line[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_datetimes[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_datetimes[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_datetimes[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_datetimes[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_bytes_io[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_bytes_io[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_bytes_io[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_bytes_io[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_write_lists_dict[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_write_lists_dict[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_write_lists_dict[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_write_lists_dict[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_true_and_false_value_options[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_true_and_false_value_options[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_true_and_false_value_options[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_true_and_false_value_options[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_freeze_panes[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_freeze_panes[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_freeze_panes[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_freeze_panes[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_path_path_lib[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_path_path_lib[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_path_path_lib[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_path_path_lib[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_path_local_path[openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_path_local_path[openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_path_local_path[xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_path_local_path[xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_merged_cell_custom_objects[True-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_merged_cell_custom_objects[True-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_merged_cell_custom_objects[True-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_merged_cell_custom_objects[True-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_merged_cell_custom_objects[False-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_merged_cell_custom_objects[False-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_merged_cell_custom_objects[False-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_merged_cell_custom_objects[False-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['UTC'-None-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['UTC'-None-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['UTC'-None-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['UTC'-None-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['UTC'-object-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['UTC'-object-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['UTC'-object-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['UTC'-object-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['US/Eastern'-None-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['US/Eastern'-None-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['US/Eastern'-None-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['US/Eastern'-None-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['US/Eastern'-object-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['US/Eastern'-object-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['US/Eastern'-object-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['US/Eastern'-object-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['Asia/Tokyo'-None-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['Asia/Tokyo'-None-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['Asia/Tokyo'-None-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['Asia/Tokyo'-None-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['Asia/Tokyo'-object-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['Asia/Tokyo'-object-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['Asia/Tokyo'-object-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['Asia/Tokyo'-object-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/US/Pacific'-None-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/US/Pacific'-None-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/US/Pacific'-None-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/US/Pacific'-None-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/US/Pacific'-object-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/US/Pacific'-object-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/US/Pacific'-object-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/US/Pacific'-object-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/Asia/Singapore'-None-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/Asia/Singapore'-None-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/Asia/Singapore'-None-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/Asia/Singapore'-None-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/Asia/Singapore'-object-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/Asia/Singapore'-object-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/Asia/Singapore'-object-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones['dateutil/Asia/Singapore'-object-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzutc()-None-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzutc()-None-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzutc()-None-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzutc()-None-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzutc()-object-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzutc()-object-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzutc()-object-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzutc()-object-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzlocal()-None-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzlocal()-None-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzlocal()-None-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzlocal()-None-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzlocal()-object-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzlocal()-object-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzlocal()-object-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[tzlocal()-object-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(300)-None-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(300)-None-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(300)-None-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(300)-None-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(300)-object-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(300)-object-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(300)-object-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(300)-object-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[<UTC>-None-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[<UTC>-None-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[<UTC>-None-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[<UTC>-None-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[<UTC>-object-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[<UTC>-object-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[<UTC>-object-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[<UTC>-object-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(-300)-None-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(-300)-None-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(-300)-None-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(-300)-None-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(-300)-object-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(-300)-object-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(-300)-object-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[pytz.FixedOffset(-300)-object-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone.utc-None-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone.utc-None-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone.utc-None-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone.utc-None-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone.utc-object-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone.utc-object-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone.utc-object-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone.utc-object-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(seconds=3600))-None-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(seconds=3600))-None-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(seconds=3600))-None-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(seconds=3600))-None-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(seconds=3600))-object-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(seconds=3600))-object-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(seconds=3600))-object-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(seconds=3600))-object-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-None-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-None-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-None-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-None-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-object-openpyxl-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-object-openpyxl-.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-object-xlwt-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriter::test_raise_when_saving_timezones[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-object-xlsxwriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriterEngineTests::test_ExcelWriter_dispatch[_XlsxWriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriterEngineTests::test_ExcelWriter_dispatch[_OpenpyxlWriter-.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriterEngineTests::test_ExcelWriter_dispatch[_XlwtWriter-.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriterEngineTests::test_ExcelWriter_dispatch_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestExcelWriterEngineTests::test_register_writer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestFSPath::test_excelfile_fspath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_writers.py::TestFSPath::test_excelwriter_fspath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlrd.py::test_read_xlrd_book[.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlrd.py::test_read_xlrd_book[.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlrd.py::test_read_xlrd_book[.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlrd.py::test_read_xlrd_book[.ods] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlrd.py::test_excel_table_sheet_by_index[.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlrd.py::test_excel_table_sheet_by_index[.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlrd.py::test_excel_table_sheet_by_index[.xlsm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlrd.py::test_excel_table_sheet_by_index[.ods] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlsxwriter.py::test_column_format[.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlsxwriter.py::test_write_append_mode_raises[.xlsx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlwt.py::test_excel_raise_error_on_multiindex_columns_and_no_index[.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlwt.py::test_excel_multiindex_columns_and_index_true[.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlwt.py::test_excel_multiindex_index[.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlwt.py::test_to_excel_styleconverter[.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/excel/test_xlwt.py::test_write_append_mode_raises[.xls] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_console.py::test_detect_console_encoding_from_stdout_stdin[stdin-stdout] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_console.py::test_detect_console_encoding_from_stdout_stdin[stdout-stdin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_console.py::test_detect_console_encoding_fallback_to_locale[AttributeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_console.py::test_detect_console_encoding_fallback_to_locale[OSError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_console.py::test_detect_console_encoding_fallback_to_locale[ascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_console.py::test_detect_console_encoding_fallback_to_default[ascii-ascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_console.py::test_detect_console_encoding_fallback_to_default[ascii-Exception] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_console.py::test_detect_console_encoding_fallback_to_default[AttributeError-ascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_console.py::test_detect_console_encoding_fallback_to_default[AttributeError-Exception] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_console.py::test_detect_console_encoding_fallback_to_default[OSError-ascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_console.py::test_detect_console_encoding_fallback_to_default[OSError-Exception] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_normalisation[whitespace-hello: world; foo: bar- \t hello \t :\n  world \n  ;  \n foo: \tbar\n\n] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_normalisation[case-hello: world; foo: bar-Hello: WORLD; foO: bar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_normalisation[empty-decl-hello: world; foo: bar-; hello: world;; foo: bar;\n; ;] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_normalisation[empty-list--;] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[hello-world-] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[border-style: solid; hello-world-border-style: solid] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[border-style: solid; hello-world; font-weight: bold-border-style: solid; font-weight: bold] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[font-size: blah-font-size: 1em] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[font-size: 1a2b-font-size: 1em] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[font-size: 1e5pt-font-size: 1em] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[font-size: 1+6pt-font-size: 1em] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[font-size: 1unknownunit-font-size: 1em] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[font-size: 10-font-size: 1em] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_parse_invalid[font-size: 10 pt-font-size: 1em] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_side_shorthands[margin-expansions0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_side_shorthands[padding-expansions1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_side_shorthands[border-width-expansions2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_side_shorthands[border-color-expansions3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_side_shorthands[border-style-expansions4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_precedence[margin: 1px; margin: 2px--margin: 2px] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_precedence[margin: 1px-margin: 2px-margin: 1px] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_precedence[margin: 1px; margin: inherit-margin: 2px-margin: 2px] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_precedence[margin: 1px; margin-top: 2px--margin-left: 1px; margin-right: 1px; margin-bottom: 1px; margin-top: 2px] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_precedence[margin-top: 2px-margin: 1px-margin: 1px; margin-top: 2px] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_precedence[margin: 1px-margin-top: 2px-margin: 1px] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_precedence[margin: 1px; margin-top: inherit-margin: 2px-margin: 1px; margin-top: 2px] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_none_absent[margin: 1px; margin-top: inherit-margin-bottom: 1px; margin-right: 1px; margin-left: 1px] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_none_absent[margin-top: inherit-] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_none_absent[margin-top: initial-] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-xx-small-6pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-x-small-7.500000pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-small-9.600000pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-medium-12pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-large-13.500000pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-x-large-18pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-xx-large-24pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-8px-6pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-1.25pc-15pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-.25in-18pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-02.54cm-72pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-25.4mm-72pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-101.6q-72pt0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[None-101.6q-72pt1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-xx-small-6pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-x-small-7.500000pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-small-9.600000pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-medium-12pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-large-13.500000pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-x-large-18pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-xx-large-24pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-8px-6pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-1.25pc-15pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-.25in-18pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-02.54cm-72pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-25.4mm-72pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-101.6q-72pt0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_absolute_font_size[16pt-101.6q-72pt1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1em-None-12pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1.0em-None-12pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1.25em-None-15pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1em-16pt-16pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1.0em-16pt-16pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1.25em-16pt-20pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1rem-16pt-12pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1.0rem-16pt-12pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[1.25rem-16pt-15pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[100%-None-12pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[125%-None-15pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[100%-16pt-16pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[125%-16pt-20pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[2ex-None-12pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[2.0ex-None-12pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[2.50ex-None-15pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[inherit-16pt-16pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[smaller-None-10pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[smaller-18pt-15pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[larger-None-14.400000pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_css.py::test_css_relative_font_size[larger-15pt-18pt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_eng_formatting.py::TestEngFormatter::test_eng_float_formatter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_eng_formatting.py::TestEngFormatter::test_exponents_with_eng_prefix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_eng_formatting.py::TestEngFormatter::test_exponents_without_eng_prefix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_eng_formatting.py::TestEngFormatter::test_rounding PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_eng_formatting.py::TestEngFormatter::test_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_eng_formatting.py::TestEngFormatter::test_inf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_embedded_ndarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_eng_float_formatter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_show_null_counts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_truncation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_chop_threshold PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_chop_threshold_column_below PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_obeys_max_seq_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_set PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_is_valid_construction_code PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_should_return_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_no_backslash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_expand_frame_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_non_interactive PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_truncates_terminal_size PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_truncates_terminal_size_full PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_truncation_column_size PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_max_columns_max_rows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_min_rows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_str_max_colwidth PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_auto_detect PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_repr_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_unicode_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_utf8_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_unicode_two PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_unicode_three PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_with_formatters PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_with_datetime64_monthformatter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_with_datetime64_hourformatter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_with_formatters_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_east_asian_unicode_false PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_east_asian_unicode_true PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_buffer_all_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_with_col_space PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_truncate_indices PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_truncate_multilevel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_truncate_with_different_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_datetimelike_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.999999999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.99999999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.9999999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.999999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.99999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.9999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_nonunicode_nonascii_alignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_unicode_problem_decoding_as_ascii PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_string_repr_encoding PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_frame_info_encoding PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_wide_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_wide_repr_wide_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_wide_repr_named PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_wide_repr_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_wide_repr_multiindex_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_wide_repr_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_wide_repr_wide_long_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_long_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_index_with_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_no_header PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_specified_header PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_no_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_line_width_no_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_float_formatting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_float_format_no_fixed_width PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_small_float_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_float_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_complex_float_formatting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_ascii_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_int_formatting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_index_formatter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_left_justify_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_format_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_format_inf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_decimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_to_string_line_width PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_show_dimensions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html_mathjax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html_wide PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html_wide_multiindex_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html_long PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html_long_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_repr_html_long_and_wide PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_info_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_info_repr_max_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_info_repr_html PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_fake_qtconsole_repr_html PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_pprint_pathological_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_float_trim_zeros PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_dict_entries PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_repr_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_freq_name_separation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_float_na_spacing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_without_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_unicode_name_in_footer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_east_asian_unicode_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_float_trim_zeros PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.999999999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.99999999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.9999999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.999999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.99999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_datetimeindex_highprecision[2017-01-01 23:59:59.9999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_mixed_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_max_multi_index_display PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_consistent_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_format_explicit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_ncols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_max_rows_eq_one PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_truncate_ndots PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_show_dimensions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_repr_min_rows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_na_rep PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_float_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_header PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestSeriesFormatting::test_to_string_multindex_header PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestFloatArrayFormatter::test_misc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestFloatArrayFormatter::test_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestFloatArrayFormatter::test_output_significant_digits PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestFloatArrayFormatter::test_too_long PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestRepr_timedelta64::test_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestRepr_timedelta64::test_sub_day PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestRepr_timedelta64::test_long PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestRepr_timedelta64::test_all PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestTimedelta64Formatter::test_days PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestTimedelta64Formatter::test_days_neg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestTimedelta64Formatter::test_subdays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestTimedelta64Formatter::test_subdays_neg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestTimedelta64Formatter::test_zero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetime64Formatter::test_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetime64Formatter::test_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetime64Formatter::test_date_nanos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetime64Formatter::test_dates_display PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetime64Formatter::test_datetime64formatter_yearmonth PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetime64Formatter::test_datetime64formatter_hoursecond PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestNaTFormatting::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestNaTFormatting::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetimeIndexFormat::test_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetimeIndexFormat::test_date PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetimeIndexFormat::test_date_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetimeIndexFormat::test_date_explicit_date_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetimeIndexUnicode::test_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestDatetimeIndexUnicode::test_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestStringRepTimestamp::test_no_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestStringRepTimestamp::test_tz_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestStringRepTimestamp::test_tz_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::TestStringRepTimestamp::test_nat_representations PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::test_format_percentiles PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::test_format_percentiles_integer_idx PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_format.py::test_repr_html_ipython_config 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>'
> PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::test_adjoin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::test_repr_binary_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::TestFormattBase::test_adjoin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::TestFormattBase::test_adjoin_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::TestFormattBase::test_justify PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::TestFormattBase::test_east_asian_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::TestFormattBase::test_ambiguous_width PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::TestTableSchemaRepr::test_publishes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::TestTableSchemaRepr::test_publishes_not_implemented PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::TestTableSchemaRepr::test_config_on PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::TestTableSchemaRepr::test_config_default_off PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_printing.py::TestTableSchemaRepr::test_enable_data_resource_formatter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_init_non_pandas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_init_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_repr_html_ok PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_repr_html_mathjax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_update_ctx PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_update_ctx_flatten_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_update_ctx_flatten_multi_traliing_semi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_deepcopy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_clear PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_render PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_render_empty_dfs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_render_double PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_set_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_set_properties_subset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_empty_index_name_doesnt_display PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_index_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_multiindex_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_numeric_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_apply_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_apply_subset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_applymap_subset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_applymap_subset_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_where_with_one_style PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_where_subset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_where_subset_compare_with_applymap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_left PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_left_0points PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_mid_pos_and_neg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_mid_all_pos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_mid_all_neg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_zero_pos_and_neg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_left_axis_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_zero_axis_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_mid_axis_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_mid_vmin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_mid_vmax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_mid_vmin_vmax_wide PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_mid_vmin_vmax_clipping PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_mid_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_align_zero_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bar_bad_align_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_highlight_null PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_nonunique_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_caption PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_uuid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_unique_id PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_table_styles PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_table_attributes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_precision PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_apply_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_trim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_highlight_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_export PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_display_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_display_format_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_display_subset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_display_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_bad_apply_shape PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_apply_bad_return PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_apply_bad_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_get_level_lengths PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_get_level_lengths_un_sorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_mi_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_mi_sparse_disabled PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_mi_sparse_index_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_mi_sparse_column_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_hide_single_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_hide_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_hide_columns_single_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_hide_columns_mult_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStyler::test_pipe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStylerMatplotlibDep::test_background_gradient PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStylerMatplotlibDep::test_text_color_threshold[None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStylerMatplotlibDep::test_text_color_threshold[YlOrRd-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStylerMatplotlibDep::test_text_color_threshold_raises[1.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStylerMatplotlibDep::test_text_color_threshold_raises[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStylerMatplotlibDep::test_text_color_threshold_raises[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStylerMatplotlibDep::test_text_color_threshold_raises[text_color_threshold3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::TestStylerMatplotlibDep::test_background_gradient_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::test_block_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_style.py::test_from_custom_template PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_with_single_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_defualt_encoding PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_quotechar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_doublequote PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_escapechar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_csv_to_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_decimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_float_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_na_rep PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_date_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_multi_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_single_level_multi_index[DataFrame-ind0-x,data\n1.0,1\n] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_single_level_multi_index[DataFrame-ind1-x,y,data\n1.0,2.0,1\n] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_single_level_multi_index[Series-ind0-x,data\n1.0,1\n] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_single_level_multi_index[Series-ind1-x,y,data\n1.0,2.0,1\n] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_string_array_ascii PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_string_array_utf8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_string_with_lf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_string_with_crlf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_stdout_file PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_write_to_open_file PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_write_to_open_file_with_newline_py3 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[gzip-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[gzip-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[gzip-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[gzip-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[bz2-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[bz2-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[bz2-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[bz2-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[zip-True-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[zip-True-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[zip-False-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[zip-False-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[xz-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[xz-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[xz-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_csv.py::TestToCSV::test_to_csv_compression[xz-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: foo,bar-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: "foo bar",baz-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: foo,\nbar-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: foo, bar,    baz-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: bar, foo-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: 'foo bar', baz-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: 'foo \\'bar', baz-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: "foo \\"bar", baz-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: "foo ,bar", baz-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: serif-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: Serif-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: roman, serif-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: roman, sans-serif-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: roman, sans serif-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: roman, sansserif-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: roman, cursive-expected15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-family: roman, fantasy-expected16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: 1em-expected17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: xx-small-expected18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: x-small-expected19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: small-expected20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: medium-expected21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: large-expected22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: x-large-expected23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: xx-large-expected24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-size: 50%-expected25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: 100-expected26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: 200-expected27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: 300-expected28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: 400-expected29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: normal-expected30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: lighter-expected31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: bold-expected32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: bolder-expected33] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: 700-expected34] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: 800-expected35] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-weight: 900-expected36] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-style: italic-expected37] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[font-style: oblique-expected38] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-decoration: underline-expected39] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-decoration: overline-expected40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-decoration: none-expected41] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-decoration: line-through-expected42] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-decoration: underline line-through-expected43] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-decoration: underline; text-decoration: line-through-expected44] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[color: red-expected45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[color: #ff0000-expected46] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[color: #f0a-expected47] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-shadow: none-expected48] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-shadow: 0px -0em 0px #CCC-expected49] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-shadow: 0px -0em 0px #999-expected50] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-shadow: 0px -0em 0px-expected51] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-shadow: 2px -0em 0px #CCC-expected52] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-shadow: 0px -2em 0px #CCC-expected53] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-shadow: 0px -0em 2px #CCC-expected54] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-shadow: 0px -0em 2px-expected55] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-shadow: 0px -2em-expected56] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[background-color: red-expected57] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[background-color: #ff0000-expected58] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[background-color: #f0a-expected59] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-style: solid-expected60] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-style: solid; border-width: thin-expected61] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: solid; border-top-width: thin-expected62] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: solid; border-top-width: 1pt-expected63] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: solid-expected64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: solid; border-top-width: medium-expected65] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: solid; border-top-width: 2pt-expected66] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: solid; border-top-width: thick-expected67] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: solid; border-top-width: 4pt-expected68] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: dotted-expected69] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: dotted; border-top-width: thin-expected70] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: dashed-expected71] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: dashed; border-top-width: thin-expected72] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: double-expected73] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-style: solid; border-color: #0000ff-expected74] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: double; border-top-color: blue-expected75] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[border-top-style: solid; border-top-color: #06c-expected76] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-align: center-expected77] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-align: left-expected78] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-align: right-expected79] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[text-align: justify-expected80] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[vertical-align: top-expected81] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[vertical-align: text-top-expected82] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[vertical-align: middle-expected83] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[vertical-align: bottom-expected84] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[vertical-align: text-bottom-expected85] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[white-space: nowrap-expected86] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[white-space: pre-expected87] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[white-space: pre-line-expected88] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[white-space: normal-expected89] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel[number-format: 0%-expected90] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_inherited[font-weight: bold--expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_inherited[-font-weight: bold-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_inherited[font-weight: bold-font-style: italic-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_inherited[font-style: normal-font-style: italic-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_inherited[font-style: inherit--expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_inherited[font-style: normal; font-style: inherit-font-style: italic-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[maroon-800000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[brown-A52A2A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[red-FF0000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[pink-FFC0CB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[orange-FFA500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[yellow-FFFF00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[olive-808000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[green-008000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[purple-800080] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[fuchsia-FF00FF] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[lime-00FF00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[teal-008080] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[aqua-00FFFF] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[blue-0000FF] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[navy-000080] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[black-000000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[gray-808080] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[grey-808080] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[silver-C0C0C0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[white-FFFFFF] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#800000-800000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#A52A2A-A52A2A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#FF0000-FF0000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#FFC0CB-FFC0CB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#FFA500-FFA500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#FFFF00-FFFF00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#808000-808000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#008000-008000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#800080-800080] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#FF00FF-FF00FF] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#00FF00-00FF00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#008080-008080] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#00FFFF-00FFFF] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#0000FF-0000FF] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#000080-000080] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#000000-000000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#808080-8080800] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#808080-8080801] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#C0C0C0-C0C0C0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#FFFFFF-FFFFFF] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#F0F-FF00FF] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_good_colors[#ABC-AABBCC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_bad_colors[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_excel.py::test_css_to_excel_bad_colors[not-a-color] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_with_col_space[30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_with_col_space[50] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_with_empty_string_label PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_unicode[df0-unicode_1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_unicode[df1-unicode_2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_decimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_escaped[kwargs0-<type 'str'>-escaped] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_escaped[kwargs1-<b>bold</b>-escape_disabled] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_multiindex_index_false[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_multiindex_index_false[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_multiindex_sparsify[False-multiindex_sparsify_false_multi_sparse_1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_multiindex_sparsify[False-multiindex_sparsify_false_multi_sparse_2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_multiindex_sparsify[True-multiindex_sparsify_1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_multiindex_sparsify[True-multiindex_sparsify_2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_multiindex_odd_even_truncate[60-gh14882_expected_output_1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_multiindex_odd_even_truncate[56-gh14882_expected_output_2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_formatters[df0-formatters0-index_formatter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_formatters[df1-formatters1-datetime64_monthformatter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_formatters[df2-formatters2-datetime64_hourformatter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_regression_GH6098 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_truncate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_truncate_multi_index[True-truncate_multi_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_truncate_multi_index[False-truncate_multi_index_sparse_off] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_border[None-<lambda>-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_border[None-<lambda>-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_border[0-<lambda>-00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_border[0-<lambda>-01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html[mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_empty_dataframe[empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_filename[mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_filename[empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_with_no_bold PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_columns_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_multiindex[columns0-left-multiindex_1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_multiindex[columns1-right-multiindex_2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_justify[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_justify[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_justify[center] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_justify[justify] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_justify[justify-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_justify[start] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_justify[end] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_justify[inherit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_justify[match-parent] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_justify[initial] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_justify[unset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_invalid_justify[super-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_invalid_justify[small-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_invalid_justify[noinherit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_invalid_justify[tiny] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_invalid_justify[pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_with_classes[sortable draggable] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_with_classes[classes1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_no_index_max_rows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_multiindex_max_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_multi_indexes_index_false PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index0-unnamed_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index0-unnamed_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index0-unnamed_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index0-unnamed_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index0-unnamed_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index0-unnamed_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index0-unnamed_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index0-unnamed_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index1-named_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index1-named_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index1-named_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index1-named_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index1-named_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index1-named_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index1-named_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index1-named_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index2-unnamed_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index2-unnamed_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index2-unnamed_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index2-unnamed_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index2-unnamed_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index2-unnamed_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index2-unnamed_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index2-unnamed_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index3-named_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index3-named_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index3-named_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index3-named_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index3-named_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index3-named_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index3-named_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index0-unnamed_standard-column_index3-named_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index0-unnamed_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index0-unnamed_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index0-unnamed_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index0-unnamed_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index0-unnamed_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index0-unnamed_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index0-unnamed_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index0-unnamed_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index1-named_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index1-named_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index1-named_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index1-named_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index1-named_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index1-named_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index1-named_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index1-named_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index2-unnamed_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index2-unnamed_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index2-unnamed_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index2-unnamed_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index2-unnamed_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index2-unnamed_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index2-unnamed_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index2-unnamed_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index3-named_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index3-named_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index3-named_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index3-named_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index3-named_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index3-named_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index3-named_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index1-named_standard-column_index3-named_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index0-unnamed_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index0-unnamed_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index0-unnamed_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index0-unnamed_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index0-unnamed_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index0-unnamed_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index0-unnamed_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index0-unnamed_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index1-named_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index1-named_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index1-named_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index1-named_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index1-named_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index1-named_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index1-named_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index1-named_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index2-unnamed_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index2-unnamed_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index2-unnamed_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index2-unnamed_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index2-unnamed_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index2-unnamed_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index2-unnamed_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index2-unnamed_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index3-named_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index3-named_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index3-named_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index3-named_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index3-named_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index3-named_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index3-named_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index2-unnamed_multi-column_index3-named_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index0-unnamed_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index0-unnamed_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index0-unnamed_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index0-unnamed_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index0-unnamed_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index0-unnamed_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index0-unnamed_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index0-unnamed_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index1-named_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index1-named_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index1-named_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index1-named_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index1-named_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index1-named_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index1-named_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index1-named_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index2-unnamed_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index2-unnamed_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index2-unnamed_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index2-unnamed_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index2-unnamed_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index2-unnamed_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index2-unnamed_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index2-unnamed_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index3-named_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index3-named_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index3-named_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index3-named_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index3-named_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index3-named_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index3-named_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_basic_alignment[row_index3-named_multi-column_index3-named_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index0-unnamed_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index0-unnamed_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index0-unnamed_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index0-unnamed_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index0-unnamed_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index0-unnamed_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index0-unnamed_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index0-unnamed_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index1-named_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index1-named_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index1-named_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index1-named_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index1-named_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index1-named_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index1-named_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index1-named_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index2-unnamed_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index2-unnamed_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index2-unnamed_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index2-unnamed_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index2-unnamed_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index2-unnamed_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index2-unnamed_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index2-unnamed_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index3-named_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index3-named_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index3-named_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index3-named_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index3-named_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index3-named_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index3-named_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index0-unnamed_standard-column_index3-named_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index0-unnamed_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index0-unnamed_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index0-unnamed_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index0-unnamed_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index0-unnamed_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index0-unnamed_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index0-unnamed_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index0-unnamed_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index1-named_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index1-named_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index1-named_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index1-named_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index1-named_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index1-named_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index1-named_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index1-named_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index2-unnamed_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index2-unnamed_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index2-unnamed_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index2-unnamed_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index2-unnamed_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index2-unnamed_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index2-unnamed_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index2-unnamed_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index3-named_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index3-named_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index3-named_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index3-named_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index3-named_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index3-named_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index3-named_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index1-named_standard-column_index3-named_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index0-unnamed_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index0-unnamed_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index0-unnamed_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index0-unnamed_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index0-unnamed_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index0-unnamed_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index0-unnamed_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index0-unnamed_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index1-named_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index1-named_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index1-named_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index1-named_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index1-named_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index1-named_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index1-named_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index1-named_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index2-unnamed_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index2-unnamed_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index2-unnamed_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index2-unnamed_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index2-unnamed_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index2-unnamed_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index2-unnamed_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index2-unnamed_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index3-named_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index3-named_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index3-named_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index3-named_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index3-named_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index3-named_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index3-named_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index2-unnamed_multi-column_index3-named_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index0-unnamed_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index0-unnamed_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index0-unnamed_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index0-unnamed_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index0-unnamed_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index0-unnamed_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index0-unnamed_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index0-unnamed_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index1-named_standard-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index1-named_standard-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index1-named_standard-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index1-named_standard-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index1-named_standard-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index1-named_standard-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index1-named_standard-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index1-named_standard-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index2-unnamed_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index2-unnamed_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index2-unnamed_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index2-unnamed_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index2-unnamed_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index2-unnamed_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index2-unnamed_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index2-unnamed_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index3-named_multi-True-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index3-named_multi-True-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index3-named_multi-True-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index3-named_multi-True-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index3-named_multi-False-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index3-named_multi-False-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index3-named_multi-False-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_alignment_with_truncation[row_index3-named_multi-column_index3-named_multi-False-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_truncation_index_false_max_rows[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_truncation_index_false_max_rows[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_truncation_index_false_max_cols[False-gh22783_expected_output-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_truncation_index_false_max_cols[False-gh22783_expected_output-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_truncation_index_false_max_cols[True-gh22783_named_columns_index-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_truncation_index_false_max_cols[True-gh22783_named_columns_index-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_notebook_has_style[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_notebook_has_style[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_with_index_names_false PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_with_id PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_float_format_no_fixed_width[0.19999-%.3f-gh21625_expected_output] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_float_format_no_fixed_width[100.0-%.0f-gh22270_expected_output] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_render_links[True-render_links_true] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_render_links[False-render_links_false] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_ignore_display_max_colwidth[10-to_html-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_ignore_display_max_colwidth[10-_repr_html_-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_ignore_display_max_colwidth[20-to_html-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_ignore_display_max_colwidth[20-_repr_html_-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_ignore_display_max_colwidth[50-to_html-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_ignore_display_max_colwidth[50-_repr_html_-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_ignore_display_max_colwidth[100-to_html-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_ignore_display_max_colwidth[100-_repr_html_-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_invalid_classes_type[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_invalid_classes_type[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_round_column_headers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_with_col_space_units[100px] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_with_col_space_units[10%] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_with_col_space_units[5em] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_to_html_with_col_space_units[150] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_html_repr_min_rows_default PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_html_repr_min_rows[10-4-html_repr_max_rows_10_min_rows_4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_html_repr_min_rows[12-None-html_repr_max_rows_12_min_rows_None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_html_repr_min_rows[10-12-html_repr_max_rows_10_min_rows_12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_html.py::test_html_repr_min_rows[None-12-html_repr_max_rows_None_min_rows_12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_filename PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_with_formatters PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_dupe_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multicolumnrow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_escape PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_special_escape PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_longtable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_escape_special_chars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_no_header PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_specified_header PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_decimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_bold_rows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_no_bold_rows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes0-None-named0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes0-named1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes0-named1-named0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes1-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes1-None-named0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes1-named1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes1-named1-named0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes2-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes2-None-named0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes2-named1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_names[axes2-named1-named0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_nans[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_nans[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_non_string_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_midrule_location PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multiindex_empty_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_float_format_no_fixed_width PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/formats/test_to_latex.py::TestToLatex::test_to_latex_multindex_header PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_compression_roundtrip[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_compression_roundtrip[gzip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_compression_roundtrip[bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_compression_roundtrip[zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_compression_roundtrip[xz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_read_zipped_json PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_with_s3_url[None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_with_s3_url[gzip] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_with_s3_url[bz2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_with_s3_url[zip] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_with_s3_url[xz] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_lines_with_compression[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_lines_with_compression[gzip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_lines_with_compression[bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_lines_with_compression[zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_lines_with_compression[xz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_chunksize_with_compression[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_chunksize_with_compression[gzip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_chunksize_with_compression[bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_chunksize_with_compression[zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_chunksize_with_compression[xz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_write_unsupported_compression_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_read_unsupported_compression_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[gzip-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[gzip-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[gzip-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[gzip-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[bz2-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[bz2-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[bz2-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[bz2-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[zip-True-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[zip-True-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[zip-False-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[zip-False-False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[xz-True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[xz-True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[xz-False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_compression.py::test_to_json_compression[xz-False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestBuildSchema::test_build_table_schema PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestBuildSchema::test_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestBuildSchema::test_series_unnamed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestBuildSchema::test_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_int_data[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_int_data[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_int_data[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_int_data[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_float_data[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_float_data[float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_float_data[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_float_data[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_bool_data[bool0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_bool_data[bool1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_date_data[date_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_date_data[date_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_date_data[date_data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_date_data[date_data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_date_data[date_data4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_string_data[str_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_string_data[str_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_categorical_data[cat_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_categorical_data[cat_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_categorical_data[cat_data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_categorical_data[cat_data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_categorical_data[cat_data4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_int_dtypes[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_int_dtypes[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_int_dtypes[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_int_dtypes[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_float_dtypes[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_float_dtypes[float16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_float_dtypes[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_float_dtypes[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_bool_dtypes[bool0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_bool_dtypes[bool1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_date_dtypes[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_date_dtypes[date_dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_date_dtypes[date_dtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_date_dtypes[date_dtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_timedelta_dtypes[timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_timedelta_dtypes[td_dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_string_dtypes[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableSchemaType::test_as_json_table_type_categorical_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_build_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_to_json PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_to_json_float_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_to_json_period_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_to_json_categorical_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_date_format_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_pandas_type_to_json_field_int[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_pandas_type_to_json_field_int[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_pandas_type_to_json_field_float[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_pandas_type_to_json_field_float[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_pandas_type_to_json_field_datetime[None-dt_args0-extra_exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_pandas_type_to_json_field_datetime[None-dt_args1-extra_exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_pandas_type_to_json_field_datetime[Series-dt_args0-extra_exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_pandas_type_to_json_field_datetime[Series-dt_args1-extra_exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_pandas_type_to_json_period_range PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_pandas_type_to_json_field_categorical[True-Categorical] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_pandas_type_to_json_field_categorical[True-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_pandas_type_to_json_field_categorical[False-Categorical] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_pandas_type_to_json_field_categorical[False-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_json_field_to_pandas_type[inp0-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_json_field_to_pandas_type[inp1-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_json_field_to_pandas_type[inp2-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_json_field_to_pandas_type[inp3-timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_json_field_to_pandas_type[inp4-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_json_field_to_pandas_type[inp5-datetime64[ns, US/Hawaii]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_json_field_to_pandas_type[inp6-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_json_field_to_pandas_type[inp7-exp7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_json_field_to_pandas_type[inp8-exp8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_json_field_to_pandas_type[inp9-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_json_field_to_pandas_type_raises[geopoint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_json_field_to_pandas_type_raises[geojson] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_convert_json_field_to_pandas_type_raises[fake_type] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_set_names_unset[idx0-index-name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_set_names_unset[idx1-myname-name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_set_names_unset[idx2-nm2-names] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_set_names_unset[idx3-nm3-names] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_set_names_unset[idx4-nm4-names] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_warns_non_roundtrippable_names[idx0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_warns_non_roundtrippable_names[idx1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_warns_non_roundtrippable_names[idx2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_timestamp_in_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_overlapping_names[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_overlapping_names[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_overlapping_names[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrient::test_mi_falsey_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals0-idx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals0-index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals0-level_0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals1-idx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals1-index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals1-level_0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals2-idx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals2-index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals2-level_0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals3-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals3-idx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals3-index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals3-level_0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals4-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals4-idx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals4-index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals4-level_0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals5-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals5-idx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals5-index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals5-level_0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals6-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals6-idx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals6-index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals6-level_0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals7-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals7-idx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals7-index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals7-level_0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals8-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals8-idx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals8-index] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient[vals8-level_0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient_raises[vals0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient_raises[vals0-idx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient_raises[vals0-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient_raises[vals1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient_raises[vals1-idx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_read_json_table_orient_raises[vals1-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_comprehensive PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_multiindex[index_names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_multiindex[index_names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_multiindex[index_names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_multiindex[index_names3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_multiindex[index_names4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_json_table_schema.py::TestTableOrientReader::test_empty_frame_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_simple_records PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_simple_normalize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_empty_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_simple_normalize_with_separator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_value_array_record_prefix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_nested_object_record_path PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_more_deeply_nested PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_shallow_nested PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_meta_name_conflict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_meta_parameter_not_modified PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_record_prefix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_non_ascii_key PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_missing_field PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_max_level_with_records_path[0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestJSONNormalize::test_max_level_with_records_path[1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_flat_stays_flat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_one_level_deep_flattens PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_nested_flattens PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_json_normalize_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_missing_meta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_donot_drop_nonevalues PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_nonetype_top_level_bottom_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_nonetype_multiple_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_with_max_level[None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_with_max_level[0-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_with_max_level[1-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_normalize.py::TestNestedToRecord::test_with_large_max_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_double_encoded_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_non_unique_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_non_unique_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_from_json_to_json PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_from_json_bad_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_from_json_nones PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_to_json_float_precision PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_to_json_except PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_empty_mixedtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_mixedtype_orient PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_v12_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_blocks_compat_GH9037 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_nonprintable_bytes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_label_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_series_non_unique_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_series_from_json_to_json PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_series_to_json_except PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_series_from_json_precise_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_series_with_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_frame_from_json_precise_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_typ PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_reconstruction_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_path PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_axis_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_convert_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_convert_dates_infer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_date_format_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_date_format_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_date_unit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_weird_nested_json PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_doc_example PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_misc_example PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_round_trip_exception_ SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_url[created_at-dtype0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_url[closed_at-datetime64[ns]] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_url[updated_at-dtype2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_mixed_timedelta_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_default_handler PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_default_handler_indirect PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_default_handler_numpy_unsupported_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_default_handler_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_tz_is_utc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_tz_range_is_utc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_inline_jsonl PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_s3_jsonl SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_local_jsonl PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_jsonl_unicode_chars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_json_large_numbers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_to_jsonl PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_latin_encoding SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_data_frame_size_after_to_json PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns0-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns0-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns0-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns0-index4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns0-index5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns1-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns1-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns1-index4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns1-index5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns2-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns2-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns2-index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns2-index4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_index_and_columns[columns2-index5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_from_json_to_json_table_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_json_table_dtype_raises[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_json_table_dtype_raises[dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_json_table_convert_axes_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_split[data5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_to_json_table[data5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_error_to_json[records] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_error_to_json[index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_error_to_json[columns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_error_to_json[values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_from_json_to_json[True-split] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_from_json_to_json[True-table] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_from_json_to_json[False-split] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_index_false_from_json_to_json[False-table] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_timezone_information PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_read_jsonl PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_read_jsonl_unicode_chars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_to_jsonl PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks[1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunksize_requires_lines PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_each_chunk PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks_from_file PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks_closes[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks_closes[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_invalid_chunksize[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_invalid_chunksize[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_invalid_chunksize[2.2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_invalid_chunksize[foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks_multiple_empty_lines[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks_multiple_empty_lines[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_readlines.py::test_readjson_chunks_multiple_empty_lines[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_decimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_string_conversion[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_string_conversion[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_double_long_numbers[-4342969734183514] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_double_long_numbers[-12345678901234.568] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_double_long_numbers[-528656961.4399388] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_non_c_locale PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decimal_decode_test_precise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_double_tiny_exponential PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_dict_with_unicode_keys[key1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_dict_with_unicode_keys[\u0628\u0646] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_double_conversion[3.141592653589793] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_double_conversion[-3.141592653589793] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_with_decimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_array_of_nested_arrays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_array_of_doubles PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_double_precision PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_invalid_double_precision[20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_invalid_double_precision[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_invalid_double_precision[9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_invalid_double_precision[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_string_conversion2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_unicode_conversion[R\xe4ksm\xf6rg\xe5s \u0627\u0633\u0627\u0645\u0629 \u0628\u0646 \u0645\u062d\u0645\u062f \u0628\u0646 \u0639\u0648\u0636 \u0628\u0646 \u0644\u0627\u062f\u0646] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_unicode_conversion[\xe6\x97\xa5\xd1\x88] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_control_escaping PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_unicode_surrogate_pair PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_unicode_4bytes_utf8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_unicode_4bytes_utf8highest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_array_in_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_num_conversion[31337] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_num_conversion[-31337] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_num_conversion[-9223372036854775808] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_list_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_dict_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_builtin_values_conversion[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_builtin_values_conversion[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_builtin_values_conversion[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_datetime_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_date_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_time_conversion_basic[test0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_time_conversion_basic[test1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_time_conversion_basic[test2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_time_conversion_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_time_conversion_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_as_null[decoded_input0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_as_null[decoded_input1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_as_null[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_as_null[inf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_as_null[-inf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_datetime_units PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_to_utf8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_from_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_recursion_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_jibberish PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_broken_json[[] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_broken_json[{] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_broken_json[]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_broken_json[}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_depth_too_big[[] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_depth_too_big[{] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_bad_string["TESTING] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_bad_string["TESTING\\"] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_bad_string[tru] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_bad_string[fa] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_bad_string[n] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_broken_json_leak[{{1337:""}}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_broken_json_leak[{{"key":"}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_broken_json_leak[[[[true] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_invalid_dict[{{{{31337}}}}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_invalid_dict[{{{{"key":}}}}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_invalid_dict[{{{{"key"}}}}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_numeric_int[31337] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_numeric_int[-31337] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_null_character PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_null_character PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_list_long_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_long_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_numeric_int_exp[1337E40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_numeric_int_exp[1.337E40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_numeric_int_exp[1337E+9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_numeric_int_exp[1.337e+40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_numeric_int_exp[1.337E-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_loads_non_str_bytes_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_version PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_numeric_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_numeric_overflow_nested PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_number_with_32bit_sign_bit[3590016419] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_number_with_32bit_sign_bit[2147483648] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_number_with_32bit_sign_bit[4294967296] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_number_with_32bit_sign_bit[4294967295] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_encode_big_escape PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_decode_big_escape PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_to_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestUltraJSONTests::test_default_handler PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_bool[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_bool[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_bool_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_array[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_array[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_array[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_array[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_array[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_array[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_array[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_array[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_array[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_max[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_max[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_max[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_max[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_max[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_max[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_max[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_max[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_int_max[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_float[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_float[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_float[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_float_array[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_float_array[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_float_array[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_float_max[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_float_max[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_float_max[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_reshaped[shape0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_reshaped[shape1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_reshaped[shape2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_0d_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_numpy_except[bad_input0-ValueError-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_numpy_except[bad_input1-TypeError-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_numpy_except[bad_input2-ValueError-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_numpy_except[bad_input3-TypeError-kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_numpy_except[bad_input4-ValueError-kwargs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_numpy_except[bad_input5-ValueError-kwargs5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_numpy_except[bad_input6-ValueError-kwargs6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_numpy_except[bad_input7-ValueError-kwargs7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_numpy_except[bad_input8-ValueError-kwargs8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestNumpyJSONTests::test_array_numpy_labelled PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe[None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe[split-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe[split-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe[records-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe[records-True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe[values-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe[values-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe[index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe[index-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe_nested[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe_nested[split] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe_nested[records] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe_nested[values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe_nested[index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe_numpy_labelled[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe_numpy_labelled[split] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe_numpy_labelled[records] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe_numpy_labelled[values] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_dataframe_numpy_labelled[index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series[None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series[split-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series[split-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series[records-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series[records-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series[values-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series[values-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series[index-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series[index-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series_nested[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series_nested[split] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series_nested[records] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series_nested[values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_series_nested[index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_datetime_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_invalid_array[[31337,]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_invalid_array[[,31337]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_invalid_array[[]]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_invalid_array[[,]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_array[arr0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_array[arr1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_extreme_numbers[9223372036854775807] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_extreme_numbers[-9223372036854775808] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_too_extreme_numbers[9223372036854775808] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_too_extreme_numbers[-90223372036854775809] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_with_trailing_whitespaces PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_with_trailing_non_whitespaces PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_array_with_big_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[-1-1.1234567893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[-1-1.234567893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[-1-1.34567893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[-1-1.4567893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[-1-1.567893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[-1-1.67893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[-1-1.7893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[-1-1.893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[-1-1.3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[1-1.1234567893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[1-1.234567893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[1-1.34567893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[1-1.4567893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[1-1.567893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[1-1.67893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[1-1.7893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[1-1.893] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_decode_floating_point[1-1.3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_encode_big_set PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_encode_empty_set PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/json/test_ujson.py::TestPandasJSONTests::test_encode_set PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_buffer.py::test_unpack_buffer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_buffer.py::test_unpack_bytearray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py::test_1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py::test_2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py::test_3 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py::test_5 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py::test_9 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py::test_fixraw PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py::test_raw16 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py::test_raw32 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py::test_fixarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py::test_array16 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py::test_array32 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py::test_match PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_case.py::test_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_except.py::TestExceptions::test_raise_on_find_unsupported_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_except.py::TestExceptions::test_raise_from_object_hook PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_except.py::TestExceptions::test_invalid_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_extension.py::test_pack_ext_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_extension.py::test_unpack_ext_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_extension.py::test_extension_type default called array('d', [1.1, 2.2, 3.3])
> ext_hook called 123 b'\x9a\x99\x99\x99\x99\x99\xf1?\x9a\x99\x99\x99\x99\x99\x01 at ffffff\n@'
> PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_format.py::testSimpleValue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_format.py::testFixnum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_format.py::testFixArray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_format.py::testFixRaw PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_format.py::testFixMap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_format.py::testUnsignedInt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_format.py::testSignedInt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_format.py::testRaw PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_format.py::testArray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_format.py::testMap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_array_header PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_map_header PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_max_str_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_max_bin_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_max_array_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_max_map_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_limits.py::TestLimits::test_max_ext_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_newspec.py::test_str8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_newspec.py::test_bin8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_newspec.py::test_bin16 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_newspec.py::test_bin32 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_newspec.py::test_ext PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_encode_hook PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_decode_hook PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_decode_pairs_hook PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_only_one_obj_hook PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_bad_hook PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_array_hook PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_an_exception_in_objecthook1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_obj.py::TestObj::test_an_exception_in_objecthook2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testPack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testPackUnicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testPackUTF32 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testPackBytes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testIgnoreUnicodeErrors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testStrictUnicodeUnpack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testStrictUnicodePack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testIgnoreErrorsPack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testNoEncoding PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testDecodeBinary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testPackFloat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testArraySize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::test_manualreset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::testMapSize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::test_odict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_pack.py::TestPack::test_pairlist PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_read_size.py::test_read_array_header PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_read_size.py::test_read_map_header PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_read_size.py::test_incorrect_type_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_read_size.py::test_incorrect_type_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_read_size.py::test_correct_type_nested_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_read_size.py::test_incorrect_type_nested_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_seq.py::test_exceeding_unpacker_read_size PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py::TestPack::test_partial_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py::TestPack::test_foobar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py::TestPack::test_foobar_skip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py::TestPack::test_maxbuffersize_read_size_exceeds_max_buffer_size PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py::TestPack::test_maxbuffersize_bufferfull PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py::TestPack::test_maxbuffersize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py::TestPack::test_readbytes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_sequnpack.py::TestPack::test_issue124 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_subtype.py::test_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_unpack.py::TestUnpack::test_unpack_array_header_from_file PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_unpack.py::TestUnpack::test_unpacker_hook_refcnt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_unpack.py::TestUnpack::test_unpacker_ext_hook PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_unpack_raw.py::test_write_bytes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/msgpack/test_unpack_raw.py::test_write_bytes_multi_buffer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_buffer_overflow[c_high-words pointer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_buffer_overflow[c_high-stream pointer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_buffer_overflow[c_high-lines pointer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_buffer_overflow[c_low-words pointer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_buffer_overflow[c_low-stream pointer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_buffer_overflow[c_low-lines pointer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_buffer_rd_bytes[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_buffer_rd_bytes[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_delim_whitespace_custom_terminator[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_delim_whitespace_custom_terminator[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_dtype_and_names_error[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_dtype_and_names_error[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_unsupported_dtype[c_high-dt64-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_unsupported_dtype[c_high-dt64-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_unsupported_dtype[c_high-td64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_unsupported_dtype[c_high-<U8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_unsupported_dtype[c_low-dt64-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_unsupported_dtype[c_low-dt64-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_unsupported_dtype[c_low-td64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_unsupported_dtype[c_low-<U8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_precise_conversion[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_precise_conversion[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_usecols_dtypes[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_usecols_dtypes[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_disable_bool_parsing[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_disable_bool_parsing[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_custom_lineterminator[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_custom_lineterminator[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_parse_ragged_csv[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_parse_ragged_csv[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_tokenize_CR_with_quoting[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_tokenize_CR_with_quoting[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_grow_boundary_at_cap[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_grow_boundary_at_cap[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_parse_trim_buffers[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_parse_trim_buffers[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_internal_null_byte[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_internal_null_byte[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_read_nrows_large[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_read_nrows_large[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_float_precision_round_trip_with_text[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_float_precision_round_trip_with_text[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_large_difference_in_columns[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_large_difference_in_columns[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_data_after_quote[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_data_after_quote[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_comment_whitespace_delimited[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_comment_whitespace_delimited[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_file_like_no_next[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_file_like_no_next[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_buffer_rd_bytes_bad_unicode[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_buffer_rd_bytes_bad_unicode[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_read_tarfile[c_high-.tar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_read_tarfile[c_high-.tar.gz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_read_tarfile[c_low-.tar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_read_tarfile[c_low-.tar.gz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_bytes_exceed_2gb[c_high] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_bytes_exceed_2gb[c_low] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_chunk_whitespace_on_boundary[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_chunk_whitespace_on_boundary[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_file_handles_mmap[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_file_handles_mmap[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_file_binary_mode[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_c_parser_only.py::test_file_binary_mode[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment[c_high-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment[c_high-na_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment[c_low-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment[c_low-na_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment[python-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment[python-na_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_line_comment[c_high-read_kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_line_comment[c_high-read_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_line_comment[c_high-read_kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_line_comment[c_low-read_kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_line_comment[c_low-read_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_line_comment[c_low-read_kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_line_comment[python-read_kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_line_comment[python-read_kwargs1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_line_comment[python-read_kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_skiprows[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_skiprows[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_skiprows[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_header[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_header[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_header[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_skiprows_header[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_skiprows_header[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_skiprows_header[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[c_high-#] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[c_high-~] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[c_high-&] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[c_high-^] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[c_high-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[c_high-@] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[c_low-#] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[c_low-~] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[c_low-&] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[c_low-^] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[c_low-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[c_low-@] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[python-#] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[python-~] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[python-&] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[python-^] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[python-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_custom_comment_char[python-@] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_first_line[c_high-infer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_first_line[c_high-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_first_line[c_low-infer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_first_line[c_low-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_first_line[python-infer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_comment.py::test_comment_first_line[python-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_override_set_noconvert_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_bytes_io_input[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_bytes_io_input[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_bytes_io_input[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_decimal_marker[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_decimal_marker[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_decimal_marker[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_bad_stream_exception[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_bad_stream_exception[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_bad_stream_exception[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_local[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_local[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_local[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_1000_sep[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_1000_sep[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_1000_sep[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_squeeze[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_squeeze[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_squeeze[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_malformed[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_malformed[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_malformed[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_malformed_chunks[c_high-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_malformed_chunks[c_high-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_malformed_chunks[c_high-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_malformed_chunks[c_low-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_malformed_chunks[c_low-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_malformed_chunks[c_low-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_malformed_chunks[python-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_malformed_chunks[python-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_malformed_chunks[python-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_unnamed_columns[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_unnamed_columns[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_unnamed_columns[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_csv_mixed_type[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_csv_mixed_type[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_csv_mixed_type[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_low_memory_no_rows_with_index[c_high] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_low_memory_no_rows_with_index[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_low_memory_no_rows_with_index[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_dataframe[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_dataframe[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_dataframe[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_no_index_name[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_no_index_name[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_no_index_name[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_unicode[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_unicode[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_unicode[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_wrong_num_columns[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_wrong_num_columns[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_wrong_num_columns[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_duplicate_index_explicit[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_duplicate_index_explicit[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_duplicate_index_explicit[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_duplicate_index_implicit[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_duplicate_index_implicit[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_duplicate_index_implicit[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_bool[c_high-A,B\nTrue,1\nFalse,2\nTrue,3-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_bool[c_high-A,B\nYES,1\nno,2\nyes,3\nNo,3\nYes,3-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_bool[c_high-A,B\nTRUE,1\nFALSE,2\nTRUE,3-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_bool[c_high-A,B\nfoo,bar\nbar,foo-kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_bool[c_low-A,B\nTrue,1\nFalse,2\nTrue,3-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_bool[c_low-A,B\nYES,1\nno,2\nyes,3\nNo,3\nYes,3-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_bool[c_low-A,B\nTRUE,1\nFALSE,2\nTRUE,3-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_bool[c_low-A,B\nfoo,bar\nbar,foo-kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_bool[python-A,B\nTrue,1\nFalse,2\nTrue,3-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_bool[python-A,B\nYES,1\nno,2\nyes,3\nNo,3\nYes,3-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_bool[python-A,B\nTRUE,1\nFALSE,2\nTRUE,3-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_bool[python-A,B\nfoo,bar\nbar,foo-kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int_conversion[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int_conversion[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int_conversion[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows[c_high-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows[c_high-3.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows[c_low-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows[c_low-3.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows[python-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows[python-3.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows_bad[c_high-1.2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows_bad[c_high-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows_bad[c_high--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows_bad[c_low-1.2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows_bad[c_low-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows_bad[c_low--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows_bad[python-1.2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows_bad[python-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_nrows_bad[python--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_with_index[c_high-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_with_index[c_high-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_with_index[c_low-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_with_index[c_low-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_with_index[python-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_with_index[python-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_bad[c_high-1.3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_bad[c_high-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_bad[c_high-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_bad[c_low-1.3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_bad[c_low-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_bad[c_low-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_bad[python-1.3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_bad[python-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_bad[python-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_and_nrows[c_high-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_and_nrows[c_high-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_and_nrows[c_low-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_and_nrows[c_low-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_and_nrows[python-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_and_nrows[python-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_and_nrows_changing_size[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_and_nrows_changing_size[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_and_nrows_changing_size[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_get_chunk_passed_chunksize[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_get_chunk_passed_chunksize[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_get_chunk_passed_chunksize[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_compat[c_high-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_compat[c_high-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_compat[c_low-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_compat[c_low-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_compat[python-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_compat[python-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_jagged_names[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_jagged_names[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_chunksize_jagged_names[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_data_list[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_data_list[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_data_list[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator2[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator2[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator2[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_reader_list[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_reader_list[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_reader_list[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_reader_list_skiprows[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_reader_list_skiprows[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_reader_list_skiprows[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator_stop_on_chunksize[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator_stop_on_chunksize[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator_stop_on_chunksize[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator_skipfooter_errors[c_high-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator_skipfooter_errors[c_high-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator_skipfooter_errors[c_high-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator_skipfooter_errors[c_low-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator_skipfooter_errors[c_low-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator_skipfooter_errors[c_low-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator_skipfooter_errors[python-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator_skipfooter_errors[python-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iterator_skipfooter_errors[python-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_nrows_skipfooter_errors[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_nrows_skipfooter_errors[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_nrows_skipfooter_errors[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_pass_names_with_index[c_high-foo,2,3,4,5\nbar,7,8,9,10\nbaz,12,13,14,15\nqux,12,13,14,15\nfoo2,12,13,14,15\nbar2,12,13,14,15\n-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_pass_names_with_index[c_high-foo,one,2,3,4,5\nfoo,two,7,8,9,10\nfoo,three,12,13,14,15\nbar,one,12,13,14,15\nbar,two,12,13,14,15\n-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_pass_names_with_index[c_low-foo,2,3,4,5\nbar,7,8,9,10\nbaz,12,13,14,15\nqux,12,13,14,15\nfoo2,12,13,14,15\nbar2,12,13,14,15\n-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_pass_names_with_index[c_low-foo,one,2,3,4,5\nfoo,two,7,8,9,10\nfoo,three,12,13,14,15\nbar,one,12,13,14,15\nbar,two,12,13,14,15\n-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_pass_names_with_index[python-foo,2,3,4,5\nbar,7,8,9,10\nbaz,12,13,14,15\nqux,12,13,14,15\nfoo2,12,13,14,15\nbar2,12,13,14,15\n-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_pass_names_with_index[python-foo,one,2,3,4,5\nfoo,two,7,8,9,10\nfoo,three,12,13,14,15\nbar,one,12,13,14,15\nbar,two,12,13,14,15\n-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_no_level_names[c_high-index_col0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_no_level_names[c_high-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_no_level_names[c_low-index_col0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_no_level_names[c_low-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_no_level_names[python-index_col0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_no_level_names[python-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_no_level_names_implicit[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_no_level_names_implicit[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_no_level_names_implicit[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_blank_df[c_high-True-a,b-expected0-header0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_blank_df[c_high-True-a,b\nc,d-expected1-header1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_blank_df[c_high-False-a,b-expected0-header0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_blank_df[c_high-False-a,b\nc,d-expected1-header1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_blank_df[c_low-True-a,b-expected0-header0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_blank_df[c_low-True-a,b\nc,d-expected1-header1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_blank_df[c_low-False-a,b-expected0-header0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_blank_df[c_low-False-a,b\nc,d-expected1-header1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_blank_df[python-True-a,b-expected0-header0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_blank_df[python-True-a,b\nc,d-expected1-header1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_blank_df[python-False-a,b-expected0-header0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_multi_index_blank_df[python-False-a,b\nc,d-expected1-header1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_no_unnamed_index[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_no_unnamed_index[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_no_unnamed_index[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_parse_simple_list[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_parse_simple_list[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_parse_simple_list[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_url[c_high] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_url[c_low] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_url[python] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_local_file[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_local_file[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_local_file[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_path_path_lib[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_path_path_lib[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_path_path_lib[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_path_local_path[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_path_local_path[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_path_local_path[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_nonexistent_path[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_nonexistent_path[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_nonexistent_path[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_missing_trailing_delimiters[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_missing_trailing_delimiters[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_missing_trailing_delimiters[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_skip_initial_space[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_skip_initial_space[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_skip_initial_space[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[c_high-utf-16-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[c_high-utf-16-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[c_high-utf-16le-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[c_high-utf-16le-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[c_high-utf-16be-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[c_high-utf-16be-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[c_low-utf-16-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[c_low-utf-16-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[c_low-utf-16le-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[c_low-utf-16le-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[c_low-utf-16be-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[c_low-utf-16be-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[python-utf-16-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[python-utf-16-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[python-utf-16le-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[python-utf-16le-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[python-utf-16be-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_bom_skiprows[python-utf-16be-\t] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_example[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_example[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf16_example[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_unicode_encoding[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_unicode_encoding[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_unicode_encoding[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_trailing_delimiters[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_trailing_delimiters[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_trailing_delimiters[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_escapechar[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_escapechar[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_escapechar[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_min_issues[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_min_issues[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_min_issues[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_integers_above_fp_precision[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_integers_above_fp_precision[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_parse_integers_above_fp_precision[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_chunks_have_consistent_numerical_type[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_chunks_have_consistent_numerical_type[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_chunks_have_consistent_numerical_type[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_warn_if_chunks_have_mismatched_type[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_warn_if_chunks_have_mismatched_type[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_warn_if_chunks_have_mismatched_type[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_integer_overflow_bug[c_high- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_integer_overflow_bug[c_high-\\s+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_integer_overflow_bug[c_low- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_integer_overflow_bug[c_low-\\s+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_integer_overflow_bug[python- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_integer_overflow_bug[python-\\s+] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_catch_too_many_names[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_catch_too_many_names[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_catch_too_many_names[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_ignore_leading_whitespace[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_ignore_leading_whitespace[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_ignore_leading_whitespace[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_chunk_begins_with_newline_whitespace[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_chunk_begins_with_newline_whitespace[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_chunk_begins_with_newline_whitespace[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_index[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_index[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_index[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_multi_index[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_multi_index[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_multi_index[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_reversed_multi_index[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_reversed_multi_index[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_reversed_multi_index[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_float_parser[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_float_parser[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_float_parser[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_scientific_no_exponent[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_scientific_no_exponent[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_scientific_no_exponent[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_overflow[c_high-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_overflow[c_high-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_overflow[c_high-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_overflow[c_low-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_overflow[c_low-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_overflow[c_low-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_overflow[python-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_overflow[python-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_overflow[python-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_uint64_range[c_high-18446744073709551615] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_uint64_range[c_high-9223372036854775807] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_uint64_range[c_high--9223372036854775808] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_uint64_range[c_low-18446744073709551615] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_uint64_range[c_low-9223372036854775807] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_uint64_range[c_low--9223372036854775808] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_uint64_range[python-18446744073709551615] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_uint64_range[python-9223372036854775807] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_int64_uint64_range[python--9223372036854775808] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_outside_int64_uint64_range[c_high-18446744073709551616] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_outside_int64_uint64_range[c_high--9223372036854775809] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_outside_int64_uint64_range[c_low-18446744073709551616] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_outside_int64_uint64_range[c_low--9223372036854775809] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_outside_int64_uint64_range[python-18446744073709551616] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_outside_int64_uint64_range[python--9223372036854775809] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_numeric_range_too_wide[c_high-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_numeric_range_too_wide[c_high-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_numeric_range_too_wide[c_low-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_numeric_range_too_wide[c_low-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_numeric_range_too_wide[python-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_numeric_range_too_wide[python-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_nrows_chunksize[c_high-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_nrows_chunksize[c_high-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_nrows_chunksize[c_low-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_nrows_chunksize[c_low-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_nrows_chunksize[python-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_with_nrows_chunksize[python-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_high-whitespace-line] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_high-eat-line-comment0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_high-eat-crnl-nop] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_high-eat-comment] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_high-skip-line] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_high-eat-line-comment1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_high-in-field] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_high-eat-crnl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_high-escaped-char] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_high-escape-in-quoted-field] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_high-in-quoted-field] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_low-whitespace-line] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_low-eat-line-comment0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_low-eat-crnl-nop] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_low-eat-comment] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_low-skip-line] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_low-eat-line-comment1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_low-in-field] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_low-eat-crnl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_low-escaped-char] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_low-escape-in-quoted-field] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[c_low-in-quoted-field] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[python-whitespace-line] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[python-eat-line-comment0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[python-eat-crnl-nop] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[python-eat-comment] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[python-skip-line] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[python-eat-line-comment1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[python-in-field] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[python-eat-crnl] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[python-escaped-char] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[python-escape-in-quoted-field] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_eof_states[python-in-quoted-field] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_uneven_lines_with_usecols[c_high-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_uneven_lines_with_usecols[c_high-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_uneven_lines_with_usecols[c_high-usecols2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_uneven_lines_with_usecols[c_low-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_uneven_lines_with_usecols[c_low-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_uneven_lines_with_usecols[c_low-usecols2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_uneven_lines_with_usecols[python-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_uneven_lines_with_usecols[python-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_uneven_lines_with_usecols[python-usecols2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_empty_with_usecols[c_high--kwargs0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_empty_with_usecols[c_high--kwargs1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_empty_with_usecols[c_high-,,-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_empty_with_usecols[c_high--kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_empty_with_usecols[c_low--kwargs0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_empty_with_usecols[c_low--kwargs1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_empty_with_usecols[c_low-,,-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_empty_with_usecols[c_low--kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_empty_with_usecols[python--kwargs0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_empty_with_usecols[python--kwargs1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_empty_with_usecols[python-,,-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_empty_with_usecols[python--kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_trailing_spaces[c_high-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_trailing_spaces[c_high-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_trailing_spaces[c_low-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_trailing_spaces[c_low-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_trailing_spaces[python-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_trailing_spaces[python-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_sep_with_delim_whitespace[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_sep_with_delim_whitespace[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_sep_with_delim_whitespace[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_single_char_leading_whitespace[c_high-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_single_char_leading_whitespace[c_high-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_single_char_leading_whitespace[c_low-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_single_char_leading_whitespace[c_low-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_single_char_leading_whitespace[python-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_single_char_leading_whitespace[python-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_lines[c_high-,-True-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_lines[c_high-\\s+-True-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_lines[c_high-,-False-exp_data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_lines[c_low-,-True-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_lines[c_low-\\s+-True-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_lines[c_low-,-False-exp_data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_lines[python-,-True-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_lines[python-\\s+-True-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_empty_lines[python-,-False-exp_data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_whitespace_lines[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_whitespace_lines[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_whitespace_lines[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_whitespace_regex_separator[c_high-   A   B   C   D\na   1   2   3   4\nb   1   2   3   4\nc   1   2   3   4\n-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_whitespace_regex_separator[c_high-    a b c\n1 2 3 \n4 5  6\n 7 8 9-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_whitespace_regex_separator[c_low-   A   B   C   D\na   1   2   3   4\nb   1   2   3   4\nc   1   2   3   4\n-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_whitespace_regex_separator[c_low-    a b c\n1 2 3 \n4 5  6\n 7 8 9-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_whitespace_regex_separator[python-   A   B   C   D\na   1   2   3   4\nb   1   2   3   4\nc   1   2   3   4\n-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_whitespace_regex_separator[python-    a b c\n1 2 3 \n4 5  6\n 7 8 9-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_verbose_read[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_verbose_read[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_verbose_read[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_verbose_read2[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_verbose_read2[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_verbose_read2[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iteration_open_handle[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iteration_open_handle[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_iteration_open_handle[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_1000_sep_with_decimal[c_high-A|B|C\n1|2,334.01|5\n10|13|10.\n-,-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_1000_sep_with_decimal[c_high-A|B|C\n1|2.334,01|5\n10|13|10,\n-.-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_1000_sep_with_decimal[c_low-A|B|C\n1|2,334.01|5\n10|13|10.\n-,-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_1000_sep_with_decimal[c_low-A|B|C\n1|2.334,01|5\n10|13|10,\n-.-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_1000_sep_with_decimal[python-A|B|C\n1|2,334.01|5\n10|13|10.\n-,-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_1000_sep_with_decimal[python-A|B|C\n1|2.334,01|5\n10|13|10,\n-.-,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_euro_decimal_format[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_euro_decimal_format[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_euro_decimal_format[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_inf_parsing[c_high-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_inf_parsing[c_high-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_inf_parsing[c_low-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_inf_parsing[c_low-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_inf_parsing[python-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_inf_parsing[python-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[c_high-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[c_high-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[c_high-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[c_high-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[c_high-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[c_high-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[c_low-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[c_low-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[c_low-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[c_low-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[c_low-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[c_low-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[python-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[python-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[python-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[python-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[python-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_raise_on_no_columns[python-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_memory_map[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_memory_map[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_memory_map[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_null_byte_char[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_null_byte_char[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_null_byte_char[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[c_high-a\n1-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[c_high-"a"\n1-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[c_high-b\n1-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[c_high-\n1-kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[c_high-\n1-kwargs4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[c_low-a\n1-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[c_low-"a"\n1-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[c_low-b\n1-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[c_low-\n1-kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[c_low-\n1-kwargs4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[python-a\n1-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[python-"a"\n1-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[python-b\n1-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[python-\n1-kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_utf8_bom[python-\n1-kwargs4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_temporary_file[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_temporary_file[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_temporary_file[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_high-utf-{0}-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_high-utf-{0}-16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_high-utf_{0}-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_high-utf_{0}-16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_high-UTF-{0}-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_high-UTF-{0}-16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_high-UTF_{0}-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_high-UTF_{0}-16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_low-utf-{0}-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_low-utf-{0}-16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_low-utf_{0}-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_low-utf_{0}-16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_low-UTF-{0}-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_low-UTF-{0}-16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_low-UTF_{0}-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[c_low-UTF_{0}-16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[python-utf-{0}-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[python-utf-{0}-16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[python-utf_{0}-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[python-utf_{0}-16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[python-UTF-{0}-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[python-UTF-{0}-16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[python-UTF_{0}-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_utf_aliases[python-UTF_{0}-16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_internal_eof_byte[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_internal_eof_byte[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_internal_eof_byte[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_internal_eof_byte_to_file[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_internal_eof_byte_to_file[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_internal_eof_byte_to_file[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_sub_character[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_sub_character[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_sub_character[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_file_handle_string_io[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_file_handle_string_io[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_file_handle_string_io[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_file_handles_with_open[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_file_handles_with_open[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_file_handles_with_open[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_invalid_file_buffer_class[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_invalid_file_buffer_class[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_invalid_file_buffer_class[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_invalid_file_buffer_mock[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_invalid_file_buffer_mock[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_invalid_file_buffer_mock[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_valid_file_buffer_seems_invalid[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_valid_file_buffer_seems_invalid[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_valid_file_buffer_seems_invalid[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[c_high-warn_kwargs0-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[c_high-warn_kwargs0-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[c_high-warn_kwargs1-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[c_high-warn_kwargs1-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[c_high-warn_kwargs2-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[c_high-warn_kwargs2-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[c_low-warn_kwargs0-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[c_low-warn_kwargs0-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[c_low-warn_kwargs1-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[c_low-warn_kwargs1-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[c_low-warn_kwargs2-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[c_low-warn_kwargs2-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[python-warn_kwargs0-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[python-warn_kwargs0-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[python-warn_kwargs1-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[python-warn_kwargs1-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[python-warn_kwargs2-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_error_bad_lines[python-warn_kwargs2-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_warn_bad_lines[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_warn_bad_lines[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_warn_bad_lines[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_suppress_error_output[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_suppress_error_output[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_suppress_error_output[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_filename_with_special_chars[c_high-s\xe9-es-v\xe9.csv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_filename_with_special_chars[c_high-ru-s\u0439.csv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_filename_with_special_chars[c_low-s\xe9-es-v\xe9.csv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_filename_with_special_chars[c_low-ru-s\u0439.csv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_filename_with_special_chars[python-s\xe9-es-v\xe9.csv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_filename_with_special_chars[python-ru-s\u0439.csv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_memory_growth_chunksize[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_memory_growth_chunksize[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_csv_memory_growth_chunksize[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_table_equivalency_to_read_csv[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_table_equivalency_to_read_csv[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_read_table_equivalency_to_read_csv[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_first_row_bom[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_first_row_bom[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_common.py::test_first_row_bom[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip[c_high-zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip[c_high-infer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip[c_high-zip2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip[c_low-zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip[c_low-infer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip[c_low-zip2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip[python-zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip[python-infer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip[python-zip2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip_error_multiple_files[c_high-zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip_error_multiple_files[c_high-infer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip_error_multiple_files[c_low-zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip_error_multiple_files[c_low-infer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip_error_multiple_files[python-zip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip_error_multiple_files[python-infer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip_error_no_files[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip_error_no_files[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip_error_no_files[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip_error_invalid_zip[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip_error_invalid_zip[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_zip_error_invalid_zip[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[gzip-True-c_high-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[gzip-True-c_high-test.{ext}] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[gzip-True-c_low-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[gzip-True-c_low-test.{ext}] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[gzip-True-python-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[gzip-True-python-test.{ext}] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[gzip-False-c_high-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[gzip-False-c_high-test.{ext}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[gzip-False-c_low-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[gzip-False-c_low-test.{ext}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[gzip-False-python-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[gzip-False-python-test.{ext}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[bz2-True-c_high-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[bz2-True-c_high-test.{ext}] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[bz2-True-c_low-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[bz2-True-c_low-test.{ext}] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[bz2-True-python-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[bz2-True-python-test.{ext}] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[bz2-False-c_high-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[bz2-False-c_high-test.{ext}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[bz2-False-c_low-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[bz2-False-c_low-test.{ext}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[bz2-False-python-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[bz2-False-python-test.{ext}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[zip-True-c_high-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[zip-True-c_high-test.{ext}] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[zip-True-c_low-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[zip-True-c_low-test.{ext}] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[zip-True-python-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[zip-True-python-test.{ext}] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[zip-False-c_high-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[zip-False-c_high-test.{ext}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[zip-False-c_low-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[zip-False-c_low-test.{ext}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[zip-False-python-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[zip-False-python-test.{ext}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[xz-True-c_high-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[xz-True-c_high-test.{ext}] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[xz-True-c_low-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[xz-True-c_low-test.{ext}] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[xz-True-python-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[xz-True-python-test.{ext}] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[xz-False-c_high-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[xz-False-c_high-test.{ext}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[xz-False-c_low-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[xz-False-c_low-test.{ext}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[xz-False-python-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression[xz-False-python-test.{ext}] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[c_high-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[c_high-True-gz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[c_high-True-bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[c_high-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[c_high-False-gz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[c_high-False-bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[c_low-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[c_low-True-gz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[c_low-True-bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[c_low-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[c_low-False-gz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[c_low-False-bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[python-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[python-True-gz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[python-True-bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[python-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[python-False-gz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_infer_compression[python-False-bz2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression_utf16_encoding[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression_utf16_encoding[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_compression_utf16_encoding[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_invalid_compression[c_high-sfark] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_invalid_compression[c_high-bz3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_invalid_compression[c_high-zipper] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_invalid_compression[c_low-sfark] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_invalid_compression[c_low-bz3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_invalid_compression[c_low-zipper] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_invalid_compression[python-sfark] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_invalid_compression[python-bz3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_compression.py::test_invalid_compression[python-zipper] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters_type_must_be_dict[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters_type_must_be_dict[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters_type_must_be_dict[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters[c_high-parse-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters[c_high-parse-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters[c_high-<lambda>-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters[c_high-<lambda>-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters[c_low-parse-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters[c_low-parse-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters[c_low-<lambda>-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters[c_low-<lambda>-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters[python-parse-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters[python-parse-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters[python-<lambda>-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters[python-<lambda>-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters_no_implicit_conv[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters_no_implicit_conv[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters_no_implicit_conv[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters_euro_decimal_format[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters_euro_decimal_format[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters_euro_decimal_format[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters_corner_with_nans[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters_corner_with_nans[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converters_corner_with_nans[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converter_index_col_bug[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converter_index_col_bug[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_converters.py::test_converter_index_col_bug[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_str[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_str[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_str[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_invalid_dialect[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_invalid_dialect[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_invalid_dialect[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-dialect-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-dialect-doublequote] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-dialect-escapechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-dialect-skipinitialspace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-dialect-quotechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-dialect-quoting] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-default-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-default-doublequote] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-default-escapechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-default-skipinitialspace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-default-quotechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-default-quoting] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-other-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-other-doublequote] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-other-escapechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-other-skipinitialspace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-other-quotechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_high-other-quoting] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-dialect-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-dialect-doublequote] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-dialect-escapechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-dialect-skipinitialspace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-dialect-quotechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-dialect-quoting] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-default-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-default-doublequote] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-default-escapechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-default-skipinitialspace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-default-quotechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-default-quoting] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-other-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-other-doublequote] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-other-escapechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-other-skipinitialspace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-other-quotechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[c_low-other-quoting] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-dialect-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-dialect-doublequote] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-dialect-escapechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-dialect-skipinitialspace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-dialect-quotechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-dialect-quoting] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-default-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-default-doublequote] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-default-escapechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-default-skipinitialspace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-default-quotechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-default-quoting] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-other-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-other-doublequote] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-other-escapechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-other-skipinitialspace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-other-quotechar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_except_delimiter[python-other-quoting] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[c_high-sep-override-true] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[c_high-sep-override-false] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[c_high-delimiter-no-conflict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[c_high-delimiter-default-arg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[c_high-delimiter-conflict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[c_high-delimiter-conflict2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[c_low-sep-override-true] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[c_low-sep-override-false] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[c_low-delimiter-no-conflict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[c_low-delimiter-default-arg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[c_low-delimiter-conflict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[c_low-delimiter-conflict2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[python-sep-override-true] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[python-sep-override-false] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[python-delimiter-no-conflict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[python-delimiter-default-arg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[python-delimiter-conflict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dialect.py::test_dialect_conflict_delimiter[python-delimiter-conflict2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns[c_high-True-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns[c_high-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns[c_high-False-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns[c_high-False-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns[c_low-True-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns[c_low-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns[c_low-False-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns[c_low-False-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns[python-True-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns[python-True-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns[python-False-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns[python-False-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns_empty[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns_empty[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_all_columns_empty[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_per_column[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_per_column[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_per_column[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_invalid_dtype_per_column[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_invalid_dtype_per_column[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_invalid_dtype_per_column[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype[c_high-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype[c_high-dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype[c_high-dtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype[c_low-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype[c_low-dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype[c_low-dtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype[python-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype[python-dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype[python-dtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_single[c_high-dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_single[c_high-dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_single[c_low-dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_single[c_low-dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_single[python-dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_single[python-dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_unsorted[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_unsorted[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_unsorted[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_missing[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_missing[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_missing[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_high_cardinality_numeric[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_high_cardinality_numeric[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_high_cardinality_numeric[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_latin1[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_latin1[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_latin1[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_utf16[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_utf16[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_utf16[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_chunksize_infer_categories[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_chunksize_infer_categories[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_chunksize_infer_categories[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_chunksize_explicit_categories[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_chunksize_explicit_categories[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_chunksize_explicit_categories[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_high-categories0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_high-categories0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_high-categories1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_high-categories1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_high-categories2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_high-categories2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_high-categories3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_high-categories3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_low-categories0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_low-categories0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_low-categories1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_low-categories1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_low-categories2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_low-categories2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_low-categories3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[c_low-categories3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[python-categories0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[python-categories0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[python-categories1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[python-categories1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[python-categories2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[python-categories2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[python-categories3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype[python-categories3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype_unsorted[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype_unsorted[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_category_dtype_unsorted[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_coerces_numeric[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_coerces_numeric[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_coerces_numeric[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_coerces_datetime[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_coerces_datetime[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_coerces_datetime[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_coerces_timestamp[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_coerces_timestamp[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_coerces_timestamp[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_coerces_timedelta[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_coerces_timedelta[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_coerces_timedelta[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_coerces_boolean[c_high-b\nTrue\nFalse\nNA\nFalse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_coerces_boolean[c_high-b\ntrue\nfalse\nNA\nfalse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_coerces_boolean[c_high-b\nTRUE\nFALSE\nNA\nFALSE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_coerces_boolean[c_high-b\nTrue\nFalse\nNA\nFALSE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_coerces_boolean[c_low-b\nTrue\nFalse\nNA\nFalse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_coerces_boolean[c_low-b\ntrue\nfalse\nNA\nfalse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_coerces_boolean[c_low-b\nTRUE\nFALSE\nNA\nFALSE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_coerces_boolean[c_low-b\nTrue\nFalse\nNA\nFALSE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_coerces_boolean[python-b\nTrue\nFalse\nNA\nFalse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_coerces_boolean[python-b\ntrue\nfalse\nNA\nfalse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_coerces_boolean[python-b\nTRUE\nFALSE\nNA\nFALSE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_dtype_coerces_boolean[python-b\nTrue\nFalse\nNA\nFALSE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_unexpected_categories[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_unexpected_categories[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_categorical_unexpected_categories[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_pass_dtype[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_pass_dtype[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_pass_dtype[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_index_pass_dtype[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_index_pass_dtype[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_index_pass_dtype[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_multi_index_pass_dtype[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_multi_index_pass_dtype[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_multi_index_pass_dtype[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_mangled_column_pass_dtype_by_names[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_mangled_column_pass_dtype_by_names[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_mangled_column_pass_dtype_by_names[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_mangled_column_pass_dtype_by_indexes[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_mangled_column_pass_dtype_by_indexes[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_mangled_column_pass_dtype_by_indexes[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_dup_column_pass_dtype_by_indexes[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_dup_column_pass_dtype_by_indexes[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_dup_column_pass_dtype_by_indexes[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_dup_column_pass_dtype_by_indexes_raises[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_dup_column_pass_dtype_by_indexes_raises[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_with_dup_column_pass_dtype_by_indexes_raises[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_raise_on_passed_int_dtype_with_nas[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_raise_on_passed_int_dtype_with_nas[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_raise_on_passed_int_dtype_with_nas[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_with_converters[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_with_converters[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_dtype_with_converters[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_high-float64-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_high-category-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_high-dtype2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_high-datetime64[ns]-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_high-timedelta64[ns]-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_high-dtype5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_high-dtype6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_high-dtype7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_low-float64-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_low-category-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_low-dtype2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_low-datetime64[ns]-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_low-timedelta64[ns]-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_low-dtype5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_low-dtype6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[c_low-dtype7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[python-float64-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[python-category-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[python-dtype2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[python-datetime64[ns]-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[python-timedelta64[ns]-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[python-dtype5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[python-dtype6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_empty_dtype[python-dtype7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-b] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-i] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-I] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-l] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-L] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-P] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-e] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-f] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_high-g] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-b] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-i] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-I] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-l] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-L] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-P] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-e] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-f] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[c_low-g] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-b] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-i] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-I] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-l] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-L] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-P] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-e] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-f] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_dtypes.py::test_numeric_dtype[python-g] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_read_with_bad_header[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_read_with_bad_header[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_read_with_bad_header[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_negative_header[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_negative_header[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_negative_header[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_negative_multi_index_header[c_high-header0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_negative_multi_index_header[c_high-header1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_negative_multi_index_header[c_low-header0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_negative_multi_index_header[c_low-header1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_negative_multi_index_header[python-header0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_negative_multi_index_header[python-header1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_bool_header_arg[c_high-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_bool_header_arg[c_high-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_bool_header_arg[c_low-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_bool_header_arg[c_low-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_bool_header_arg[python-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_bool_header_arg[python-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_no_header_prefix[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_no_header_prefix[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_no_header_prefix[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_with_index_col[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_with_index_col[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_with_index_col[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_not_first_line[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_not_first_line[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_not_first_line[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_invalid[c_high-kwargs0-index_col must only contain row numbers when specifying a multi-index header] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_invalid[c_high-kwargs1-cannot specify names when specifying a multi-index header] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_invalid[c_high-kwargs2-cannot specify usecols when specifying a multi-index header] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_invalid[c_low-kwargs0-index_col must only contain row numbers when specifying a multi-index header] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_invalid[c_low-kwargs1-cannot specify names when specifying a multi-index header] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_invalid[c_low-kwargs2-cannot specify usecols when specifying a multi-index header] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_invalid[python-kwargs0-index_col must only contain row numbers when specifying a multi-index header] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_invalid[python-kwargs1-cannot specify names when specifying a multi-index header] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_invalid[python-kwargs2-cannot specify usecols when specifying a multi-index header] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format1[c_high-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format1[c_high-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format1[c_high-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format1[c_low-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format1[c_low-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format1[c_low-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format1[python-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format1[python-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format1[python-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format2[c_high-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format2[c_high-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format2[c_high-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format2[c_low-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format2[c_low-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format2[c_low-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format2[python-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format2[python-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format2[python-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format3[c_high-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format3[c_high-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format3[c_high-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format3[c_low-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format3[c_low-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format3[c_low-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format3[python-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format3[python-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format3[python-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format_malformed1[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format_malformed1[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format_malformed1[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format_malformed2[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format_malformed2[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format_malformed2[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format_malformed3[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format_malformed3[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_multi_index_common_format_malformed3[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_names_backward_compat[c_high-1,2,3\n4,5,6-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_names_backward_compat[c_high-foo,bar,baz\n1,2,3\n4,5,6-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_names_backward_compat[c_low-1,2,3\n4,5,6-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_names_backward_compat[c_low-foo,bar,baz\n1,2,3\n4,5,6-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_names_backward_compat[python-1,2,3\n4,5,6-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_header_names_backward_compat[python-foo,bar,baz\n1,2,3\n4,5,6-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_read_only_header_no_rows[c_high-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_read_only_header_no_rows[c_high-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_read_only_header_no_rows[c_low-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_read_only_header_no_rows[c_low-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_read_only_header_no_rows[python-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_read_only_header_no_rows[python-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_no_header[c_high-kwargs0-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_no_header[c_high-kwargs1-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_no_header[c_high-kwargs2-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_no_header[c_low-kwargs0-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_no_header[c_low-kwargs1-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_no_header[c_low-kwargs2-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_no_header[python-kwargs0-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_no_header[python-kwargs1-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_no_header[python-kwargs2-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_non_int_header[c_high-header0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_non_int_header[c_high-string_header] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_non_int_header[c_low-header0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_non_int_header[c_low-string_header] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_non_int_header[python-header0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_non_int_header[python-string_header] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_singleton_header[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_singleton_header[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_singleton_header[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_mangles_multi_index[c_high-A,A,A,B\none,one,one,two\n0,40,34,0.1-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_mangles_multi_index[c_high-A,A,A,B\none,one,one.1,two\n0,40,34,0.1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_mangles_multi_index[c_high-A,A,A,B,B\none,one,one.1,two,two\n0,40,34,0.1,0.1-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_mangles_multi_index[c_low-A,A,A,B\none,one,one,two\n0,40,34,0.1-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_mangles_multi_index[c_low-A,A,A,B\none,one,one.1,two\n0,40,34,0.1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_mangles_multi_index[c_low-A,A,A,B,B\none,one,one.1,two,two\n0,40,34,0.1,0.1-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_mangles_multi_index[python-A,A,A,B\none,one,one,two\n0,40,34,0.1-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_mangles_multi_index[python-A,A,A,B\none,one,one.1,two\n0,40,34,0.1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_mangles_multi_index[python-A,A,A,B,B\none,one,one.1,two,two\n0,40,34,0.1,0.1-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_high-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_high-None-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_high-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_high-columns1-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_high-columns2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_high-columns2-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_high-columns3-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_high-columns3-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_low-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_low-None-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_low-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_low-columns1-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_low-columns2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_low-columns2-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_low-columns3-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[c_low-columns3-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[python-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[python-None-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[python-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[python-columns1-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[python-columns2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[python-columns2-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[python-columns3-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_header.py::test_multi_index_unnamed[python-columns3-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_named[c_high-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_named[c_high-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_named[c_low-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_named[c_low-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_named[python-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_named[python-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_named2[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_named2[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_named2[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_is_true[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_is_true[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_is_true[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_infer_index_col[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_infer_index_col[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_infer_index_col[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-None-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-False-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-0-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-1-kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-x-kwargs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-y-kwargs5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-index_col6-kwargs6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-index_col7-kwargs7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-index_col8-kwargs8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_high-index_col9-kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-None-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-False-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-0-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-1-kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-x-kwargs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-y-kwargs5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-index_col6-kwargs6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-index_col7-kwargs7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-index_col8-kwargs8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[c_low-index_col9-kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[python-None-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[python-False-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[python-0-kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[python-1-kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[python-x-kwargs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[python-y-kwargs5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[python-index_col6-kwargs6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[python-index_col7-kwargs7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[python-index_col8-kwargs8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_index_col_empty_data[python-index_col9-kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_empty_with_index_col_false[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_empty_with_index_col_false[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_empty_with_index_col_false[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[c_high-index_names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[c_high-index_names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[c_high-index_names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[c_high-index_names3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[c_high-index_names4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[c_low-index_names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[c_low-index_names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[c_low-index_names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[c_low-index_names3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[c_low-index_names4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[python-index_names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[python-index_names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[python-index_names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[python-index_names3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming[python-index_names4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming_not_all_at_beginning[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming_not_all_at_beginning[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_index_col.py::test_multi_index_naming_not_all_at_beginning[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_basic[c_high-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_basic[c_high-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_basic[c_low-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_basic[c_low-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_basic[python-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_basic[python-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_basic_names[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_basic_names[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_basic_names[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_basic_names_raise[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_basic_names_raise[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_basic_names_raise[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_columns[c_high-a,a,a.1\n1,2,3-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_columns[c_high-a,a,a.1,a.1.1,a.1.1.1,a.1.1.1.1\n1,2,3,4,5,6-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_columns[c_high-a,a,a.3,a.1,a.2,a,a\n1,2,3,4,5,6,7-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_columns[c_low-a,a,a.1\n1,2,3-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_columns[c_low-a,a,a.1,a.1.1,a.1.1.1,a.1.1.1.1\n1,2,3,4,5,6-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_columns[c_low-a,a,a.3,a.1,a.2,a,a\n1,2,3,4,5,6,7-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_columns[python-a,a,a.1\n1,2,3-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_columns[python-a,a,a.1,a.1.1,a.1.1.1,a.1.1.1.1\n1,2,3,4,5,6-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_columns[python-a,a,a.3,a.1,a.2,a,a\n1,2,3,4,5,6,7-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_names[c_high-a,b,b\n1,2,3-names0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_names[c_high-a,b,c,d,e,f\n1,2,3,4,5,6-names1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_names[c_high-a,b,c,d,e,f,g\n1,2,3,4,5,6,7-names2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_names[c_low-a,b,b\n1,2,3-names0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_names[c_low-a,b,c,d,e,f\n1,2,3,4,5,6-names1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_names[c_low-a,b,c,d,e,f,g\n1,2,3,4,5,6,7-names2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_names[python-a,b,b\n1,2,3-names0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_names[python-a,b,c,d,e,f\n1,2,3,4,5,6-names1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_thorough_mangle_names[python-a,b,c,d,e,f,g\n1,2,3,4,5,6,7-names2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_mangled_unnamed_placeholders[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_mangled_unnamed_placeholders[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_mangle_dupes.py::test_mangled_unnamed_placeholders[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_multi_thread.py::test_multi_thread_string_io_read_csv[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_multi_thread.py::test_multi_thread_string_io_read_csv[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_multi_thread.py::test_multi_thread_string_io_read_csv[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_multi_thread.py::test_multi_thread_path_multipart_read_csv[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_multi_thread.py::test_multi_thread_path_multipart_read_csv[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_multi_thread.py::test_multi_thread_path_multipart_read_csv[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_string_nas[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_string_nas[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_string_nas[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_detect_string_na[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_detect_string_na[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_detect_string_na[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_high-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_high-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_high-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_high-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_high-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_high-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_high-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_high-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_high-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_high-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_high-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_high-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_high-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_high-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_low-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_low-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_low-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_low-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_low-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_low-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_low-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_low-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_low-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_low-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_low-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_low-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_low-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[c_low-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[python-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[python-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[python-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[python-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[python-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[python-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[python-A,B\n-999,1.2\n2,-999\n3,4.5\n-na_values6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[python-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[python-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[python-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[python-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[python-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[python-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_non_string_na_values[python-A,B\n-999,1.200\n2,-999.000\n3,4.500\n-na_values6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_default_na_values[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_default_na_values[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_default_na_values[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_custom_na_values[c_high-baz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_custom_na_values[c_high-na_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_custom_na_values[c_low-baz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_custom_na_values[c_low-na_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_custom_na_values[python-baz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_custom_na_values[python-na_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_bool_na_values[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_bool_na_values[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_bool_na_values[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_value_dict[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_value_dict[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_value_dict[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_value_dict_multi_index[c_high-index_col0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_value_dict_multi_index[c_high-index_col1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_value_dict_multi_index[c_high-index_col2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_value_dict_multi_index[c_low-index_col0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_value_dict_multi_index[c_low-index_col1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_value_dict_multi_index[c_low-index_col2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_value_dict_multi_index[python-index_col0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_value_dict_multi_index[python-index_col1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_value_dict_multi_index[python-index_col2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_keep_default[c_high-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_keep_default[c_high-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_keep_default[c_high-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_keep_default[c_high-kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_keep_default[c_low-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_keep_default[c_low-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_keep_default[c_low-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_keep_default[c_low-kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_keep_default[python-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_keep_default[python-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_keep_default[python-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_keep_default[python-kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_na_values_no_keep_default[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_na_values_no_keep_default[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_na_values_no_keep_default[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_keep_default_na_dict_na_values[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_keep_default_na_dict_na_values[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_keep_default_na_dict_na_values[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_keep_default_na_dict_na_scalar_values[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_keep_default_na_dict_na_scalar_values[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_keep_default_na_dict_na_scalar_values[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_keep_default_na_dict_na_values_diff_reprs[c_high-1131250] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_keep_default_na_dict_na_values_diff_reprs[c_high-1131251] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_keep_default_na_dict_na_values_diff_reprs[c_low-1131250] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_keep_default_na_dict_na_values_diff_reprs[c_low-1131251] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_keep_default_na_dict_na_values_diff_reprs[python-1131250] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_keep_default_na_dict_na_values_diff_reprs[python-1131251] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_na_filter_override[c_high-True-row_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_na_filter_override[c_high-False-row_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_na_filter_override[c_low-True-row_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_na_filter_override[c_low-False-row_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_na_filter_override[python-True-row_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_na_filter_override[python-False-row_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_trailing_columns[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_trailing_columns[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_trailing_columns[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_scalar[c_high-1-row_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_scalar[c_high-na_values1-row_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_scalar[c_low-1-row_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_scalar[c_low-na_values1-row_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_scalar[python-1-row_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_scalar[python-na_values1-row_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_dict_aliasing[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_dict_aliasing[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_dict_aliasing[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_dict_col_index[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_dict_col_index[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_dict_col_index[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_uint64[c_high-9223372036854775808\n9223372036854775809-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_uint64[c_high-9223372036854775808,1\n,2-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_uint64[c_high-9223372036854775808\n1-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_uint64[c_low-9223372036854775808\n9223372036854775809-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_uint64[c_low-9223372036854775808,1\n,2-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_uint64[c_low-9223372036854775808\n1-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_uint64[python-9223372036854775808\n9223372036854775809-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_uint64[python-9223372036854775808,1\n,2-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_uint64[python-9223372036854775808\n1-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_empty_na_values_no_default_with_index[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_empty_na_values_no_default_with_index[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_empty_na_values_no_default_with_index[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_na_filter_on_index[c_high-False-index_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_na_filter_on_index[c_high-True-index_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_na_filter_on_index[c_low-False-index_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_na_filter_on_index[c_low-True-index_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_na_filter_on_index[python-False-index_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_no_na_filter_on_index[python-True-index_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_inf_na_values_with_int_index[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_inf_na_values_with_int_index[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_inf_na_values_with_int_index[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_with_dtype_str_and_na_filter[c_high-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_with_dtype_str_and_na_filter[c_high-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_with_dtype_str_and_na_filter[c_low-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_with_dtype_str_and_na_filter[c_low-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_with_dtype_str_and_na_filter[python-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_na_values_with_dtype_str_and_na_filter[python-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[c_high-false,1\n,1\ntrue-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[c_high-false,1\nnull,1\ntrue-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[c_high-false,1\nnan,1\ntrue-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[c_high-false,1\nfoo,1\ntrue-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[c_high-false,1\nfoo,1\ntrue-na_values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[c_high-false,1\nfoo,1\ntrue-na_values5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[c_low-false,1\n,1\ntrue-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[c_low-false,1\nnull,1\ntrue-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[c_low-false,1\nnan,1\ntrue-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[c_low-false,1\nfoo,1\ntrue-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[c_low-false,1\nfoo,1\ntrue-na_values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[c_low-false,1\nfoo,1\ntrue-na_values5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[python-false,1\n,1\ntrue-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[python-false,1\nnull,1\ntrue-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[python-false,1\nnan,1\ntrue-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[python-false,1\nfoo,1\ntrue-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[python-false,1\nfoo,1\ntrue-na_values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_na_values.py::test_cast_NA_to_bool_raises_error[python-false,1\nfoo,1\ntrue-na_values5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3_bucket SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3n_bucket SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3a_bucket SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3_bucket_nrows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3_bucket_chunked SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3_bucket_chunked_python SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3_bucket_python SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_infer_s3_compression SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_parse_public_s3_bucket_nrows_python SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_s3_fails SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_read_csv_handles_boto_s3_object SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_read_csv_chunked_download SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_network.py::TestS3::test_read_s3_with_hash_in_key SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_separator_date_conflict[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_separator_date_conflict[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_separator_date_conflict[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_custom[c_high-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_custom[c_high-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_custom[c_low-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_custom[c_low-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_custom[python-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_custom[python-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_concat_date_col_fail[1-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_concat_date_col_fail[1-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_concat_date_col_fail[1-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_concat_date_col_fail[1-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_concat_date_col_fail[2-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_concat_date_col_fail[2-tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_concat_date_col_fail[2-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_concat_date_col_fail[2-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col[c_high-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col[c_high-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col[c_low-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col[c_low-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col[python-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col[python-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_date_col_as_index_col[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_date_col_as_index_col[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_date_col_as_index_col[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_int_cast[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_int_cast[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_int_cast[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_timestamp_parse[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_timestamp_parse[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_timestamp_parse[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_with_header[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_with_header[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_with_header[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_name_collision[c_high-date_NominalTime,date,NominalTime\nKORD1,19990127, 19:00:00\nKORD2,19990127, 20:00:00-parse_dates0-New date column already in dict date_NominalTime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_name_collision[c_high-ID,date,nominalTime\nKORD,19990127, 19:00:00\nKORD,19990127, 20:00:00-parse_dates1-Date column ID already in dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_name_collision[c_low-date_NominalTime,date,NominalTime\nKORD1,19990127, 19:00:00\nKORD2,19990127, 20:00:00-parse_dates0-New date column already in dict date_NominalTime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_name_collision[c_low-ID,date,nominalTime\nKORD,19990127, 19:00:00\nKORD,19990127, 20:00:00-parse_dates1-Date column ID already in dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_name_collision[python-date_NominalTime,date,NominalTime\nKORD1,19990127, 19:00:00\nKORD2,19990127, 20:00:00-parse_dates0-New date column already in dict date_NominalTime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_name_collision[python-ID,date,nominalTime\nKORD,19990127, 19:00:00\nKORD,19990127, 20:00:00-parse_dates1-Date column ID already in dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_date_parser_int_bug[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_date_parser_int_bug[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_date_parser_int_bug[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_nat_parse[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_nat_parse[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_nat_parse[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_csv_custom_parser[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_csv_custom_parser[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_csv_custom_parser[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_implicit_first_col[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_implicit_first_col[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_implicit_first_col[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_string[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_string[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_string[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_yy_format_with_year_first[c_high-parse_dates0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_yy_format_with_year_first[c_high-parse_dates1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_yy_format_with_year_first[c_low-parse_dates0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_yy_format_with_year_first[c_low-parse_dates1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_yy_format_with_year_first[python-parse_dates0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_yy_format_with_year_first[python-parse_dates1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_column_list[c_high-parse_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_column_list[c_high-parse_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_column_list[c_low-parse_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_column_list[c_low-parse_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_column_list[python-parse_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_column_list[python-parse_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multi_index_parse_dates[c_high-index_col0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multi_index_parse_dates[c_high-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multi_index_parse_dates[c_low-index_col0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multi_index_parse_dates[c_low-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multi_index_parse_dates[python-index_col0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multi_index_parse_dates[python-index_col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_custom_euro_format[c_high-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_custom_euro_format[c_high-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_custom_euro_format[c_low-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_custom_euro_format[c_low-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_custom_euro_format[python-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_custom_euro_format[python-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_tz_aware[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_tz_aware[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_tz_aware[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_index[c_high-parse_dates0-nominal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_index[c_high-parse_dates1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_index[c_high-parse_dates2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_index[c_low-parse_dates0-nominal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_index[c_low-parse_dates1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_index[c_low-parse_dates2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_index[python-parse_dates0-nominal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_index[python-parse_dates1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_index[python-parse_dates2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_chunked[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_chunked[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_cols_chunked[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_named_index_compat[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_named_index_compat[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_named_index_compat[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_multiple_index_compat[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_multiple_index_compat[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_multiple_date_col_multiple_index_compat[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_scalar_non_bool[c_high-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_scalar_non_bool[c_high-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_scalar_non_bool[c_low-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_scalar_non_bool[c_low-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_scalar_non_bool[python-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_scalar_non_bool[python-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_invalid_type[c_high-parse_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_invalid_type[c_high-parse_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_invalid_type[c_high-parse_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_invalid_type[c_low-parse_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_invalid_type[c_low-parse_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_invalid_type[c_low-parse_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_invalid_type[python-parse_dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_invalid_type[python-parse_dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_read_with_parse_dates_invalid_type[python-parse_dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[c_high-nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[c_high-nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[c_high-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[c_high-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[c_high-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[c_high-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[c_low-nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[c_low-nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[c_low-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[c_low-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[c_low-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[c_low-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[python-nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[python-nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[python-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[python-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[python-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_bad_date_parse[python-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_empty_string[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_empty_string[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_empty_string[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_no_convert_thousands[c_high-a\n04.15.2016-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_no_convert_thousands[c_high-a\n04.15.2016-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_no_convert_thousands[c_high-a,b\n04.15.2016,09.16.2013-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_no_convert_thousands[c_high-a,b\n04.15.2016,09.16.2013-kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_no_convert_thousands[c_low-a\n04.15.2016-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_no_convert_thousands[c_low-a\n04.15.2016-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_no_convert_thousands[c_low-a,b\n04.15.2016,09.16.2013-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_no_convert_thousands[c_low-a,b\n04.15.2016,09.16.2013-kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_no_convert_thousands[python-a\n04.15.2016-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_no_convert_thousands[python-a\n04.15.2016-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_no_convert_thousands[python-a,b\n04.15.2016,09.16.2013-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_dates_no_convert_thousands[python-a,b\n04.15.2016,09.16.2013-kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_time_multi_level_column_name[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_time_multi_level_column_name[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_time_multi_level_column_name[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_time[c_high-date,time,a,b\n2001-01-05, 10:00:00, 0.0, 10.\n2001-01-05, 00:00:00, 1., 11.\n-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_time[c_high-KORD,19990127, 19:00:00, 18:56:00, 0.8100\nKORD,19990127, 20:00:00, 19:56:00, 0.0100\nKORD,19990127, 21:00:00, 20:56:00, -0.5900\nKORD,19990127, 21:00:00, 21:18:00, -0.9900\nKORD,19990127, 22:00:00, 21:56:00, -0.5900\nKORD,19990127, 23:00:00, 22:56:00, -0.5900-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_time[c_low-date,time,a,b\n2001-01-05, 10:00:00, 0.0, 10.\n2001-01-05, 00:00:00, 1., 11.\n-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_time[c_low-KORD,19990127, 19:00:00, 18:56:00, 0.8100\nKORD,19990127, 20:00:00, 19:56:00, 0.0100\nKORD,19990127, 21:00:00, 20:56:00, -0.5900\nKORD,19990127, 21:00:00, 21:18:00, -0.9900\nKORD,19990127, 22:00:00, 21:56:00, -0.5900\nKORD,19990127, 23:00:00, 22:56:00, -0.5900-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_time[python-date,time,a,b\n2001-01-05, 10:00:00, 0.0, 10.\n2001-01-05, 00:00:00, 1., 11.\n-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_time[python-KORD,19990127, 19:00:00, 18:56:00, 0.8100\nKORD,19990127, 20:00:00, 19:56:00, 0.0100\nKORD,19990127, 21:00:00, 20:56:00, -0.5900\nKORD,19990127, 21:00:00, 21:18:00, -0.9900\nKORD,19990127, 22:00:00, 21:56:00, -0.5900\nKORD,19990127, 23:00:00, 22:56:00, -0.5900-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_fields[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_fields[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_fields[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_all_fields[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_all_fields[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_all_fields[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_datetime_fractional_seconds[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_datetime_fractional_seconds[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_datetime_fractional_seconds[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_generic[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_generic[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_generic[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_date_parser_resolution_if_not_ns[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_date_parser_resolution_if_not_ns[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_date_parser_resolution_if_not_ns[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_column_with_empty_string[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_column_with_empty_string[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_column_with_empty_string[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_float[c_high-True-a\n135217135789158401\n1352171357E+5-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_float[c_high-True-a\n99999999999\n123456789012345\n1234E+0-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_float[c_high-False-a\n135217135789158401\n1352171357E+5-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_float[c_high-False-a\n99999999999\n123456789012345\n1234E+0-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_float[c_low-True-a\n135217135789158401\n1352171357E+5-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_float[c_low-True-a\n99999999999\n123456789012345\n1234E+0-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_float[c_low-False-a\n135217135789158401\n1352171357E+5-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_float[c_low-False-a\n99999999999\n123456789012345\n1234E+0-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_float[python-True-a\n135217135789158401\n1352171357E+5-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_float[python-True-a\n99999999999\n123456789012345\n1234E+0-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_float[python-False-a\n135217135789158401\n1352171357E+5-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_date_float[python-False-a\n99999999999\n123456789012345\n1234E+0-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_timezone[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_timezone[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_timezone[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[c_high-32/32/2019] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[c_high-02/30/2019] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[c_high-13/13/2019] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[c_high-13/2019] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[c_high-a3/11/2018] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[c_high-10/11/2o17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[c_low-32/32/2019] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[c_low-02/30/2019] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[c_low-13/13/2019] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[c_low-13/2019] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[c_low-a3/11/2018] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[c_low-10/11/2o17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[python-32/32/2019] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[python-02/30/2019] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[python-13/13/2019] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[python-13/2019] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[python-a3/11/2018] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_invalid_parse_delimited_date[python-10/11/2o17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[c_high-13/02/2019-False-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[c_high-13/02/2019-True-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[c_high-02/13/2019-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[c_high-02/13/2019-True-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[c_high-04/02/2019-True-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[c_low-13/02/2019-False-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[c_low-13/02/2019-True-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[c_low-02/13/2019-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[c_low-02/13/2019-True-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[c_low-04/02/2019-True-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[python-13/02/2019-False-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[python-13/02/2019-True-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[python-02/13/2019-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[python-02/13/2019-True-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_parse_delimited_date_swap[python-04/02/2019-True-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%d %m %Y-True- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%d %m %Y-True--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%d %m %Y-True-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%d %m %Y-True-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%d %m %Y-False- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%d %m %Y-False--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%d %m %Y-False-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%d %m %Y-False-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %d %Y-True- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %d %Y-True--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %d %Y-True-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %d %Y-True-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %d %Y-False- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %d %Y-False--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %d %Y-False-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %d %Y-False-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-True- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-True--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-True-.] You can add @seed(16478660929367557011884164622575584537) to this test or run pytest with --hypothesis-seed=16478660929367557011884164622575584537 to reproduce this failure.
> SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-True-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-False- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-False--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-False-.] You can add @seed(87396295927934418598345303374485832241) to this test or run pytest with --hypothesis-seed=87396295927934418598345303374485832241 to reproduce this failure.
> SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-False-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y %m %d-True- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y %m %d-True--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y %m %d-True-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y %m %d-True-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y %m %d-False- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y %m %d-False--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y %m %d-False-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y %m %d-False-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y %m %d-True- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y %m %d-True--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y %m %d-True-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y %m %d-True-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y %m %d-False- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y %m %d-False--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y %m %d-False-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y %m %d-False-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y%m%d-True- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y%m%d-True--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y%m%d-True-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y%m%d-True-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y%m%d-False- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y%m%d-False--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y%m%d-False-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%Y%m%d-False-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y%m%d-True- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y%m%d-True--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y%m%d-True-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y%m%d-True-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y%m%d-False- ] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y%m%d-False--] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y%m%d-False-.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%y%m%d-False-/] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_default_separator[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_invalid_skipfooter_non_int[python-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_invalid_skipfooter_non_int[python-1.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_invalid_skipfooter_non_int[python-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_invalid_skipfooter_negative[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_sniff_delimiter[python-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_sniff_delimiter[python-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_sniff_delimiter_encoding[python-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_sniff_delimiter_encoding[python-utf-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_single_line[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_skipfooter[python-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_skipfooter[python-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_decompression_regex_sep[python-gzip-GzipFile] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_decompression_regex_sep[python-bz2-BZ2File] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_read_csv_buglet_4x_multi_index[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_read_csv_buglet_4x_multi_index2[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_skipfooter_with_decimal[python-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_skipfooter_with_decimal[python-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-::] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-#####] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-!!!] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-123] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-#1!c5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-%!c!d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-@@#4:2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-_!pd#_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-be-::] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-be-#####] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-be-!!!] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-be-123] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-be-#1!c5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-be-%!c!d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-be-@@#4:2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-be-_!pd#_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-le-::] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-le-#####] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-le-!!!] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-le-123] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-le-#1!c5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-le-%!c!d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-le-@@#4:2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-16-le-_!pd#_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-32-::] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-32-#####] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-32-!!!] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-32-123] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-32-#1!c5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-32-%!c!d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-32-@@#4:2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-utf-32-_!pd#_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-cp037-::] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-cp037-#####] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-cp037-!!!] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-cp037-123] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-cp037-#1!c5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-cp037-%!c!d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-cp037-@@#4:2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_encoding_non_utf8_multichar_sep[python-cp037-_!pd#_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_multi_char_sep_quotes[python-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_multi_char_sep_quotes[python-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_none_delimiter[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_skipfooter_bad_row[python-0-a\n1\n"b"a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_skipfooter_bad_row[python-0-a,b,c\ncat,foo,bar\ndog,foo,"baz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_skipfooter_bad_row[python-1-a\n1\n"b"a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_skipfooter_bad_row[python-1-a,b,c\ncat,foo,bar\ndog,foo,"baz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_python_parser_only.py::test_malformed_skipfooter[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quote_char[c_high-kwargs0-"quotechar" must be a(n)? 1-character string] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quote_char[c_high-kwargs1-quotechar must be set if quoting enabled] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quote_char[c_high-kwargs2-"quotechar" must be string, not int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quote_char[c_low-kwargs0-"quotechar" must be a(n)? 1-character string] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quote_char[c_low-kwargs1-quotechar must be set if quoting enabled] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quote_char[c_low-kwargs2-"quotechar" must be string, not int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quote_char[python-kwargs0-"quotechar" must be a(n)? 1-character string] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quote_char[python-kwargs1-quotechar must be set if quoting enabled] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quote_char[python-kwargs2-"quotechar" must be string, not int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quoting[c_high-foo-"quoting" must be an integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quoting[c_high-5-bad "quoting" value] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quoting[c_low-foo-"quoting" must be an integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quoting[c_low-5-bad "quoting" value] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quoting[python-foo-"quoting" must be an integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_bad_quoting[python-5-bad "quoting" value] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_basic[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_basic[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_basic[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[c_high-~] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[c_high-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[c_high-%] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[c_high-$] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[c_high-@] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[c_high-P] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[c_low-~] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[c_low-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[c_low-%] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[c_low-$] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[c_low-@] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[c_low-P] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[python-~] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[python-*] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[python-%] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[python-$] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[python-@] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quote_char_various[python-P] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_null_quote_char[c_high-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_null_quote_char[c_high-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_null_quote_char[c_high-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_null_quote_char[c_high-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_null_quote_char[c_low-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_null_quote_char[c_low-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_null_quote_char[c_low-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_null_quote_char[c_low-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_null_quote_char[python-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_null_quote_char[python-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_null_quote_char[python-None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_null_quote_char[python-None-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[c_high-kwargs0-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[c_high-kwargs1-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[c_high-kwargs2-exp_data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[c_high-kwargs3-exp_data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[c_high-kwargs4-exp_data4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[c_low-kwargs0-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[c_low-kwargs1-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[c_low-kwargs2-exp_data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[c_low-kwargs3-exp_data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[c_low-kwargs4-exp_data4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[python-kwargs0-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[python-kwargs1-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[python-kwargs2-exp_data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[python-kwargs3-exp_data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quoting_various[python-kwargs4-exp_data4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_double_quote[c_high-True-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_double_quote[c_high-False-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_double_quote[c_low-True-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_double_quote[c_low-False-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_double_quote[python-True-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_double_quote[python-False-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quotechar_unicode[c_high-"] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quotechar_unicode[c_high-\x01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quotechar_unicode[c_low-"] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quotechar_unicode[c_low-\x01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quotechar_unicode[python-"] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_quotechar_unicode[python-\x01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_unbalanced_quoting[c_high-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_unbalanced_quoting[c_high-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_unbalanced_quoting[c_low-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_unbalanced_quoting[c_low-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_unbalanced_quoting[python-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_quoting.py::test_unbalanced_quoting[python-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_colspecs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_widths PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_non_space_filler PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_over_specified PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_under_specified PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_read_csv_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_bytes_io_input PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_colspecs_is_list_or_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_colspecs_is_list_or_tuple_of_two_element_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_colspecs_none[colspecs0-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_colspecs_none[colspecs1-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_colspecs_none[colspecs2-exp_data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_colspecs_none[colspecs3-exp_data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_colspecs_infer_nrows[1-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_colspecs_infer_nrows[10-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_regression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_for_uint8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_comment[#] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_comment[~] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_comment[!] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_thousands[,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_thousands[#] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_thousands[~] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_bool_header_arg[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_bool_header_arg[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_full_file PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_full_file_with_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_full_file_with_spaces PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_full_file_with_spaces_and_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_messed_up_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_multiple_delimiters PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_variable_width_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_dtype[dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_dtype[dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_skiprows_inference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_skiprows_by_index_inference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_skiprows_inference_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_whitespace_preservation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_default_delimiter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_compression[gzip-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_compression[gzip-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_compression[gzip-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_compression[bz2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_compression[bz2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_compression[bz2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_compression[zip-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_compression[zip-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_compression[zip-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_compression[xz-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_compression[xz-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_read_fwf.py::test_fwf_compression[xz-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_bug[c_high-skiprows0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_bug[c_high-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_bug[c_low-skiprows0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_bug[c_low-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_bug[python-skiprows0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_bug[python-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_deep_skip_rows[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_deep_skip_rows[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_deep_skip_rows[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_blank[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_blank[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_blank[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline[c_high-id,text,num_lines\n1,"line 11\nline 12",2\n2,"line 21\nline 22",2\n3,"line 31",1-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline[c_high-a,b,c\n~a\n b~,~e\n d~,~f\n f~\n1,2,~12\n 13\n 14~-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline[c_high-Text,url\n~example\n sentence\n one~,url1\n~example\n sentence\n two~,url2\n~example\n sentence\n three~,url3-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline[c_low-id,text,num_lines\n1,"line 11\nline 12",2\n2,"line 21\nline 22",2\n3,"line 31",1-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline[c_low-a,b,c\n~a\n b~,~e\n d~,~f\n f~\n1,2,~12\n 13\n 14~-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline[c_low-Text,url\n~example\n sentence\n one~,url1\n~example\n sentence\n two~,url2\n~example\n sentence\n three~,url3-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline[python-id,text,num_lines\n1,"line 11\nline 12",2\n2,"line 21\nline 22",2\n3,"line 31",1-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline[python-a,b,c\n~a\n b~,~e\n d~,~f\n f~\n1,2,~12\n 13\n 14~-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline[python-Text,url\n~example\n sentence\n one~,url1\n~example\n sentence\n two~,url2\n~example\n sentence\n three~,url3-kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_quote[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_quote[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_quote[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline_and_quote[c_high-id,text,num_lines\n1,"line \n'11' line 12",2\n2,"line \n'21' line 22",2\n3,"line \n'31' line 32",1-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline_and_quote[c_high-id,text,num_lines\n1,"line '11\n' line 12",2\n2,"line '21\n' line 22",2\n3,"line '31\n' line 32",1-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline_and_quote[c_high-id,text,num_lines\n1,"line '11\n' \r\tline 12",2\n2,"line '21\n' \r\tline 22",2\n3,"line '31\n' \r\tline 32",1-exp_data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline_and_quote[c_low-id,text,num_lines\n1,"line \n'11' line 12",2\n2,"line \n'21' line 22",2\n3,"line \n'31' line 32",1-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline_and_quote[c_low-id,text,num_lines\n1,"line '11\n' line 12",2\n2,"line '21\n' line 22",2\n3,"line '31\n' line 32",1-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline_and_quote[c_low-id,text,num_lines\n1,"line '11\n' \r\tline 12",2\n2,"line '21\n' \r\tline 22",2\n3,"line '31\n' \r\tline 32",1-exp_data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline_and_quote[python-id,text,num_lines\n1,"line \n'11' line 12",2\n2,"line \n'21' line 22",2\n3,"line \n'31' line 32",1-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline_and_quote[python-id,text,num_lines\n1,"line '11\n' line 12",2\n2,"line '21\n' line 22",2\n3,"line '31\n' line 32",1-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_row_with_newline_and_quote[python-id,text,num_lines\n1,"line '11\n' \r\tline 12",2\n2,"line '21\n' \r\tline 22",2\n3,"line '31\n' \r\tline 32",1-exp_data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skiprows_lineterminator[c_high-\n] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skiprows_lineterminator[c_high-\r\n] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skiprows_lineterminator[c_high-\r] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skiprows_lineterminator[c_low-\n] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skiprows_lineterminator[c_low-\r\n] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skiprows_lineterminator[c_low-\r] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skiprows_lineterminator[python-\n] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skiprows_lineterminator[python-\r\n] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skiprows_lineterminator[python-\r] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skiprows_infield_quote[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skiprows_infield_quote[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skiprows_infield_quote[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_callable[c_high-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_callable[c_high-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_callable[c_low-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_callable[c_low-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_callable[python-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_callable[python-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_skip_all[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_skip_all[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_skip_all[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_bad_callable[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_bad_callable[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_skiprows.py::test_skip_rows_bad_callable[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_file_handle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_string_filename PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_file_handle_mmap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_StringIO PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_string_factorize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_skipinitialspace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_parse_booleans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_delimit_whitespace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_embedded_newline PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_euro_decimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_integer_thousands PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_integer_thousands_alt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_skip_bad_lines PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_header_not_enough_lines PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_escapechar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_eof_has_eol PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_na_substitution PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_numpy_string_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_pass_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_usecols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_cr_delimited PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_empty_field_eof PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_textreader.py::TestTextReader::test_empty_csv_input PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestUnsupportedFeatures::test_mangle_dupe_cols_false PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestUnsupportedFeatures::test_c_engine PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestUnsupportedFeatures::test_python_engine[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestUnsupportedFeatures::test_python_engine[python-fwf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestUnsupportedFeatures::test_python_engine_file_no_next[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_unsupported.py::TestUnsupportedFeatures::test_python_engine_file_no_next[python-fwf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raise_on_mixed_dtype_usecols[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raise_on_mixed_dtype_usecols[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raise_on_mixed_dtype_usecols[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols[c_high-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols[c_high-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols[c_low-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols[c_low-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols[python-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols[python-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_names[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_names[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_names[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_relative_to_names[c_high-names0-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_relative_to_names[c_high-names1-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_relative_to_names[c_low-names0-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_relative_to_names[c_low-names1-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_relative_to_names[python-names0-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_relative_to_names[python-names1-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_relative_to_names2[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_relative_to_names2[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_relative_to_names2[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_name_length_conflict[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_name_length_conflict[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_name_length_conflict[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_single_string[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_single_string[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_single_string[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_false[c_high-a,b,c,d\n1,2,3,4\n5,6,7,8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_false[c_high-a,b,c,d\n1,2,3,4,\n5,6,7,8,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_false[c_low-a,b,c,d\n1,2,3,4\n5,6,7,8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_false[c_low-a,b,c,d\n1,2,3,4,\n5,6,7,8,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_false[python-a,b,c,d\n1,2,3,4\n5,6,7,8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_false[python-a,b,c,d\n1,2,3,4,\n5,6,7,8,] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict[c_high-usecols0-b] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict[c_high-usecols0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict[c_high-usecols1-b] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict[c_high-usecols1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict[c_low-usecols0-b] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict[c_low-usecols0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict[c_low-usecols1-b] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict[c_low-usecols1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict[python-usecols0-b] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict[python-usecols0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict[python-usecols1-b] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict[python-usecols1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict2[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict2[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_index_col_conflict2[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_implicit_index_col[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_implicit_index_col[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_implicit_index_col[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_regex_sep[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_regex_sep[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_regex_sep[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_whitespace[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_whitespace[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_whitespace[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_integer_like_header[c_high-usecols0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_integer_like_header[c_high-usecols1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_integer_like_header[c_low-usecols0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_integer_like_header[c_low-usecols1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_integer_like_header[python-usecols0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_integer_like_header[python-usecols1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates[c_high-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates[c_high-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates[c_low-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates[c_low-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates[python-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates[python-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates2[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates2[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates2[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates3[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates3[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates3[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates4[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates4[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates4[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates_and_names[c_high-names0-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates_and_names[c_high-names0-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates_and_names[c_high-names1-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates_and_names[c_high-names1-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates_and_names[c_low-names0-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates_and_names[c_low-names0-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates_and_names[c_low-names1-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates_and_names[c_low-names1-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates_and_names[python-names0-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates_and_names[python-names0-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates_and_names[python-names1-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_parse_dates_and_names[python-names1-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_unicode_strings[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_unicode_strings[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_unicode_strings[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_single_byte_unicode_strings[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_single_byte_unicode_strings[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_single_byte_unicode_strings[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_mixed_encoding_strings[c_high-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_mixed_encoding_strings[c_high-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_mixed_encoding_strings[c_low-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_mixed_encoding_strings[c_low-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_mixed_encoding_strings[python-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_mixed_encoding_strings[python-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_multi_byte_characters[c_high-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_multi_byte_characters[c_high-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_multi_byte_characters[c_low-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_multi_byte_characters[c_low-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_multi_byte_characters[python-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_with_multi_byte_characters[python-usecols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_empty_usecols[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_empty_usecols[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_empty_usecols[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_np_array_usecols[c_high] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_np_array_usecols[c_low] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_np_array_usecols[python] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_callable_usecols[c_high-<lambda>-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_callable_usecols[c_high-<lambda>-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_callable_usecols[c_low-<lambda>-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_callable_usecols[c_low-<lambda>-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_callable_usecols[python-<lambda>-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_callable_usecols[python-<lambda>-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_incomplete_first_row[c_high-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_incomplete_first_row[c_high-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_incomplete_first_row[c_low-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_incomplete_first_row[c_low-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_incomplete_first_row[python-usecols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_incomplete_first_row[python-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_uneven_length_cols[c_high-19,29,39\n19,29,39\n10,20,30,40-usecols0-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_uneven_length_cols[c_high-A,B,C\n1,2,3\n3,4,5\n1,2,4,5,1,6\n1,2,3,,,1,\n1,2,3\n5,6,7-usecols1-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_uneven_length_cols[c_low-19,29,39\n19,29,39\n10,20,30,40-usecols0-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_uneven_length_cols[c_low-A,B,C\n1,2,3\n3,4,5\n1,2,4,5,1,6\n1,2,3,,,1,\n1,2,3\n5,6,7-usecols1-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_uneven_length_cols[python-19,29,39\n19,29,39\n10,20,30,40-usecols0-kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_uneven_length_cols[python-A,B,C\n1,2,3\n3,4,5\n1,2,4,5,1,6\n1,2,3,,,1,\n1,2,3\n5,6,7-usecols1-kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[c_high-usecols0-kwargs0-expected0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[c_high-usecols1-kwargs1-None-Usecols do not match columns, columns expected but not found: \\['f'\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[c_high-usecols2-kwargs2-None-Usecols do not match columns, columns expected but not found: \\['f'\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[c_high-usecols3-kwargs3-None-Usecols do not match columns, columns expected but not found: \\[('f', 'g'|'g', 'f')\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[c_high-None-kwargs4-expected4-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[c_high-usecols5-kwargs5-None-Usecols do not match columns, columns expected but not found: \\['f'\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[c_high-usecols6-kwargs6-None-Usecols do not match columns, columns expected but not found: \\['f'\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[c_low-usecols0-kwargs0-expected0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[c_low-usecols1-kwargs1-None-Usecols do not match columns, columns expected but not found: \\['f'\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[c_low-usecols2-kwargs2-None-Usecols do not match columns, columns expected but not found: \\['f'\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[c_low-usecols3-kwargs3-None-Usecols do not match columns, columns expected but not found: \\[('f', 'g'|'g', 'f')\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[c_low-None-kwargs4-expected4-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[c_low-usecols5-kwargs5-None-Usecols do not match columns, columns expected but not found: \\['f'\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[c_low-usecols6-kwargs6-None-Usecols do not match columns, columns expected but not found: \\['f'\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[python-usecols0-kwargs0-expected0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[python-usecols1-kwargs1-None-Usecols do not match columns, columns expected but not found: \\['f'\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[python-usecols2-kwargs2-None-Usecols do not match columns, columns expected but not found: \\['f'\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[python-usecols3-kwargs3-None-Usecols do not match columns, columns expected but not found: \\[('f', 'g'|'g', 'f')\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[python-None-kwargs4-expected4-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[python-usecols5-kwargs5-None-Usecols do not match columns, columns expected but not found: \\['f'\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_raises_on_usecols_names_mismatch[python-usecols6-kwargs6-None-Usecols do not match columns, columns expected but not found: \\['f'\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_subset_names_mismatch_orig_columns[c_high-usecols0] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_subset_names_mismatch_orig_columns[c_high-usecols1] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_subset_names_mismatch_orig_columns[c_low-usecols0] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_subset_names_mismatch_orig_columns[c_low-usecols1] XPASS
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_subset_names_mismatch_orig_columns[python-usecols0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/parser/test_usecols.py::test_usecols_subset_names_mismatch_orig_columns[python-usecols1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_compat.py::TestReadPyTablesHDF5::test_read_complete PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_compat.py::TestReadPyTablesHDF5::test_read_with_start PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_compat.py::TestReadPyTablesHDF5::test_read_with_stop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_compat.py::TestReadPyTablesHDF5::test_read_with_startstop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_format_kwarg_in_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_context PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_conv_read_write PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_long_strings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_api_default_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_keys_ignore_hdf_softlink PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_iter_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_versioning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_mode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_reopen_handle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_open_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_flush PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_walk[/-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_walk[/second_group-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_getattr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_put PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_put_string_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_put_compression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_put_compression_blosc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_complibs_default_settings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_complibs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_put_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_put_mixed_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_store_index_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_encoding PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[category-val0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[category-val1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[category-val2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[category-val3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[category-val4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[category-val5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[category-val6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[category-val7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[category-val8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[object-val0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[object-val1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[object-val2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[object-val3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[object-val4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[object-val5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[object-val6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[object-val7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_latin_encoding[object-val8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_some_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_all_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_read_missing_key_close_store PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_frame_column_oriented PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_with_different_block_ordering PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_with_strings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_with_empty_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_to_hdf_with_min_itemsize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_to_hdf_errors[fixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_to_hdf_errors[table] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_with_data_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_create_table_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_hierarchical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_column_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_store_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_columns_in_where PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_mi_data_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_pass_spec_to_storer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_misc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_raise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_table_index_incompatible_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_table_values_dtypes_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_table_mixed_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_unimplemented_dtypes_table_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_calendar_roundtrip_issue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_roundtrip_tz_aware_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_with_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_remove PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_invalid_terms PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_same_name_scoping PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_sparse_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_sparse_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_float_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_tuple_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_index_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_timeseries_preepoch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_frame[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_frame[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_empty_series_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_empty_series[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_empty_series[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_empty_series[object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_empty_series[m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_empty_series[M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_can_serialize_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_store_hierarchical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_store_index_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_store_index_name_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_store_index_name_numpy_str[table] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_store_index_name_numpy_str[fixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_store_series_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_store_mixed[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_store_mixed[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_with_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_overwrite_node PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_sparse_with_compression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_with_many_inputs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_iterator_complete_8014 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_iterator_non_complete_8014 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_iterator_many_empty_frames PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_retain_index_attributes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_retain_index_attributes2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_frame_select PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_frame_select_complex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_frame_select_complex2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_invalid_filtering PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_string_select PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_read_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_coordinates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_to_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_to_multiple_dropna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_to_multiple_dropna_false XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_as_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_nan_selection_bug_4858 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_start_stop_table PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_start_stop_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_start_stop_fixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_filter_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_path_pathlib PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_contiguous_mixed_data_table[0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_contiguous_mixed_data_table[1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_contiguous_mixed_data_table[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_path_pathlib_hdfstore PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_pickle_path_localpath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_path_localpath_hdfstore PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_multiple_open_close PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_pytables_native_read PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_pytables_native2_read PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_legacy_table_fixed_format_read_py2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_legacy_table_read_py2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_store_datetime_fractional_secs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_tseries_indices_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_tseries_indices_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_unicode_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_unicode_longer_encoded PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_store_datetime_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_append_with_diff_col_name_types_raises_value_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_query_with_nested_special_character PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_categorical_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_categorical_nan_only_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_duplicate_column_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_round_trip_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_preserve_timedeltaindex_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_columns_multiindex_modified PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_to_hdf_with_object_column_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_read_hdf_open_store PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_read_hdf_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_read_hdf_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_read_hdf_generic_buffer_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_invalid_complib PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_read_nokey PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_read_nokey_table PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_read_nokey_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_read_from_pathlib_path PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_read_from_py_localpath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_query_long_float_literal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_query_compare_column_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_read_hdf_series_mode_r[fixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_read_hdf_series_mode_r[table] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_fspath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_read_py2_hdf_file_in_py3 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_empty_where[] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_empty_where[where1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_empty_where[where2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_empty_where[where3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_select_empty_where[where4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_to_hdf_multiindex_extension_dtype[idx0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFStore::test_to_hdf_multiindex_extension_dtype[idx1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFComplexValues::test_complex_fixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFComplexValues::test_complex_table PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFComplexValues::test_complex_mixed_fixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFComplexValues::test_complex_mixed_table PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFComplexValues::test_complex_across_dimensions_fixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFComplexValues::test_complex_across_dimensions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFComplexValues::test_complex_indexing_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFComplexValues::test_complex_series_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestHDFComplexValues::test_complex_append PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestTimezones::test_append_with_timezones_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestTimezones::test_append_with_timezones_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestTimezones::test_tseries_select_index_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestTimezones::test_timezones_fixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestTimezones::test_fixed_offset_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestTimezones::test_store_timezone PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestTimezones::test_legacy_datetimetz_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestTimezones::test_dst_transitions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables.py::TestTimezones::test_read_with_where_tz_aware_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/pytables/test_pytables_missing.py::test_pytables_raises SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas.py::TestSas::test_sas_buffer_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas.py::TestSas::test_sas_read_no_format_or_extension PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_file PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_buffer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_path_pathlib PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_path_localpath PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_iterator_loop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_iterator_read_too_much PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_encoding_options PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_productsales PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_12659 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_airline PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_date_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_compact_numerical_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_many_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_inconsistent_number_of_rows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_sas7bdat.py::test_zero_variables PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test1_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test1_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test1_incremental PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test_multiple_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/io/sas/test_xport.py::TestXport::test_truncated_float_support PASSED
> 
> =============================== warnings summary ===============================
> /usr/lib/python3/dist-packages/html5lib/_trie/_base.py:3
>   /usr/lib/python3/dist-packages/html5lib/_trie/_base.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
>     from collections import Mapping
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> = 6082 passed, 850 skipped, 16 deselected, 23 xfailed, 4 xpassed, 1 warnings in 229.98 seconds =
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> X connection to :99 broken (explicit kill or server shutdown).
> 
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 373 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_backend.py::test_matplotlib_backend_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_backend.py::test_backend_is_not_module PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_backend.py::test_backend_is_correct PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_backend.py::test_register_entrypoint PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_backend.py::test_register_import PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_backend.py::test_no_matplotlib_ok SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_legacy1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_legacy2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_return_type_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_return_type_legacy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_axis_limits PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_empty_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_figsize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_fontsize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy3 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_plot_fignums PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_multiple_axes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_fontsize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::test_initial_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::test_registry_mpl_resets PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::test_timtetonum_accepts_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_register_by_default PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_warns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_registering_no_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_pandas_plots_register PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_matplotlib_formatters PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_option_no_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_registry_resets PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestRegistration::test_old_import_warns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_convert_accepts_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_conversion_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_conversion_outofbounds_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_time_formatter[0-00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_time_formatter[86399.999999-23:59:59.999999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_time_formatter[90000-01:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_time_formatter[3723-01:02:03] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_time_formatter[39723.2-11:02:03.200] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_dateindex_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_resolution PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestDateTimeConverter::test_convert_nested PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestPeriodConverter::test_convert_accepts_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestPeriodConverter::test_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestPeriodConverter::test_integer_passthrough PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_converter.py::TestPeriodConverter::test_convert_nested PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_fontsize_set_correctly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_frame_inferred PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_is_error_nozeroindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_nonnumeric_exclude PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_both_style_and_color PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_high_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_get_datevalue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_format_coord PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[1S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[3S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[5T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[7H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[4D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[8W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[11M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[3A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[1S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[3S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[5T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[7H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[4D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[8W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[11M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[3A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_fake_inferred_business PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_offset_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_multiple_inferred_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_uhf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irreg_hf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irregular_datetime64_repr_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_business_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_business_freq_convert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_nonzero_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_axis_limits PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_get_finder PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_daily PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_quarterly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_monthly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_monthly_long PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_annual PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_minutely PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_hourly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_gaps PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_gap_upsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_y PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_y_ts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_kde PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_bar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_bar_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_regular_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_irregular_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_regular_first_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_irregular_first_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_hf_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_alignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_lf_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_irreg_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_shared_ax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_nat_handling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_to_weekly_resampling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_from_weekly_resampling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_from_resampling_area_line_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_second_millisecond PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irreg_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_time_change_xlim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_time_musec PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_upsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_legend PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_format_date_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ax_plot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mpl_nopandas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irregular_ts_shared_ax_xlim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_y_non_ts_xlim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_y_regular_ts_xlim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_y_mixed_freq_ts_xlim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_y_irregular_ts_xlim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_outofbounds_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_format_timedelta_ticks_narrow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_format_timedelta_ticks_wide PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_timedelta_plot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_hist PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_overlapping_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_add_matplotlib_datetime64 XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_matplotlib_scatter_datetime64 FAILED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_color_single_series_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_color_empty_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_color_and_style_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_nonnumeric_exclude PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_implicit_label PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_donot_overwrite_index_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_xy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_logscales[True-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_logscales[sym-symlog] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_logscale[logx] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_logscale[logy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_logscale[loglog] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xcompat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_period_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_unsorted_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_unsorted_index_lims PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharey PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries_y_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries_y_axis_not_supported XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_warnings FAILED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_multiple_axes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_sharex_axes_existing_axes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_dup_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_negative_log PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_lim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_colors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_user_colors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_linewidth PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth_position PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth_position_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_bottom_left PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_if_scatterplot_colorbar_affects_xaxis_visibility PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_if_hexbin_xaxis_label_is_visible PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_if_scatterplot_colorbars_are_next_to_parent_axes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter_with_categorical_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter_with_c PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_scatter_colors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_stacked_center PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_center PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_subplots_center PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_align_single_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_edge PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_log_no_subplots PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_log_subplots PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot_vertical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot_return_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot_subplots_return_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_missing_vals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df_coord PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_int_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_legend_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_legend_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_no_legend PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_style_by_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_label_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors FAILED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_dont_modify_colors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots FAILED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_colors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_colors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot_colors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_default_color_cycle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_unordered_ts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kind_both_ways PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_all_invalid_plot_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_partially_invalid_plot_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_xy_args[x0-A-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_xy_args[x1-y1-lbl1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_xy_args[A-y2-badlabel] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_xy_args_dup_cols[A-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_xy_args_dup_cols[x1-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y0-lbl0-colors0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y1-lbl1-colors1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[0-y2-lbl2-colors2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[0-1-colnames0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[1-0-colnames1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hexbin_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hexbin_with_c PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hexbin_cmap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_no_color_bar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_allow_cmap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_asymmetrical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_memory_leak PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_subplots_patterns_minorticks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_grid_settings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_invalid_colormap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plain_axes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_passed_bar_colors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rcParams_bar_colors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_secondary_axis_font_size[line] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_secondary_axis_font_size[barh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_secondary_axis_font_size[bar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_x_string_values_ticks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_x_multiindex_values_ticks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_groupby.py::TestDataFrameGroupByPlots::test_series_groupby_plotting_nominally_works PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_groupby.py::TestDataFrameGroupByPlots::test_plotting_with_float_index_works PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_groupby.py::TestDataFrameGroupByPlots::test_hist_single_row PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_groupby.py::TestDataFrameGroupByPlots::test_plot_submethod_works PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_groupby.py::TestDataFrameGroupByPlots::test_plot_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_legacy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_bins_legacy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_layout PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_layout_with_by PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_no_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_by_no_extra_plots PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_plot_fails_when_ax_differs_from_figure PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_non_numerical_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_layout PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_legacy FAILED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_legacy2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_layout PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_multiple_axes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_axis_share_x PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_axis_share_y PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_axis_share_xy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::test_import_error_message SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::test_get_accessor_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestSeriesPlots::test_autocorrelation_plot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestSeriesPlots::test_lag_plot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestSeriesPlots::test_bootstrap_plot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_scatter_matrix_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_andrews_curves PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_parallel_coordinates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_parallel_coordinates_with_sorted_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_radviz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_get_standard_colors_random_seed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_get_standard_colors_default_num_colors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_plot_single_color PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_get_standard_colors_no_appending PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot_figsize_and_title PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_dont_modify_rcParams PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_ts_line_lim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_ts_area_lim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_label PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_use_index_false PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_bar_log PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_bar_ignore_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_bar_user_colors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_rotation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_irregular_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_unsorted_index_xlim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_df_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_df_with_nonnumerics PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_legacy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_bins_legacy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_layout PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_layout_with_by PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_no_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_secondary_legend PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_df_series_secondary_legend PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_secondary_logy[True-log] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_secondary_logy[sym-symlog] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot_fails_with_dupe_color_and_style PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_missing_vals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde_color PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_boxplot_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kind_both_ways PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_invalid_plot_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_partially_invalid_plot_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_invalid_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_dup_datetime_index_plot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_standard_colors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_standard_colors_all PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_plot_color_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_time_series_plot_color_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_time_series_plot_color_with_empty_kwargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_xticklabels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_custom_business_day_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot_accessor_updates_on_inplace XFAIL
> 
> =================================== FAILURES ===================================
> ________________ TestTSPlot.test_matplotlib_scatter_datetime64 _________________
> 
> self = <pandas.tests.plotting.test_datetimelike.TestTSPlot object at 0x7fa91b0184d0>
> 
>     def test_matplotlib_scatter_datetime64(self):
>         # https://github.com/matplotlib/matplotlib/issues/11391
>         df = DataFrame(np.random.RandomState(0).rand(10, 2), columns=["x", "y"])
>         df["time"] = date_range("2018-01-01", periods=10, freq="D")
>         fig, ax = self.plt.subplots()
>         ax.scatter(x="time", y="y", data=df)
>         self.plt.draw()
>         label = ax.get_xticklabels()[0]
>         if self.mpl_ge_3_0_0:
>             expected = "2017-12-08"
>         else:
>             expected = "2017-12-12"
> >       assert label.get_text() == expected
> E       AssertionError: assert '2018-01-01' == '2017-12-08'
> E         - 2018-01-01
> E         + 2017-12-08
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py:1527: AssertionError
> __________________ TestDataFramePlots.test_subplots_warnings ___________________
> 
> self = <pandas.tests.plotting.test_frame.TestDataFramePlots object at 0x7fa91ec207d0>
> 
>     @pytest.mark.slow
>     def test_subplots_warnings(self):
>         # GH 9464
>         with tm.assert_produces_warning(None):
>             df = DataFrame(np.random.randn(100, 4))
>             df.plot(subplots=True, layout=(3, 2))
>     
>             df = DataFrame(
>                 np.random.randn(100, 4), index=date_range("1/1/2000", periods=100)
>             )
> >           df.plot(subplots=True, layout=(3, 2))
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py:655: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> self = <contextlib._GeneratorContextManager object at 0x7fa920cbbfd0>
> type = None, value = None, traceback = None
> 
>     def __exit__(self, type, value, traceback):
>         if type is None:
>             try:
> >               next(self.gen)
> E               AssertionError: Caused unexpected warning(s): [('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313)].
> 
> /usr/lib/python3.7/contextlib.py:119: AssertionError
> _____________________ TestDataFramePlots.test_line_colors ______________________
> 
> self = <pandas.tests.plotting.test_frame.TestDataFramePlots object at 0x7fa91ec585d0>
> 
>     @pytest.mark.slow
>     def test_line_colors(self):
>         from matplotlib import cm
>     
>         custom_colors = "rgcby"
>         df = DataFrame(randn(5, 5))
>     
>         ax = df.plot(color=custom_colors)
>         self._check_colors(ax.get_lines(), linecolors=custom_colors)
>     
>         tm.close()
>     
>         ax2 = df.plot(color=custom_colors)
>         lines2 = ax2.get_lines()
>     
>         for l1, l2 in zip(ax.get_lines(), lines2):
>             assert l1.get_color() == l2.get_color()
>     
>         tm.close()
>     
>         ax = df.plot(colormap="jet")
>         rgba_colors = [cm.jet(n) for n in np.linspace(0, 1, len(df))]
>         self._check_colors(ax.get_lines(), linecolors=rgba_colors)
>         tm.close()
>     
>         ax = df.plot(colormap=cm.jet)
>         rgba_colors = [cm.jet(n) for n in np.linspace(0, 1, len(df))]
>         self._check_colors(ax.get_lines(), linecolors=rgba_colors)
>         tm.close()
>     
>         # make color a list if plotting one column frame
>         # handles cases like df.plot(color='DodgerBlue')
>         ax = df.loc[:, [0]].plot(color="DodgerBlue")
>         self._check_colors(ax.lines, linecolors=["DodgerBlue"])
>     
>         ax = df.plot(color="red")
>         self._check_colors(ax.get_lines(), linecolors=["red"] * 5)
>         tm.close()
>     
>         # GH 10299
>         custom_colors = ["#FF0000", "#0000FF", "#FFFF00", "#000000", "#FFFFFF"]
>         ax = df.plot(color=custom_colors)
>         self._check_colors(ax.get_lines(), linecolors=custom_colors)
>         tm.close()
>     
>         with pytest.raises(ValueError):
>             # Color contains shorthand hex value results in ValueError
>             custom_colors = ["#F00", "#00F", "#FF0", "#000", "#FFF"]
>             # Forced show plot
> >           _check_plot_works(df.plot, color=custom_colors)
> E           Failed: DID NOT RAISE <class 'ValueError'>
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py:1996: Failed
> ___________ TestDataFramePlots.test_line_colors_and_styles_subplots ____________
> 
> self = <pandas.tests.plotting.test_frame.TestDataFramePlots object at 0x7fa91edf3810>
> 
>     @pytest.mark.slow
>     def test_line_colors_and_styles_subplots(self):
>         # GH 9894
>         from matplotlib import cm
>     
>         default_colors = self._unpack_cycler(self.plt.rcParams)
>     
>         df = DataFrame(randn(5, 5))
>     
>         axes = df.plot(subplots=True)
>         for ax, c in zip(axes, list(default_colors)):
>             c = [c]
>             self._check_colors(ax.get_lines(), linecolors=c)
>         tm.close()
>     
>         # single color char
>         axes = df.plot(subplots=True, color="k")
>         for ax in axes:
>             self._check_colors(ax.get_lines(), linecolors=["k"])
>         tm.close()
>     
>         # single color str
>         axes = df.plot(subplots=True, color="green")
>         for ax in axes:
>             self._check_colors(ax.get_lines(), linecolors=["green"])
>         tm.close()
>     
>         custom_colors = "rgcby"
>         axes = df.plot(color=custom_colors, subplots=True)
>         for ax, c in zip(axes, list(custom_colors)):
>             self._check_colors(ax.get_lines(), linecolors=[c])
>         tm.close()
>     
>         axes = df.plot(color=list(custom_colors), subplots=True)
>         for ax, c in zip(axes, list(custom_colors)):
>             self._check_colors(ax.get_lines(), linecolors=[c])
>         tm.close()
>     
>         # GH 10299
>         custom_colors = ["#FF0000", "#0000FF", "#FFFF00", "#000000", "#FFFFFF"]
>         axes = df.plot(color=custom_colors, subplots=True)
>         for ax, c in zip(axes, list(custom_colors)):
>             self._check_colors(ax.get_lines(), linecolors=[c])
>         tm.close()
>     
>         with pytest.raises(ValueError):
>             # Color contains shorthand hex value results in ValueError
>             custom_colors = ["#F00", "#00F", "#FF0", "#000", "#FFF"]
>             # Forced show plot
>             # _check_plot_works adds an ax so catch warning. see GH #13188
>             with tm.assert_produces_warning(UserWarning):
> >               _check_plot_works(df.plot, color=custom_colors, subplots=True)
> E               Failed: DID NOT RAISE <class 'ValueError'>
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py:2055: Failed
> ______________ TestDataFrameGroupByPlots.test_grouped_hist_legacy ______________
> 
> self = <pandas.tests.plotting.test_hist_method.TestDataFrameGroupByPlots object at 0x7fa91ff8a550>
> 
>     @pytest.mark.slow
>     def test_grouped_hist_legacy(self):
>         from matplotlib.patches import Rectangle
>         from pandas.plotting._matplotlib.hist import _grouped_hist
>     
>         df = DataFrame(randn(500, 2), columns=["A", "B"])
>         df["C"] = np.random.randint(0, 4, 500)
>         df["D"] = ["X"] * 500
>     
>         axes = _grouped_hist(df.A, by=df.C)
>         self._check_axes_shape(axes, axes_num=4, layout=(2, 2))
>     
>         tm.close()
>         axes = df.hist(by=df.C)
>         self._check_axes_shape(axes, axes_num=4, layout=(2, 2))
>     
>         tm.close()
>         # group by a key with single value
>         axes = df.hist(by="D", rot=30)
>         self._check_axes_shape(axes, axes_num=1, layout=(1, 1))
>         self._check_ticks_props(axes, xrot=30)
>     
>         tm.close()
>         # make sure kwargs to hist are handled
>         xf, yf = 20, 18
>         xrot, yrot = 30, 40
>     
>         axes = _grouped_hist(
>             df.A,
>             by=df.C,
>             cumulative=True,
>             bins=4,
>             xlabelsize=xf,
>             xrot=xrot,
>             ylabelsize=yf,
>             yrot=yrot,
>             density=True,
>         )
>         # height of last bin (index 5) must be 1.0
>         for ax in axes.ravel():
>             rects = [x for x in ax.get_children() if isinstance(x, Rectangle)]
>             height = rects[-1].get_height()
>             tm.assert_almost_equal(height, 1.0)
>         self._check_ticks_props(
>             axes, xlabelsize=xf, xrot=xrot, ylabelsize=yf, yrot=yrot
>         )
>     
>         tm.close()
>         axes = _grouped_hist(df.A, by=df.C, log=True)
>         # scale of y must be 'log'
>         self._check_ax_scales(axes, yaxis="log")
>     
>         tm.close()
>         # propagate attr exception from matplotlib.Axes.hist
>         with pytest.raises(AttributeError):
>             _grouped_hist(df.A, by=df.C, foo="bar")
>     
>         with tm.assert_produces_warning(FutureWarning):
> >           df.hist(by="C", figsize="default")
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py:317: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> self = <contextlib._GeneratorContextManager object at 0x7fa91c0c8f90>
> type = None, value = None, traceback = None
> 
>     def __exit__(self, type, value, traceback):
>         if type is None:
>             try:
> >               next(self.gen)
> E               AssertionError: Caused unexpected warning(s): [('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 307), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313), ('MatplotlibDeprecationWarning', MatplotlibDeprecationWarning('\nThe colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.'), '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py', 313)].
> 
> /usr/lib/python3.7/contextlib.py:119: AssertionError
> =============================== warnings summary ===============================
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_axis_limits
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['UTC']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['US/Eastern']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['Asia/Tokyo']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['dateutil/US/Pacific']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['dateutil/Asia/Singapore']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[tzutc()]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[tzlocal()]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[pytz.FixedOffset(300)]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[<UTC>]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[pytz.FixedOffset(-300)]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone.utc]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone(datetime.timedelta(seconds=3600))]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_frame_inferred
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_frame_inferred
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_frame_inferred
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_is_error_nozeroindex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_high_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_high_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[1S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[3S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[5T]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[7H]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[4D]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[8W]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[11M]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[3A]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[1S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[3S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[5T]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[7H]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[4D]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[8W]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[11M]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[3A]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_offset_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_offset_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_multiple_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_axis_limits
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_axis_limits
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_bar_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_shared_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_shared_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irreg_dtypes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irreg_dtypes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_timedelta_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_timedelta_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_timedelta_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_color_single_series_list
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_color_single_series_list
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharey
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharey
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharey
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_multiple_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_multiple_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_sharex_axes_existing_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_sharex_axes_existing_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_sharex_axes_existing_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_dup_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_dup_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_dup_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_linewidth
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth_position
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth_position_int
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_bottom_left
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_subplots_center
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_edge
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_log_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df_coord
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_int_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_int_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y0-lbl0-colors0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y0-lbl0-colors0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y1-lbl1-colors1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y1-lbl1-colors1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[0-y2-lbl2-colors2]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[0-y2-lbl2-colors2]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[0-1-colnames0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[0-1-colnames0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[1-0-colnames1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[1-0-colnames1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df_nan
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_subplots_patterns_minorticks
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_subplots_patterns_minorticks
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_layout_with_by
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_layout_with_by
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_dup_datetime_index_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_dup_datetime_index_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_custom_business_day_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_custom_business_day_freq
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py:307: MatplotlibDeprecationWarning: 
>   The rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.
>     layout[ax.rowNum, ax.colNum] = ax.get_visible()
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_axis_limits
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['UTC']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['US/Eastern']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['Asia/Tokyo']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['dateutil/US/Pacific']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['dateutil/Asia/Singapore']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[tzutc()]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[tzlocal()]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[pytz.FixedOffset(300)]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[<UTC>]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[pytz.FixedOffset(-300)]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone.utc]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone(datetime.timedelta(seconds=3600))]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_frame_inferred
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_frame_inferred
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_frame_inferred
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_is_error_nozeroindex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_high_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_high_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[1S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[3S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[5T]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[7H]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[4D]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[8W]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[11M]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[3A]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[1S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[3S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[5T]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[7H]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[4D]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[8W]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[11M]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[3A]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_offset_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_offset_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_multiple_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_axis_limits
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_axis_limits
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_bar_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_shared_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_shared_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irreg_dtypes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irreg_dtypes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_timedelta_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_timedelta_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_timedelta_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_color_single_series_list
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_color_single_series_list
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharey
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharey
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharey
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_multiple_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_multiple_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_sharex_axes_existing_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_sharex_axes_existing_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_sharex_axes_existing_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_dup_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_dup_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_dup_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_linewidth
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth_position
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth_position_int
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_bottom_left
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_subplots_center
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_edge
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_log_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df_coord
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_int_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_int_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y0-lbl0-colors0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y0-lbl0-colors0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y1-lbl1-colors1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y1-lbl1-colors1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[0-y2-lbl2-colors2]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[0-y2-lbl2-colors2]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[0-1-colnames0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[0-1-colnames0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[1-0-colnames1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[1-0-colnames1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df_nan
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_subplots_patterns_minorticks
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_subplots_patterns_minorticks
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_layout_with_by
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_layout_with_by
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_dup_datetime_index_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_dup_datetime_index_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_custom_business_day_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_custom_business_day_freq
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py:307: MatplotlibDeprecationWarning: 
>   The colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.
>     layout[ax.rowNum, ax.colNum] = ax.get_visible()
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_axis_limits
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['UTC']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['US/Eastern']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['Asia/Tokyo']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['dateutil/US/Pacific']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['dateutil/Asia/Singapore']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[tzutc()]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[tzlocal()]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[pytz.FixedOffset(300)]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[<UTC>]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[pytz.FixedOffset(-300)]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone.utc]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone(datetime.timedelta(seconds=3600))]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_frame_inferred
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_frame_inferred
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_frame_inferred
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_is_error_nozeroindex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_high_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_high_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[1S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[3S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[5T]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[7H]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[4D]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[8W]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[11M]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[3A]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[1S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[3S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[5T]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[7H]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[4D]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[8W]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[11M]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[3A]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_offset_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_offset_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_multiple_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_axis_limits
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_axis_limits
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_bar_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_shared_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_shared_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irreg_dtypes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irreg_dtypes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_timedelta_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_timedelta_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_timedelta_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_color_single_series_list
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_color_single_series_list
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharey
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharey
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharey
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_multiple_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_multiple_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_sharex_axes_existing_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_sharex_axes_existing_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_sharex_axes_existing_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_dup_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_dup_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_dup_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_linewidth
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth_position
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth_position_int
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_bottom_left
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_subplots_center
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_edge
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_log_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df_coord
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_int_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_int_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y0-lbl0-colors0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y0-lbl0-colors0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y1-lbl1-colors1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y1-lbl1-colors1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[0-y2-lbl2-colors2]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[0-y2-lbl2-colors2]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[0-1-colnames0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[0-1-colnames0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[1-0-colnames1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[1-0-colnames1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df_nan
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_subplots_patterns_minorticks
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_subplots_patterns_minorticks
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_layout_with_by
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_layout_with_by
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_dup_datetime_index_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_dup_datetime_index_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_custom_business_day_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_custom_business_day_freq
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py:313: MatplotlibDeprecationWarning: 
>   The rowNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().rowspan.start instead.
>     if not layout[ax.rowNum + 1, ax.colNum]:
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_axis_limits
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['UTC']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['US/Eastern']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['Asia/Tokyo']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['dateutil/US/Pacific']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['dateutil/Asia/Singapore']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[tzutc()]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[tzlocal()]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[pytz.FixedOffset(300)]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[<UTC>]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[pytz.FixedOffset(-300)]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone.utc]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone(datetime.timedelta(seconds=3600))]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_frame_inferred
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_frame_inferred
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_frame_inferred
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_is_error_nozeroindex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_tsplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_high_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_high_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[1S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[3S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[5T]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[7H]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[4D]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[8W]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[11M]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_series[3A]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[1S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[3S]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[5T]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[7H]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[4D]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[8W]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[11M]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_period_mlt_frame[3A]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_datetime_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_line_plot_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_offset_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_offset_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_plot_multiple_inferred_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_axis_limits
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_axis_limits
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_secondary_bar_frame
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_shared_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_mixed_freq_shared_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irreg_dtypes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_irreg_dtypes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_timedelta_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_timedelta_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_timedelta_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_integer_array_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_color_single_series_list
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_color_single_series_list
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_rgb_tuple_color
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharey
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharey
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharey
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_groupby_boxplot_sharex
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_multiple_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_multiple_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_ts_share_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_sharex_axes_existing_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_sharex_axes_existing_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_sharex_axes_existing_axes
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_dup_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_dup_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_dup_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_stacked
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_area_nan_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_area_lim
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_linewidth
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth_position
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_barwidth_position_int
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_bottom_left
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_bar
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_subplots_center
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_edge
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_bar_log_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_boxplot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_hist_df_coord
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_int_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_plot_int_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_line_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_kde_colors_and_styles_subplots
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y0-lbl0-colors0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y0-lbl0-colors0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y1-lbl1-colors1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[A-y1-lbl1-colors1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[0-y2-lbl2-colors2]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_y_listlike[0-y2-lbl2-colors2]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[0-1-colnames0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[0-1-colnames0]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[1-0-colnames1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_xy_args_integer[1-0-colnames1]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_pie_df_nan
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_integer_column_names
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_with_partial_columns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharex_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_sharey_and_ax
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_subplots_patterns_minorticks
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_subplots_patterns_minorticks
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_df_gridspec_patterns
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_layout_with_by
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_layout
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_subplot_titles
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_line_area_nan_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_pie_series
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_layout_with_by
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_kde
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_kwargs
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_kde_missing_vals
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_valid_object_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_dup_datetime_index_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_dup_datetime_index_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_custom_business_day_freq
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_custom_business_day_freq
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/tools.py:313: MatplotlibDeprecationWarning: 
>   The colNum attribute was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use ax.get_subplotspec().colspan.start instead.
>     if not layout[ax.rowNum + 1, ax.colNum]:
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['UTC']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz['UTC']
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[tzutc()]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[tzutc()]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[tzlocal()]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[tzlocal()]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[<UTC>]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[<UTC>]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone.utc]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_ts_plot_with_tz[datetime.timezone.utc]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/datetimes.py:1269: UserWarning: Converting to PeriodArray/Index representation will drop timezone information.
>     UserWarning,
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_mpl2_color_cycle_str
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/style.py:60: MatplotlibDeprecationWarning: Support for uppercase single-letter colors is deprecated since Matplotlib 3.1 and will be removed in 3.3; please use lowercase instead.
>     [conv.to_rgba(c) for c in colors]
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_logscales[True-log]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_logscales[True-log]
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/core.py:1085: UserWarning: Attempted to set non-positive left xlim on a log-scaled axis.
>   Invalid limit will be ignored.
>     ax.set_xlim(left, right)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_subplots_timeseries_y_axis
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/core.py:420: FutureWarning: Converting timezone-aware DatetimeArray to timezone-naive ndarray with 'datetime64[ns]' dtype. In the future, this will return an ndarray with 'object' dtype where each element is a 'pandas.Timestamp' with the correct 'tz'.
>   	To accept the future behavior, pass 'dtype=object'.
>   	To keep the old behavior, pass 'dtype="datetime64[ns]"'.
>     numeric_data[col] = np.asarray(numeric_data[col])
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_frame.py::TestDataFramePlots::test_errorbar_timeseries
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/__init__.py:62: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared
>     plot_obj.generate()
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_legacy
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/common.py:517: MatplotlibDeprecationWarning: Adding an axes using the same arguments as a previous axes currently reuses the earlier instance.  In a future version, a new instance will always be created and returned.  Meanwhile, this warning can be suppressed, and the future behavior ensured, by passing a unique label to each axes instance.
>     ax = kwargs.get("ax", fig.add_subplot(211))  # noqa
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_legacy
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_series.py::TestSeriesPlots::test_hist_legacy
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/common.py:523: MatplotlibDeprecationWarning: Adding an axes using the same arguments as a previous axes currently reuses the earlier instance.  In a future version, a new instance will always be created and returned.  Meanwhile, this warning can be suppressed, and the future behavior ensured, by passing a unique label to each axes instance.
>     kwargs["ax"] = fig.add_subplot(212)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_tight_layout
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/common.py:524: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared
>     ret = f(**kwargs)
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestSeriesPlots::test_autocorrelation_plot
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestSeriesPlots::test_autocorrelation_plot
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/misc.py:409: UserWarning: Requested projection is different from current axis projection, creating new axis with requested projection.
>     ax = plt.gca(xlim=(1, n), ylim=(-1.0, 1.0))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_andrews_curves
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_andrews_curves
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_andrews_curves
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_andrews_curves
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_andrews_curves
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_andrews_curves
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_andrews_curves
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_andrews_curves
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/misc.py:241: UserWarning: Requested projection is different from current axis projection, creating new axis with requested projection.
>     ax = plt.gca(xlim=(-np.pi, np.pi))
> 
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_radviz
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_radviz
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_radviz
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_radviz
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/plotting/_matplotlib/misc.py:131: UserWarning: Requested projection is different from current axis projection, creating new axis with requested projection.
>     ax = plt.gca(xlim=[-1, 1], ylim=[-1, 1])
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> = 5 failed, 363 passed, 2 skipped, 3 xfailed, 3039 warnings in 136.22 seconds ==
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 267 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj2-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj2-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj3-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj3-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj4-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj4-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj5-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj5-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj6-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj6-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj7-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj7-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj8-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj8-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj9-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj9-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj10-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj10-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj11-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj11-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj12-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj12-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj13-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj13-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj14-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj14-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj15-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_ops[obj15-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_nanops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_same_tz_min_max_axis_1[max-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_same_tz_min_max_axis_1[min-b] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype['UTC'-maximum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype['UTC'-minimum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype['US/Eastern'-maximum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype['US/Eastern'-minimum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype['Asia/Tokyo'-maximum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype['Asia/Tokyo'-minimum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype['dateutil/US/Pacific'-maximum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype['dateutil/US/Pacific'-minimum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype['dateutil/Asia/Singapore'-maximum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype['dateutil/Asia/Singapore'-minimum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[tzutc()-maximum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[tzutc()-minimum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[tzlocal()-maximum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[tzlocal()-minimum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[pytz.FixedOffset(300)-maximum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[pytz.FixedOffset(300)-minimum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[<UTC>-maximum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[<UTC>-minimum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[pytz.FixedOffset(-300)-maximum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[pytz.FixedOffset(-300)-minimum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[datetime.timezone.utc-maximum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[datetime.timezone.utc-minimum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-maximum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[datetime.timezone(datetime.timedelta(seconds=3600))-minimum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-maximum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestReductions::test_numpy_reduction_with_tz_aware_dtype[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-minimum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_max_min_range[0-400-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_max_min_range[500-0--6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_max_min_range[-1000000-1000000-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_max_min_range[1000000--1000000--4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_max_min_range[0-10-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_numpy_minmax_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_timedelta_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_tz[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_tz['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_tz['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_tz['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_tz['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_tz['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_tz[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_tz[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_tz[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_tz[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_tz[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_tz[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_tz[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_nat_datetime64[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_nat_datetime64[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_numpy_minmax_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_numpy_minmax_range PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_numpy_minmax_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_minmax_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_numpy_minmax_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_min_max_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_inf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_empty[sum-0.0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_empty[sum-0.0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_empty[prod-1.0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_empty[prod-1.0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_empty_multi[sum-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_empty_multi[prod-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_ops_consistency_on_empty[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_ops_consistency_on_empty[median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_ops_consistency_on_empty[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_ops_consistency_on_empty[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_nansum_buglet PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_empty_timeseries_reductions_return_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_numpy_argmin_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_numpy_argmax_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_idxmin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_idxmax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_all_any PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_all_any_params PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_timedelta64_analytics PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_assert_idxminmax_raises[test_input0-ValueError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_assert_idxminmax_raises[test_input1-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_assert_idxminmax_raises[test_input2-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_assert_idxminmax_raises[test_input3-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_idxminmax_with_inf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestDatetime64SeriesReductions::test_minmax_nat_series[nat_ser0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestDatetime64SeriesReductions::test_minmax_nat_series[nat_ser1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestDatetime64SeriesReductions::test_minmax_nat_series[nat_ser2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestDatetime64SeriesReductions::test_minmax_nat_dataframe[nat_df0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestDatetime64SeriesReductions::test_minmax_nat_dataframe[nat_df1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestDatetime64SeriesReductions::test_minmax_nat_dataframe[nat_df2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestDatetime64SeriesReductions::test_min_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestDatetime64SeriesReductions::test_min_max_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestCategoricalSeriesReductions::test_min_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestCategoricalSeriesReductions::test_min_max_numeric_only PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_empty[True-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_empty[False-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[b-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[b-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[b-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[b-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[B-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[B-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[B-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[B-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[h-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[h-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[h-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[h-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[H-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[H-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[H-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[H-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[i-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[i-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[i-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[i-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[I-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[I-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[I-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[I-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[l-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[l-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[l-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[l-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[L-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[L-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[L-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[L-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[q-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[q-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[q-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[q-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[Q-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[Q-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[Q-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[Q-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[p-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[p-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[p-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[p-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[P-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[P-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[P-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[P-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[e-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[e-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[e-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[e-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[f-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[f-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[f-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[f-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[d-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[d-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[d-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[d-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[g-True-data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[g-True-data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[g-False-data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical[g-False-data3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical_nan[True-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_numerical_nan[False-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_str_obj[True-expected10-expected20-expected30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_str_obj[False-expected11-expected21-expected31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_mixeddtype[True-expected10-expected20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_mixeddtype[False-expected11-expected21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_datetime[True-expected10-expected20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_datetime[False-expected11-expected21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_timedelta[True-expected10-expected20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_timedelta[False-expected11-expected21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_category[True-expected10-expected20-expected30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_category[False-expected11-expected21-expected31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_intoverflow[True-expected10-expected20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_intoverflow[False-expected11-expected21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_sortwarning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[None-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[None-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['UTC'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['UTC'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['UTC'-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['US/Eastern'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['US/Eastern'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['US/Eastern'-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['Asia/Tokyo'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['Asia/Tokyo'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['Asia/Tokyo'-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['dateutil/US/Pacific'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['dateutil/US/Pacific'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['dateutil/US/Pacific'-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['dateutil/Asia/Singapore'-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['dateutil/Asia/Singapore'-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean['dateutil/Asia/Singapore'-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[tzutc()-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[tzutc()-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[tzutc()-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[tzlocal()-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[tzlocal()-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[tzlocal()-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[pytz.FixedOffset(300)-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[pytz.FixedOffset(300)-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[pytz.FixedOffset(300)-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[<UTC>-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[<UTC>-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[<UTC>-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[pytz.FixedOffset(-300)-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[pytz.FixedOffset(-300)-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[pytz.FixedOffset(-300)-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[datetime.timezone.utc-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[datetime.timezone.utc-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[datetime.timezone.utc-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[datetime.timezone(datetime.timedelta(seconds=3600))-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[datetime.timezone(datetime.timedelta(seconds=3600))-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[datetime.timezone(datetime.timedelta(seconds=3600))-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_dt64_mean[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-DatetimeArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[PeriodArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_td64_mean[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_td64_mean[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_td64_mean[TimedeltaArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_sum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_mean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_median PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_prod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_min PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_var_std PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_sem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_skew PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_kurt PASSED
> 
> ========================== 267 passed in 1.09 seconds ==========================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 1125 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_asfreq[Series-date_range-dti-_index_start0-_index_end0-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_asfreq[Series-date_range-dti-_index_start0-_index_end0-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_asfreq[Series-timedelta_range-tdi-1 day-10 day-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_asfreq[Series-timedelta_range-tdi-1 day-10 day-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_asfreq[DataFrame-date_range-dti-_index_start0-_index_end0-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_asfreq[DataFrame-date_range-dti-_index_start0-_index_end0-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_asfreq[DataFrame-timedelta_range-tdi-1 day-10 day-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_asfreq[DataFrame-timedelta_range-tdi-1 day-10 day-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_asfreq_fill_value[date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_asfreq_fill_value[timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_interpolate[date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_interpolate[period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_interpolate[timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_raises_on_non_datetimelike_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[min-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[min-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[min-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[min-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[min-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[min-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[min-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[min-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[min-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[max-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[max-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[max-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[max-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[max-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[max-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[max-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[max-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[max-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[first-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[first-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[first-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[first-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[first-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[first-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[first-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[first-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[first-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[last-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[last-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[last-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[last-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[last-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[last-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[last-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[last-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[last-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sum-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sum-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sum-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sum-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sum-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sum-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sum-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sum-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sum-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[mean-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[mean-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[mean-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[mean-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[mean-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[mean-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[mean-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[mean-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[mean-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sem-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sem-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sem-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sem-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sem-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sem-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sem-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sem-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[sem-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[median-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[median-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[median-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[median-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[median-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[median-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[median-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[median-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[median-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[prod-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[prod-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[prod-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[prod-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[prod-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[prod-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[prod-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[prod-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[prod-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[var-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[var-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[var-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[var-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[var-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[var-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[var-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[var-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[var-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[std-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[std-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[std-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[std-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[std-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[std-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[std-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[std-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[std-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[ohlc-M-date_range-dti-_index_start0-_index_end0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[ohlc-M-period_range-pi-_index_start1-_index_end1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[ohlc-M-timedelta_range-tdi-1 day-10 day] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[ohlc-D-date_range-dti-_index_start0-_index_end0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[ohlc-D-period_range-pi-_index_start1-_index_end1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[ohlc-D-timedelta_range-tdi-1 day-10 day] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[ohlc-H-date_range-dti-_index_start0-_index_end0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[ohlc-H-period_range-pi-_index_start1-_index_end1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[ohlc-H-timedelta_range-tdi-1 day-10 day] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[quantile-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[quantile-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[quantile-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[quantile-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[quantile-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[quantile-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[quantile-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[quantile-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[quantile-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[count-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[count-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[count-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[count-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[count-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[count-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[count-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[count-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[count-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[size-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[size-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[size-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[size-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[size-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[size-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[size-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[size-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[size-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[nunique-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[nunique-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[nunique-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[nunique-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[nunique-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[nunique-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[nunique-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[nunique-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_series[nunique-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[min-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[min-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[min-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[min-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[min-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[min-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[min-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[min-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[min-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[max-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[max-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[max-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[max-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[max-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[max-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[max-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[max-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[max-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[first-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[first-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[first-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[first-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[first-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[first-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[first-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[first-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[first-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[last-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[last-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[last-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[last-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[last-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[last-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[last-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[last-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[last-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sum-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sum-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sum-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sum-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sum-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sum-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sum-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sum-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sum-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[mean-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[mean-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[mean-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[mean-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[mean-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[mean-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[mean-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[mean-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[mean-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sem-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sem-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sem-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sem-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sem-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sem-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sem-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sem-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[sem-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[median-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[median-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[median-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[median-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[median-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[median-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[median-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[median-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[median-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[prod-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[prod-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[prod-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[prod-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[prod-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[prod-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[prod-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[prod-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[prod-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[var-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[var-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[var-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[var-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[var-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[var-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[var-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[var-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[var-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[std-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[std-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[std-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[std-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[std-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[std-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[std-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[std-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[std-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[ohlc-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[ohlc-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[ohlc-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[ohlc-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[ohlc-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[ohlc-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[ohlc-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[ohlc-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[ohlc-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[quantile-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[quantile-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[quantile-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[quantile-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[quantile-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[quantile-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[quantile-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[quantile-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[quantile-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[count-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[count-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[count-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[count-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[count-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[count-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[count-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[count-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[count-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[size-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[size-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[size-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[size-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[size-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[size-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[size-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[size-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[size-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[nunique-M-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[nunique-M-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[nunique-M-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[nunique-D-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[nunique-D-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[nunique-D-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[nunique-H-date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[nunique-H-period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dataframe[nunique-H-timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[min-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[min-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[min-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[min-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[min-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[min-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[min-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[min-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[min-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[min-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[min-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[min-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[max-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[max-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[max-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[max-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[max-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[max-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[max-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[max-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[max-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[max-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[max-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[max-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[first-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[first-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[first-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[first-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[first-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[first-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[first-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[first-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[first-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[first-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[first-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[first-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[last-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[last-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[last-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[last-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[last-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[last-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[last-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[last-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[last-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[last-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[last-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[last-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sum-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sum-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sum-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sum-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sum-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sum-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sum-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sum-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sum-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sum-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sum-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sum-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[mean-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[mean-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[mean-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[mean-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[mean-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[mean-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[mean-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[mean-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[mean-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[mean-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[mean-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[mean-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sem-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sem-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sem-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sem-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sem-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sem-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sem-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sem-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sem-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sem-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sem-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[sem-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[median-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[median-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[median-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[median-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[median-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[median-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[median-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[median-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[median-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[median-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[median-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[median-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[prod-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[prod-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[prod-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[prod-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[prod-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[prod-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[prod-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[prod-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[prod-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[prod-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[prod-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[prod-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[var-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[var-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[var-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[var-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[var-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[var-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[var-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[var-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[var-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[var-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[var-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[var-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[std-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[std-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[std-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[std-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[std-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[std-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[std-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[std-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[std-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[std-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[std-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[std-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[ohlc-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[ohlc-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[ohlc-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[ohlc-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[ohlc-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[ohlc-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[ohlc-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[ohlc-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[ohlc-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[ohlc-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[ohlc-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[ohlc-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[quantile-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[quantile-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[quantile-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[quantile-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[quantile-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[quantile-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[quantile-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[quantile-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[quantile-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[quantile-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[quantile-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[quantile-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[count-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[count-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[count-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[count-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[count-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[count-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[count-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[count-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[count-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[count-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[count-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[count-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[size-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[size-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[size-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[size-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[size-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[size-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[size-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[size-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[size-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[size-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[size-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[size-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[nunique-float-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[nunique-float-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[nunique-float-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[nunique-int-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[nunique-int-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[nunique-int-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[nunique-object-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[nunique-object-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[nunique-object-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[nunique-datetime64[ns]-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[nunique-datetime64[ns]-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_empty_dtypes[nunique-datetime64[ns]-index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_loffset_arg_type[date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_loffset_arg_type[period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_loffset_arg_type[timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_apply_to_empty_series[date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_apply_to_empty_series[period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_apply_to_empty_series[timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resampler_is_iterable[date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resampler_is_iterable[period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resampler_is_iterable[timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_quantile[date_range-dti-_index_start0-_index_end0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_quantile[period_range-pi-_index_start1-_index_end1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_base.py::test_resample_quantile[timedelta_range-tdi-1 day-10 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_custom_grouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_basic[right-<lambda>-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_basic[left-<lambda>-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_integerarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_basic_grouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_string_kwargs[label-righttt-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_string_kwargs[closed-righttt-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_string_kwargs[convention-starttt-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how[min-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how[max-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how[first-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how[last-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how[sum-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how[mean-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how[sem-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how[median-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how[prod-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how[var-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how[std-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how[ohlc-1/1/2000 00:00:00-1/1/2000 00:13:00-index] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how[quantile-1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how_ohlc[1/1/2000 00:00:00-1/1/2000 00:13:00-index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_numpy_compat[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_numpy_compat[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_numpy_compat[sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_numpy_compat[prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_numpy_compat[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_numpy_compat[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_numpy_compat[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how_callables PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_rounding PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_basic_from_daily PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_upsampling_picked_but_not_correct PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_frame_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_loffset[loffset0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_loffset[1min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_loffset[loffset2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_loffset[loffset3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_loffset_upsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_loffset_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_upsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_how_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_extra_index_point PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_upsample_with_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_ohlc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_ohlc_result PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_ohlc_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_dup_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_reresample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_timestamp_to_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_ohlc_5min PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_downsample_non_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_asfreq_non_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_axis1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_anchored_ticks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_single_group PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_float_base PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_daily_anchored PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_to_period_monthly_buglet PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_period_with_agg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_segfault PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_dtype_preservation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_dtype_coerceion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_weekly_resample_buglet PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_monthly_resample_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_nanosecond_resample_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_anchored_intraday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_anchored_monthstart PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_anchored_multiday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_corner_cases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_anchored_lowercase_buglet PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_upsample_apply_functions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_not_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_median_bug_1688 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_how_lambda_functions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_unequal_times PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_timegrouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_nunique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_nunique_preserves_column_level_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_nunique_with_date_gap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_group_info[10-10000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_group_info[10-100000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_group_info[100-10000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_group_info[100-100000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_group_info[1000-10000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_group_info[1000-100000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_size PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_across_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_groupby_with_dst_time_change PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_dst_anchor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_downsample_across_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_downsample_across_dst_weekly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_with_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_datetime_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_apply_with_additional_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[30-S-0.5-Min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[30-S-0.5-Min-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[30-S-0.5-Min-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[60-S-1-Min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[60-S-1-Min-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[60-S-1-Min-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[3600-S-1-H-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[3600-S-1-H-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[3600-S-1-H-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[60-Min-1-H-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[60-Min-1-H-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[60-Min-1-H-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[21600-S-0.25-D-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[21600-S-0.25-D-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[21600-S-0.25-D-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[86400-S-1-D-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[86400-S-1-D-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[86400-S-1-D-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[43200-S-0.5-D-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[43200-S-0.5-D-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[43200-S-0.5-D-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[1440-Min-1-D-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[1440-Min-1-D-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[1440-Min-1-D-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[12-H-0.5-D-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[12-H-0.5-D-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[12-H-0.5-D-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[24-H-1-D-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[24-H-1-D-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[24-H-1-D-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_get_timestamp_range_edges[19910905-19920406-D-19910905-19920407] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_get_timestamp_range_edges[19910905 00:00-19920406 06:00-D-19910905-19920407] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_get_timestamp_range_edges[19910905 06:00-19920406 06:00-H-19910905 06:00-19920406 07:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_get_timestamp_range_edges[19910906-19920406-M-19910831-19920430] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_get_timestamp_range_edges[19910831-19920430-M-19910831-19920531] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_datetime_index.py::test_get_timestamp_range_edges[1991-08-1992-04-M-19910831-19920531] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[Series-period-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[Series-period-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[Series-period-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[Series-None-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[Series-None-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[Series-None-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[Series-timestamp-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[Series-timestamp-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[Series-timestamp-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[DataFrame-period-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[DataFrame-period-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[DataFrame-period-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[DataFrame-None-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[DataFrame-None-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[DataFrame-None-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[DataFrame-timestamp-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[DataFrame-timestamp-1H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq[DataFrame-timestamp-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_asfreq_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs0-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs0-None-12H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs0-None-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs0-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs0-period-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs0-period-12H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs0-period-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs0-period-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs0-timestamp-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs0-timestamp-12H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs0-timestamp-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs0-timestamp-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs1-None-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs1-None-12H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs1-None-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs1-None-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs1-period-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs1-period-12H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs1-period-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs1-period-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs1-timestamp-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs1-timestamp-12H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs1-timestamp-2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_selection[kwargs1-timestamp-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-ffill-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-ffill-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-ffill-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-ffill-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-ffill-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-ffill-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-ffill-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-ffill-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-ffill-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-ffill-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-ffill-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-ffill-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-bfill-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-bfill-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-bfill-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-bfill-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-bfill-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-bfill-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-bfill-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-bfill-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-bfill-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-bfill-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-bfill-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-start-bfill-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-ffill-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-ffill-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-ffill-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-ffill-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-ffill-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-ffill-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-ffill-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-ffill-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-ffill-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-ffill-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-ffill-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-ffill-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-bfill-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-bfill-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-bfill-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-bfill-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-bfill-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-bfill-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-bfill-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-bfill-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-bfill-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-bfill-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-bfill-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[D-end-bfill-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-ffill-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-ffill-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-ffill-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-ffill-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-ffill-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-ffill-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-ffill-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-ffill-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-ffill-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-ffill-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-ffill-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-ffill-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-bfill-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-bfill-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-bfill-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-bfill-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-bfill-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-bfill-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-bfill-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-bfill-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-bfill-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-bfill-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-bfill-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-start-bfill-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-ffill-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-ffill-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-ffill-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-ffill-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-ffill-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-ffill-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-ffill-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-ffill-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-ffill-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-ffill-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-ffill-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-ffill-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-bfill-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-bfill-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-bfill-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-bfill-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-bfill-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-bfill-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-bfill-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-bfill-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-bfill-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-bfill-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-bfill-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[B-end-bfill-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-ffill-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-ffill-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-ffill-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-ffill-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-ffill-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-ffill-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-ffill-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-ffill-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-ffill-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-ffill-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-ffill-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-ffill-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-bfill-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-bfill-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-bfill-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-bfill-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-bfill-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-bfill-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-bfill-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-bfill-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-bfill-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-bfill-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-bfill-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-start-bfill-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-ffill-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-ffill-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-ffill-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-ffill-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-ffill-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-ffill-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-ffill-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-ffill-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-ffill-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-ffill-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-ffill-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-ffill-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-bfill-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-bfill-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-bfill-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-bfill-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-bfill-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-bfill-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-bfill-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-bfill-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-bfill-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-bfill-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-bfill-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample_cases[M-end-bfill-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_basic_downsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_not_subperiod[a-dec-<YearEnd: month=12>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_not_subperiod[q-mar-<QuarterEnd: startingMonth=3>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_not_subperiod[M-<MonthEnd>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_not_subperiod[w-thu-<Week: weekday=3>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_basic_upsample[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_basic_upsample[2D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_upsample_with_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_annual_upsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-D-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-D-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-D-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-D-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-D-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-D-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-D-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-D-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-D-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-D-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-D-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-D-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-B-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-B-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-B-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-B-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-B-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-B-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-B-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-B-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-B-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-B-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-B-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-B-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-M-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-M-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-M-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-M-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-M-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-M-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-M-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-M-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-M-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-M-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-M-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-M-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-D-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-D-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-D-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-D-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-D-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-D-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-D-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-D-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-D-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-D-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-D-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-D-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-B-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-B-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-B-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-B-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-B-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-B-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-B-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-B-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-B-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-B-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-B-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-B-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-M-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-M-FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-M-MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-M-APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-M-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-M-JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-M-JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-M-AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-M-SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-M-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-M-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[end-M-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_monthly_upsample[start-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_monthly_upsample[start-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_monthly_upsample[end-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_monthly_upsample[end-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_count[M-expected_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_count[2M-expected_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[ohlc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[quantile] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[count] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[size] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_same_freq[nunique] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_incompat_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_with_local_timezone_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_with_local_timezone_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_nonexistent_time_bin_edge PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_ambiguous_time_bin_edge PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_fill_method_and_how_upsample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-D-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-D-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-D-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-D-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-D-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-D-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-D-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-B-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-B-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-B-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-B-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-B-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-B-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-B-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-D-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-D-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-D-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-D-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-D-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-D-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-D-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-B-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-B-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-B-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-B-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-B-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-B-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-B-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_to_timestamps PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_to_quarterly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_fill_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_cant_fill_missing_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_5minute[period-5min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_5minute[None-5min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_5minute[timestamp-5min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_upsample_daily_business_daily PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_irregular_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_weekly_all_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_tz_localized PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_closed_left_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_resampling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_weekly_bug_1726 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_dst_time_change PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_bms_2752 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_default_right_closed_label PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_default_left_closed_label PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_all_values_single_bin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_evenly_divisible_with_no_extra_bins PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_loffset_returns_datetimeindex[mean-period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_loffset_returns_datetimeindex[mean-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_loffset_returns_datetimeindex[mean-timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg1-period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg1-timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg2-period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_loffset_returns_datetimeindex[agg_arg2-timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_upsampling_ohlc[None-H-24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_upsampling_ohlc[None-12H-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_upsampling_ohlc[period-H-24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_upsampling_ohlc[period-12H-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_nat[1s-expected_values0-periods0-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_nat[1s-expected_values0-periods1-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_nat[2s-expected_values1-periods0-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_nat[2s-expected_values1-periods1-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_nat[3s-expected_values2-periods0-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_nat[3s-expected_values2-periods1-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_only_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905-19910909 03:00-H-24H-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905-19910909 12:00-H-24H-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905-19910909 23:00-H-24H-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905 10:00-19910909-H-24H-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905 10:00-19910909 10:00-H-24H-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905-19910909 10:00-H-24H-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905 12:00-19910909-H-24H-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905 12:00-19910909 03:00-H-24H-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905 12:00-19910909 12:00-H-24H-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905 12:00-19910909 12:00-H-24H-34] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905 12:00-19910909 12:00-H-17H-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905 12:00-19910909 12:00-H-17H-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905 12:00-19910909 1:00-H-M-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905-19910913 06:00-2H-24H-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905-19910905 01:39-Min-5Min-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_resample_with_non_zero_base[19910905-19910905 03:18-2Min-5Min-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_get_period_range_edges[19910905-19920406-D-19910905-19920406] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_get_period_range_edges[19910905 00:00-19920406 06:00-D-19910905-19920406] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_get_period_range_edges[19910905 06:00-19920406 06:00-H-19910905 06:00-19920406 06:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_get_period_range_edges[19910906-19920406-M-1991-09-1992-04] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_get_period_range_edges[19910831-19920430-M-1991-08-1992-04] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_get_period_range_edges[1991-08-1992-04-M-1991-08-1992-04] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_groupby_resample_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_groupby_resample_on_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_pipe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_select_bad_cols[key0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_select_bad_cols[key1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_attribute_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_api_compat_before_use PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::tests_skip_nuisance PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_downsample_but_actually_upsampling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_combined_up_downsampling_of_irregular PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_transform PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_apply_without_aggregation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_agg_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_agg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_agg_misc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_agg_nested_dicts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_try_aggregate_non_existing_column PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_selection_api_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_agg_with_datetime_index_list_agg_func[t2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_agg_with_datetime_index_list_agg_func[t2x] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_agg_with_datetime_index_list_agg_func[t2q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_agg_with_datetime_index_list_agg_func[T_2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_agg_with_datetime_index_list_agg_func[t2p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_agg_with_datetime_index_list_agg_func[t2m] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_agg_with_datetime_index_list_agg_func[t2m1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resample_api.py::test_agg_with_datetime_index_list_agg_func[T2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py::test_tab_complete_ipython6_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py::test_deferred_with_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py::test_getitem_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py::test_groupby_resample_on_api_with_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py::test_nearest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py::test_methods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py::test_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py::test_apply_with_mutated_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py::test_resample_groupby_with_label PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py::test_consistency_with_window PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py::test_median_duplicate_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_numpy_reduction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_apply_iteration PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_fails_on_no_datetime_index[Int64Index-makeIntIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_fails_on_no_datetime_index[Index-makeUnicodeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_fails_on_no_datetime_index[Float64Index-makeFloatIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_fails_on_no_datetime_index[MultiIndex-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aaa_group_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[first] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[last] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[ohlc] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[quantile] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[count] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[size] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_normal[nunique] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_resample_entirly_nat_window[sum-method_args0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_resample_entirly_nat_window[sum-method_args1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_resample_entirly_nat_window[sum-method_args2-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_resample_entirly_nat_window[prod-method_args3-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_resample_entirly_nat_window[prod-method_args4-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_resample_entirly_nat_window[prod-method_args5-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_with_nat[min-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_with_nat[max-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_with_nat[sum-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_with_nat[prod-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_with_nat[count-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_aggregate_with_nat_size PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_upsample_sum[sum-method_args0-expected_values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_upsample_sum[sum-method_args1-expected_values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_upsample_sum[sum-method_args2-expected_values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_upsample_sum[sum-method_args3-expected_values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_upsample_sum[prod-method_args4-expected_values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_upsample_sum[prod-method_args5-expected_values5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_upsample_sum[prod-method_args6-expected_values6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_time_grouper.py::test_upsample_sum[prod-method_args7-expected_values7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_timedelta.py::test_asfreq_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_timedelta.py::test_resample_with_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_timedelta.py::test_resample_as_freq_with_subperiod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_timedelta.py::test_resample_with_timedeltas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_timedelta.py::test_resample_single_period_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_timedelta.py::test_resample_timedelta_idempotency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_timedelta.py::test_resample_base_with_timedeltaindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_timedelta.py::test_resample_categorical_data_with_timedeltaindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_timedelta.py::test_resample_timedelta_values PASSED
> 
> =============================== warnings summary ===============================
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py::test_tab_complete_ipython6_warning
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/resample/test_resampler_grouper.py:27: RuntimeWarning: coroutine 'InteractiveShell.run_code' was never awaited
>     ip.run_code(code)
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> ======= 1114 passed, 10 skipped, 1 xfailed, 1 warnings in 21.51 seconds ========
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 1164 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_same_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_dtypes_coercion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_common_coerce_to_pandas_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_short[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_short[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_short[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_short[EST5EDT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_datetimetz_to_object[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_common_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_common_period_diff_freq_to_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concatlike_common_period_mixed_dt_to_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_union_categorical_same_categories_different_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_categorical_coercion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_categorical_3elem_coercion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_categorical_multi_coercion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_categorical_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_categorical_coercion_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_categorical_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_join_axes_deprecated[axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_join_axes_deprecated[axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_join_axes_deprecated[axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatAppendCommon::test_concat_join_axes_deprecated[axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_overlap_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_new_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_length0_frame[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_length0_frame[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_records PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_sorts[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_sorts[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_sorts[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_many[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_many[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_preserve_index_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[CategoricalIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[CategoricalIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_same_columns_type[MultiIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[RangeIndex-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[RangeIndex-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[RangeIndex-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[RangeIndex-CategoricalIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[RangeIndex-CategoricalIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[RangeIndex-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[RangeIndex-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Int64Index-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Int64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Int64Index-CategoricalIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Int64Index-CategoricalIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Int64Index-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Int64Index-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Float64Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Float64Index-CategoricalIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Float64Index-CategoricalIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Float64Index-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Float64Index-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Index-CategoricalIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Index-CategoricalIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Index-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[Index-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[CategoricalIndex-CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[CategoricalIndex-IntervalIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[CategoricalIndex-DatetimeIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[CategoricalIndex-IntervalIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[CategoricalIndex-DatetimeIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types[IntervalIndex-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[MultiIndex-RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[MultiIndex-Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[MultiIndex-Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[MultiIndex-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[MultiIndex-CategoricalIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[MultiIndex-CategoricalIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[MultiIndex-IntervalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_different_columns_types_raises[MultiIndex-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_dtype_coerce[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_dtype_coerce[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_missing_column_proper_upcast[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_missing_column_proper_upcast[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestAppend::test_append_empty_frame_to_series_with_dateutil_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_with_group_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_keys_specific_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_dataframe_keys_bug[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_dataframe_keys_bug[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_series_partial_columns_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_ignore_index[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_ignore_index[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_multiindex_with_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_multiindex_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_multiindex_with_none_in_index_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_keys_and_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_keys_levels_no_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_rename_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_crossed_dtypes_weird_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_dups_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_with_mixed_tuples[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_with_mixed_tuples[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_handle_empty_objects[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_handle_empty_objects[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_mixed_objs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_empty_dtype_coerce PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_dtype_coerceion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_series_axis1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_series_axis1_names_applied PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_single_with_key PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_exclude_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_datetime64_block PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_timedelta64_block PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_keys_with_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_bug_1719 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_bug_2972 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_bug_3602 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_inner_join_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_series_axis1_same_names_ignore_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_iterables PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_invalid_first_argument PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_tz_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_tz_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_tz_series_with_datetimelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_tz_series_tzlocal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_0[s0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_0[s0-None-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_0[s0-UTC-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_0[s0-UTC-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_0[s1-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_0[s1-None-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_0[s1-UTC-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_0[s1-UTC-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_1[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_1[None-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_1[UTC-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes_all_NaT_axis_1[UTC-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_series_dataframe_all_NaT[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_series_dataframe_all_NaT[None-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_series_dataframe_all_NaT[UTC-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_series_dataframe_all_NaT[UTC-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_NaT_dataframes[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_period_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_period_multiple_freq_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_period_other_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_empty_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_empty_series_timelike[values0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_empty_series_timelike[values0-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_empty_series_timelike[values1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_empty_series_timelike[values1-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_default_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_multiindex_rangeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_multiindex_dfs_with_deepcopy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_categorical_concat_append PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_categorical_concat_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_categorical_concat[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_categorical_concat[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_categorical_concat_gh7864 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_categorical_concat_preserve PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_categorical_index_preserver PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_categoricalindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_datetime_timezone PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_different_extension_dtypes_upcasts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::TestConcatenate::test_concat_odered_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float16-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float16-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float32-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float32-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float64-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float64-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float128-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_no_unnecessary_upcast[float128-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int8-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int8-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int16-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int16-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int32-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int32-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int64-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_will_upcast[int64-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_empty_and_non_empty_frame_regression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_empty_and_non_empty_series_regression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_sorts_columns[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_sorts_columns[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_sorts_columns[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_sorts_index[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_sorts_index[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_sorts_index[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_inner_sort[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_inner_sort[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_inner_sort[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_aligned_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_aligned_sort_does_not_raise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_series_name_npscalar_tuple[s1name0-s2name0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_series_name_npscalar_tuple[190-s2name1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_categorical_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_concat.py::test_concat_datetimeindex_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_simple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_bins PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_right PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_no_right PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_array_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_bins_from_interval_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_bins_from_interval_index_doc_example PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_bins_not_overlapping_from_interval_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_bins_not_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_bins_monotonic_not_overflowing[x0-bins0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_bins_monotonic_not_overflowing[x1-bins1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_bins_monotonic_not_overflowing[x2-bins2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_wrong_num_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_corner[x0-2-Cannot cut empty array] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_corner[x1-0.5-`bins` should be a positive integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_not_1d_arg[cut-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_not_1d_arg[cut-arg1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_not_1d_arg[cut-arg2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_not_1d_arg[qcut-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_not_1d_arg[qcut-arg1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_not_1d_arg[qcut-arg2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_int_bins_with_inf[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_int_bins_with_inf[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_int_bins_with_inf[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_out_of_range_more PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_labels[True-breaks0-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_labels[False-breaks1-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_pass_series_name_to_factor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_label_precision PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_na_handling[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_na_handling[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_inf_handling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_pass_labels[<lambda>-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_pass_labels[<lambda>-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_pass_labels_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_round_frac_just_works[x0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_round_frac_just_works[x1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_round_frac[-117.9998-3--118] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_round_frac[117.9998-3-118] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_round_frac[117.9998-2-118] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_round_frac[0.000123456-2-0.00012] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_return_intervals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_series_ret_bins PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_duplicates_bin[kwargs0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_duplicates_bin[kwargs1-Bin edges must be unique] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_duplicates_bin[kwargs2-Bin edges must be unique] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_duplicates_bin[kwargs3-invalid value for 'duplicates' parameter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_single_bin[1-9.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_single_bin[1--9.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_single_bin[1-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_single_bin[2-9.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_single_bin[2--9.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_single_bin[2-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_read_only[True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_read_only[True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_cut_read_only[False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_bin[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_bin[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_bin[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_bin[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_cut[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_cut[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_cut[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_cut[data3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_tz_cut[list-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_tz_cut[list-bins1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_tz_cut[box1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_tz_cut[box1-bins1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_tz_cut[Index-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_tz_cut[Index-bins1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_tz_cut[Series-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_tz_cut[Series-bins1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_nan_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_nan_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_cut_roundtrip[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_cut_roundtrip[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_datetime_cut_roundtrip[US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_cut.py::test_timedelta_cut_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_top_level_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_method_signatures PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_default_col_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_value_vars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_value_vars_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_vars_work_with_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_single_vars_work_with_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_tuple_vars_fail_with_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_custom_var_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_custom_value_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_custom_var_and_value_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_col_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_pandas_dtypes[col0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_pandas_dtypes[col1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_pandas_dtypes[col2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestMelt::test_melt_missing_columns_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestLreshape::test_pairs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_simple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_stubs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_separating_character PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_escapable_characters PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_unbalanced PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_character_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_invalid_separator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_num_string_disambiguation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_invalid_suffixtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_multiple_id_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_non_unique_idvars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_cast_j_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_identical_stubnames PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_nonnumeric_suffix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_mixed_type_suffix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_float_suffix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_melt.py::TestWideToLong::test_col_substring_of_stubname PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_categorical_observed_equal[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_categorical_observed_equal[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_categorical_observed_equal[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_nocols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_dropna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_dropna_categoricals[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_dropna_categoricals[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_non_observable_dropna[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_non_observable_dropna[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values0-True-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values0-True-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values0-True-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values0-True-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values0-False-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values0-False-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values0-False-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values0-False-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values1-True-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values1-True-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values1-True-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values1-True-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values1-False-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values1-False-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values1-False-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index[interval_values1-False-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_interval_index_margins PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pass_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pass_function PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_preserve_dtypes[bool1-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_preserve_dtypes[bool1-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_preserve_dtypes[bool2-values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_no_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_multi_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_multi_functions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_index_with_nan[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_index_with_nan[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tz[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tz[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_tz_in_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_periods[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_periods[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[True-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[True-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[True-values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[True-values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[False-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[False-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[False-values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values[False-values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[True-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[True-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[True-values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[True-values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[False-values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[False-values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[False-values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_list_like_values_nans[False-values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_multiindex[True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_multiindex[False] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tuple_of_values[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_tuple_of_values[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins_dtype_len XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_integer_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_no_level_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_columns_lexsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_complex_aggfunc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins_no_values_no_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins_no_values_two_rows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins_no_values_one_row_one_col PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins_no_values_two_row_two_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_with_margins_set_margin_name[foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_with_margins_set_margin_name[one] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_with_margins_set_margin_name[666] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_with_margins_set_margin_name[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_with_margins_set_margin_name[margin_name4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_timegrouper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_dtaccessor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_daily PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_monthly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_with_iterator_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_margins_name_with_aggfunc_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_margins[True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_margins[False] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_margins[None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_margins_category[True] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_margins_category[False] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_margins_category[None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_aggfunc[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_aggfunc[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_aggfunc[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_pivot_index_ordering[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_pivot_index_ordering[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_categorical_pivot_index_ordering[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_not_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_margins_name_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_as_func PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_func_vs_func[sum-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_func_vs_func[mean-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_func_vs_func[std-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_func_vs_func[f3-f_numpy3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_func_vs_func[f4-f_numpy4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_string_func_vs_func[f5-f_numpy5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_number_of_levels_larger_than_int32 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_aggfunc_dropna[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_aggfunc_dropna[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_aggfunc_scalar_dropna[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_table_aggfunc_scalar_dropna[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_ndarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_non_aligned PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_margins PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_margins_set_margin_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_pass_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_dropna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_no_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_margin_dropna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_normalize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_with_empties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_with_categorial_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_with_numpy_size PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_dup_index_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_tuple_name[names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_tuple_name[names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_crosstab_unsorted_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_pivot.py::TestCrosstab::test_margin_normalize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut_specify_quantiles PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut_all_bins_same PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut_include_lowest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut_nas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut_binning_issues PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut_return_intervals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut_duplicates_bin[kwargs0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut_duplicates_bin[kwargs1-Bin edges must be unique] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut_duplicates_bin[kwargs2-Bin edges must be unique] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut_duplicates_bin[kwargs3-invalid value for 'duplicates' parameter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_single_quantile[None-1-9.0-8.999-9.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_single_quantile[None-1-0.0--0.001-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_single_quantile[None-1--9.0--9.001--9.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_single_quantile[None-2-9.0-8.999-9.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_single_quantile[None-2-0.0--0.001-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_single_quantile[None-2--9.0--9.001--9.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_single_quantile[False-1-9.0-8.999-9.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_single_quantile[False-1-0.0--0.001-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_single_quantile[False-1--9.0--9.001--9.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_single_quantile[False-2-9.0-8.999-9.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_single_quantile[False-2-0.0--0.001-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_single_quantile[False-2--9.0--9.001--9.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut_nat[datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_qcut_nat[timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_datetime_tz_qcut[3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_datetime_tz_qcut[bins1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_date_like_qcut_bins[arg0-expected_bins0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_qcut.py::test_date_like_qcut_bins[arg1-expected_bins1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_raises_on_dtype_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[dense-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[dense-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[dense-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[dense-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[dense-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[sparse-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[sparse-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[sparse-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[sparse-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic[sparse-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[dense-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[dense-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[dense-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[dense-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[dense-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[sparse-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[sparse-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[sparse-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[sparse-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_types[sparse-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_just_na[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_just_na[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[dense-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[dense-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[dense-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[dense-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[dense-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[sparse-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[sparse-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[sparse-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[sparse-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_include_na[sparse-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_unicode[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_unicode[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_all_obj[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_all_obj[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[dense-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[dense-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[dense-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[dense-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[dense-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[sparse-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[sparse-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[sparse-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[sparse-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_mix_default[sparse-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_list[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_list[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_str[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_str[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_subset[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_subset[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_sep[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_sep[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_bad_length[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_bad_length[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_sep_bad_length[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_sep_bad_length[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_dict[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_prefix_dict[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[dense-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[dense-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[dense-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[dense-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[dense-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[sparse-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[sparse-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[sparse-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[sparse-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_na[sparse-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[dense-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[dense-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[dense-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[dense-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[dense-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[sparse-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[sparse-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[sparse-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[sparse-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_with_categorical[sparse-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_unicode[get_dummies_kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_unicode[get_dummies_kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_unicode[get_dummies_kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_unicode[get_dummies_kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_drop_first[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_drop_first[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_drop_first_one_level[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_drop_first_one_level[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_drop_first_NA[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_basic_drop_first_NA[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[dense-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[dense-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[dense-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[dense-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[dense-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[sparse-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[sparse-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[sparse-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[sparse-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_categorical[sparse-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_na[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_drop_first_with_na[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_int_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_int_df[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_int_df[i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_int_df[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_int_df[bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_int_df[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_preserve_categorical_dtype[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_preserve_categorical_dtype[i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_preserve_categorical_dtype[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_preserve_categorical_dtype[bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_dataframe_dummies_preserve_categorical_dtype[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_get_dummies_dont_sparsify_all_columns[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_get_dummies_dont_sparsify_all_columns[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_get_dummies_duplicate_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestGetDummies::test_get_dummies_all_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestCategoricalReshape::test_reshaping_multi_index_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_reshape.py::TestMakeAxisDummies::test_preserve_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categoricals_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categoricals_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categorical_same_category PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categorical_same_categories_different_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categoricals_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categoricals_ignore_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categoricals_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categoricals_sort_false PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_union_categoricals.py::TestUnionCategoricals::test_union_categorical_unwrap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_simple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_invalid_input[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_invalid_input[X1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_invalid_input[X2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_invalid_input[X3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_invalid_input[a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_invalid_input[X5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_invalid_input[X6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_util.py::TestCartesianProduct::test_invalid_input[X7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_cython_left_outer_join PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_cython_right_outer_join PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_cython_inner_join PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_left_outer_join PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_right_outer_join PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_full_outer_join PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_inner_join PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_handle_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_handle_overlap_arbitrary_key PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_fails_with_different_right_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_fails_with_different_left_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_fails_with_different_column_counts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_fails_with_wrong_object_type[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_fails_with_wrong_object_type[str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_fails_with_wrong_object_type[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_fails_with_wrong_object_type[wrong_type3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_pass_vector PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_with_len0 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_inner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_singlekey_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_series_buglet PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_index_mixed[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_index_mixed[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_index_mixed[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_index_mixed[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_index_mixed_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_empty_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_unconsolidated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_inner_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_hierarchical_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_float64_float32 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_many_non_unique_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_mixed_non_unique_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_non_unique_period_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_mixed_type_join_with_suffix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_many PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_many_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_multi_to_multi[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_multi_to_multi[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_multi_to_multi[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_multi_to_multi[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_join.py::TestJoin::test_join_on_tz_aware_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_inner_join_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_common PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_index_as_on_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_index_singlekey_right_vs_left PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_index_singlekey_inner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_misspecified PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_index_and_on_parameters_confusion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_overlap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_different_column_key_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_nocopy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_intelligently_handle_join_key PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_join_key_dtype_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_handle_join_key_pass_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_no_overlap_more_informative_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_non_unique_indexes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_non_unique_index_many_to_many PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_left_merge_empty_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[inner-kwarg0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[inner-kwarg1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[inner-kwarg2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[inner-kwarg3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[outer-kwarg0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[outer-kwarg1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[outer-kwarg2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[outer-kwarg3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[left-kwarg0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[left-kwarg1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[left-kwarg2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[left-kwarg3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[right-kwarg0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[right-kwarg1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[right-kwarg2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_empty[right-kwarg3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_empty_right_notempty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_left_notempty_right_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[int64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[int64-Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[int64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[int64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[int64-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[int64-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[int64-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[Int64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[Int64-Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[Int64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[Int64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[Int64-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[Int64-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[Int64-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[float64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[float64-Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[float64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[float64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[float64-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[float64-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[float64-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[object-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[object-Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[object-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[object-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[object-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[object-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[object-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[bool-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[bool-Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[bool-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[bool-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[bool-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[bool-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[bool-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[datetime64[ns]-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[datetime64[ns]-Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[datetime64[ns]-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[datetime64[ns]-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[datetime64[ns]-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[datetime64[ns]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[datetime64[ns]-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[datetime64[ns, US/Eastern]-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[datetime64[ns, US/Eastern]-Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[datetime64[ns, US/Eastern]-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[datetime64[ns, US/Eastern]-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[datetime64[ns, US/Eastern]-bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[datetime64[ns, US/Eastern]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_empty_frame[datetime64[ns, US/Eastern]-datetime64[ns, US/Eastern]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[int64-Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[int64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[int64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[int64-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[Int64-Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[Int64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[Int64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[Int64-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[float64-Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[float64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[float64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[float64-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[object-Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[object-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[object-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[object-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[bool-Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[bool-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[bool-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[bool-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[datetime64[ns]-Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[datetime64[ns]-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[datetime64[ns]-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[datetime64[ns]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[datetime64[ns, US/Eastern]-Int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[datetime64[ns, US/Eastern]-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[datetime64[ns, US/Eastern]-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_all_na_column[datetime64[ns, US/Eastern]-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_nosort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_nan_right PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_join_append_timedeltas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_datetime_unit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_timedelta_unit[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_timedelta_unit[h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_timedelta_unit[m] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_timedelta_unit[s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_timedelta_unit[ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_timedelta_unit[us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_other_timedelta_unit[ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_overlapping_columns_error_message PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_datetime64tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_datetime64tz_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_datetime64tz_with_dst_transition PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_non_unique_period_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_indicator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_two_empty_df_no_division_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index0-expected_index0-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index0-expected_index0-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index1-expected_index1-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index1-expected_index1-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index2-expected_index2-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index2-expected_index2-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index3-expected_index3-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index3-expected_index3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index4-expected_index4-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index4-expected_index4-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index5-expected_index5-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index5-expected_index5-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index6-expected_index6-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_on_index_with_more_values[index6-expected_index6-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_right_index_right PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_take_missing_values_from_index_of_other_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_readonly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_different[right_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_different[right_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[int64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[int64-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[int64-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[int64-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[int64-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float64-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float64-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float64-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float64-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float32-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float32-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float32-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float32-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float32-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float16-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float16-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float16-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float16-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_join_multi_dtypes[float16-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_on_ints_floats[int_vals0-float_vals0-exp_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_on_ints_floats[int_vals1-float_vals1-exp_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_on_ints_floats[int_vals2-float_vals2-exp_vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_on_ints_floats_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_infer_boolean_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_are_ok[df1_vals0-df2_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_are_ok[df1_vals1-df2_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_are_ok[df1_vals2-df2_vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_are_ok[df1_vals3-df2_vals3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_error[df1_vals0-df2_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_error[df1_vals1-df2_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_error[df1_vals2-df2_vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_error[df1_vals3-df2_vals3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_error[df1_vals4-df2_vals4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_error[df1_vals5-df2_vals5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_error[df1_vals6-df2_vals6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_error[df1_vals7-df2_vals7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeDtypes::test_merge_incompat_dtypes_error[df1_vals8-df2_vals8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_identical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_merge_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::tests_merge_categorical_unordered_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_other_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[inner-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[inner-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[inner-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[outer-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[outer-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[outer-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[left-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[left-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[left-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[right-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[right-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_merged_different[right-<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_self_join_multiple_categories PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_dtype_on_categorical_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_merging_with_bool_or_int_cateorical_column[category_column0-categories0-expected_categories0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_merging_with_bool_or_int_cateorical_column[category_column0-categories0-expected_categories0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_merging_with_bool_or_int_cateorical_column[category_column1-categories1-expected_categories1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_merging_with_bool_or_int_cateorical_column[category_column1-categories1-expected_categories1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_merging_with_bool_or_int_cateorical_column[category_column2-categories2-expected_categories2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_merging_with_bool_or_int_cateorical_column[category_column2-categories2-expected_categories2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeCategorical::test_merge_on_int_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[inner-False-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[inner-True-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[left-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[left-True-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[right-False-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[right-True-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[outer-False-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::TestMergeOnIndexes::test_merge_on_indexes[outer-True-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_index_types[CategoricalIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_index_types[Float64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_index_types[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_index_types[UInt64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_index_types[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_index_types[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_series[on0-None-None-False-False-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_series[None-None-None-True-True-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_series[None-left_on2-None-False-True-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_series[None-None-right_on3-True-False-B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_series[on4-None-None-False-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_series[None-None-None-True-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_series[None-left_on6-None-False-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_series[None-None-right_on7-True-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix[0-0-kwargs0-expected_cols0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix[0-0-kwargs1-expected_cols1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix[0-0-kwargs2-expected_cols2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix[a-0-kwargs3-expected_cols3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix[0.0-0.0-kwargs4-expected_cols4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix[b-b-kwargs5-expected_cols5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix[a-a-kwargs6-expected_cols6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix[a-b-kwargs7-expected_cols7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix[a-a-kwargs8-expected_cols8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix[0-0-kwargs9-expected_cols9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix[a-a-kwargs10-expected_cols10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix[0-0-kwargs11-expected_cols11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix_error[a-a-suffixes0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix_error[a-a-suffixes1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix_error[a-a-suffixes2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix_error[0-0-suffixes3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix_error[0-0-suffixes4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix_none_error[a-a-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_suffix_none_error[0-0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_equal_cat_dtypes[True-one] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_equal_cat_dtypes[True-two] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_equal_cat_dtypes[False-one] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_equal_cat_dtypes[False-two] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge.py::test_merge_equal_cat_dtypes2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_examples1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_examples2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_examples3 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_examples4 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_left_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_right_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_left_index_right_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_multi_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_and_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_left_by_right_by PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_missing_right_by PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_multiby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_multiby_heterogeneous_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_multiby_indexed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_basic_no_by PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_valid_join_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_with_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_with_duplicates_no_on PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_valid_allow_exact_matches PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_valid_tolerance PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_non_sorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_tolerance[pd.Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_tolerance[datetime.timedelta] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_tolerance_forward PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_tolerance_nearest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_tolerance_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_tolerance_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_index_tolerance PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_forward PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_nearest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance3 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance_forward PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_allow_exact_matches_and_tolerance_nearest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_forward_by PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_nearest_by PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_by_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_float PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type_by_int[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type_by_int[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type_by_int[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type_by_int[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type_by_int[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type_by_int[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type_by_int[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type_by_int[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type_by_int[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type_by_int[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type_by_int[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_specialized_type_by_int[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_on_float_by_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_merge_datatype_error_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_merge_datatype_categorical_error_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_merge_on_nans[left-numeric] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_merge_on_nans[left-datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_merge_on_nans[right-numeric] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_merge_on_nans[right-datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_merge_by_col_tz_aware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_by_mixed_tz_aware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_timedelta_tolerance_nearest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df0-right_df0-on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df0-right_df0-on1-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df0-right_df0-on2-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df0-right_df0-on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df0-right_df1-on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df0-right_df1-on1-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df0-right_df1-on2-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df0-right_df1-on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df0-right_df2-on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df0-right_df2-on1-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df0-right_df2-on2-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df0-right_df2-on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df1-right_df0-on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df1-right_df0-on1-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df1-right_df0-on2-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df1-right_df0-on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df1-right_df1-on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df1-right_df1-on1-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df1-right_df1-on2-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df1-right_df1-on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df1-right_df2-on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df1-right_df2-on1-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df1-right_df2-on2-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df1-right_df2-on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df2-right_df0-on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df2-right_df0-on1-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df2-right_df0-on2-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df2-right_df0-on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df2-right_df1-on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df2-right_df1-on1-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df2-right_df1-on2-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df2-right_df1-on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df2-right_df2-on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df2-right_df2-on1-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df2-right_df2-on2-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_on[left_df2-right_df2-on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df0-right_df0-left_on0-right_on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df0-right_df0-left_on1-right_on1-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df0-right_df0-left_on2-right_on2-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df0-right_df0-left_on3-right_on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df0-right_df1-left_on0-right_on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df0-right_df1-left_on1-right_on1-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df0-right_df1-left_on2-right_on2-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df0-right_df1-left_on3-right_on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df0-right_df2-left_on0-right_on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df0-right_df2-left_on1-right_on1-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df0-right_df2-left_on2-right_on2-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df0-right_df2-left_on3-right_on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df1-right_df0-left_on0-right_on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df1-right_df0-left_on1-right_on1-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df1-right_df0-left_on2-right_on2-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df1-right_df0-left_on3-right_on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df1-right_df1-left_on0-right_on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df1-right_df1-left_on1-right_on1-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df1-right_df1-left_on2-right_on2-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df1-right_df1-left_on3-right_on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df1-right_df2-left_on0-right_on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df1-right_df2-left_on1-right_on1-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df1-right_df2-left_on2-right_on2-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df1-right_df2-left_on3-right_on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df2-right_df0-left_on0-right_on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df2-right_df0-left_on1-right_on1-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df2-right_df0-left_on2-right_on2-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df2-right_df0-left_on3-right_on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df2-right_df1-left_on0-right_on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df2-right_df1-left_on1-right_on1-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df2-right_df1-left_on2-right_on2-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df2-right_df1-left_on3-right_on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df2-right_df2-left_on0-right_on0-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df2-right_df2-left_on1-right_on1-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df2-right_df2-left_on2-right_on2-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_merge_indexes_and_columns_lefton_righton[left_df2-right_df2-left_on3-right_on3-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_join_indexes_and_columns_on[inner-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_join_indexes_and_columns_on[inner-left_index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_join_indexes_and_columns_on[outer-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_join_indexes_and_columns_on[outer-left_index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_join_indexes_and_columns_on[left-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_join_indexes_and_columns_on[left-left_index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_join_indexes_and_columns_on[right-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_index_as_string.py::test_join_indexes_and_columns_on[right-left_index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py::TestMergeOrdered::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py::TestMergeOrdered::test_ffill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py::TestMergeOrdered::test_multigroup PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py::TestMergeOrdered::test_merge_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py::TestMergeOrdered::test_empty_sequence_concat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_merge_ordered.py::TestMergeOrdered::test_doc_example PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_merge_on_multikey[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_merge_on_multikey[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_merge_on_multikey[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_merge_on_multikey[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_merge_right_vs_left[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_merge_right_vs_left[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_compress_group_combinations PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_index_preserve_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_index_multi_match_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_index_multi_match PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_merge_na_buglet PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_merge_na_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_merge_datetime_index[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_merge_datetime_index[asarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_merge_datetime_index[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_merge_datetime_index[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_join_multi_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_join_multi_levels2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_join_multi_multi[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_join_multi_multi[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_join_multi_multi[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_join_multi_multi[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_join_multi_empty_frames[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_join_multi_empty_frames[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_join_multi_empty_frames[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_join_multi_empty_frames[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_merge_datetime_index[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_merge_datetime_index[asarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_merge_datetime_index[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_merge_datetime_index[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/merge/test_multi.py::TestJoinMultiMulti::test_single_common_level PASSED
> 
> =================== 1154 passed, 10 xfailed in 16.83 seconds ===================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 2521 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_fields[nat0-DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_fields[nat1-TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_fields[nat2-PeriodArray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_vector_field_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[None-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[None-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[None-Period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[nan0-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[nan0-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[nan0-Period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[-9223372036854775808-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[-9223372036854775808-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[-9223372036854775808-Period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[nan1-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[nan1-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[nan1-Period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[value4-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[value4-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[value4-Period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[NaT-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[NaT-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[NaT-Period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[nat-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[nat-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_identity[nat-Period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[Period] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[nat-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[nat-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[nat-Period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[NAT-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[NAT-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[NAT-Period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[None-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[None-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[None-Period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[nan-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[nan-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_equality[nan-Period] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[s-round-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[s-round-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[s-floor-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[s-floor-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[s-ceil-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[s-ceil-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5s-round-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5s-round-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5s-floor-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5s-floor-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5s-ceil-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5s-ceil-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[min-round-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[min-round-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[min-floor-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[min-floor-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[min-ceil-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[min-ceil-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5min-round-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5min-round-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5min-floor-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5min-floor-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5min-ceil-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5min-ceil-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[h-round-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[h-round-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[h-floor-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[h-floor-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[h-ceil-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[h-ceil-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5h-round-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5h-round-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5h-floor-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5h-floor-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5h-ceil-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_round_nat[5h-ceil-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[astimezone] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[combine] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[ctime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[dst] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[fromordinal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[fromtimestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[isocalendar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[strftime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[strptime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[time] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[timestamp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[timetuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[timetz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[toordinal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[tzname] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[utcfromtimestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[utcnow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[utcoffset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[utctimetuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_raise[timestamp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_nan[weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_nan[isoweekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_nat[date] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_nat[now] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_nat[replace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_nat[today] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_nat[tz_convert] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_methods_nat[tz_localize] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_iso_format[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_iso_format[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_iso_format[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_missing_public_nat_methods[Timestamp-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_missing_public_nat_methods[Timedelta-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_overlap_public_nat_methods[Timestamp-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_overlap_public_nat_methods[Timedelta-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare33] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare34] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare35] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare36] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_doc_strings[compare37] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[2-scalar-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[2-scalar-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[2-scalar-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[2-scalar-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[2-scalar-left_times_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[2-scalar-right_times_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[2-scalar-left_div_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[2-scalar-right_div_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[1.5-scalar-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[1.5-scalar-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[1.5-scalar-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[1.5-scalar-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[1.5-scalar-left_times_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[1.5-scalar-right_times_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[1.5-scalar-left_div_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[1.5-scalar-right_div_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[nan-scalar-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[nan-scalar-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[nan-scalar-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[nan-scalar-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[nan-scalar-left_times_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[nan-scalar-right_times_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[nan-scalar-left_div_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[nan-scalar-right_div_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value3-timedelta-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value3-timedelta-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value3-timedelta-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value3-timedelta-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value3-timedelta-left_times_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value3-timedelta-right_times_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value3-timedelta-left_div_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value3-timedelta-right_div_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value4-timedelta-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value4-timedelta-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value4-timedelta-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value4-timedelta-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value4-timedelta-left_times_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value4-timedelta-right_times_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value4-timedelta-left_div_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value4-timedelta-right_div_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value5-timestamp-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value5-timestamp-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value5-timestamp-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value5-timestamp-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value5-timestamp-left_times_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value5-timestamp-right_times_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value5-timestamp-left_div_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value5-timestamp-right_div_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value6-timestamp-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value6-timestamp-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value6-timestamp-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value6-timestamp-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value6-timestamp-left_times_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value6-timestamp-right_times_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value6-timestamp-left_div_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value6-timestamp-right_div_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value7-timestamp-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value7-timestamp-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value7-timestamp-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value7-timestamp-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value7-timestamp-left_times_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value7-timestamp-right_times_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value7-timestamp-left_div_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value7-timestamp-right_div_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value8-timestamp-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value8-timestamp-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value8-timestamp-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value8-timestamp-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value8-timestamp-left_times_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value8-timestamp-right_times_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value8-timestamp-left_div_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value8-timestamp-right_div_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value9-timestamp-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value9-timestamp-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value9-timestamp-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value9-timestamp-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value9-timestamp-left_times_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value9-timestamp-right_times_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value9-timestamp-left_div_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_scalar[value9-timestamp-right_div_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_rfloordiv_timedelta[nan-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_rfloordiv_timedelta[val1-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_rfloordiv_timedelta[val2-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_index[value0-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_index[value0-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_index[value0-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_index[value0-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_index[value1-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_index[value1-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_index[value1-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_index[value1-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_index[value2-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_index[value2-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_index[value2-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_index[value2-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_td64_vector[TimedeltaIndex-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_td64_vector[TimedeltaIndex-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_td64_vector[TimedeltaIndex-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_td64_vector[TimedeltaIndex-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_td64_vector[Series-left_plus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_td64_vector[Series-right_plus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_td64_vector[Series-left_minus_right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_arithmetic_td64_vector[Series-right_minus_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_pinned_docstrings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_to_numpy_alias PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_comparisons[__le__-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_comparisons[__le__-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_comparisons[__lt__-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_comparisons[__lt__-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_comparisons[__ge__-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_comparisons[__ge__-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_comparisons[__gt__-other0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/test_nat.py::test_nat_comparisons[__gt__-other1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_hash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[0-5-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[-2-5.5-7.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[10-10-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[10-inf-inf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[-inf--5-inf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[-inf-inf-inf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[left6-right6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[left7-right7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[left8-right8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length[left9-right9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[None-2017-01-01-2017-01-06-5 days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[None-2017-01-01-2017-01-01 12:00:00-12 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[None-2017-01-01 12:00-2017-01-01 12:00:00-0 days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[None-2017-01-01 12:01-2017-01-05 17:31:00-4 days 5 hours 30 min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[UTC-2017-01-01-2017-01-06-5 days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[UTC-2017-01-01-2017-01-01 12:00:00-12 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[UTC-2017-01-01 12:00-2017-01-01 12:00:00-0 days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[UTC-2017-01-01 12:01-2017-01-05 17:31:00-4 days 5 hours 30 min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[CET-2017-01-01-2017-01-06-5 days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[CET-2017-01-01-2017-01-01 12:00:00-12 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[CET-2017-01-01 12:00-2017-01-01 12:00:00-0 days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[CET-2017-01-01 12:01-2017-01-05 17:31:00-4 days 5 hours 30 min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[US/Eastern-2017-01-01-2017-01-06-5 days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[US/Eastern-2017-01-01-2017-01-01 12:00:00-12 hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[US/Eastern-2017-01-01 12:00-2017-01-01 12:00:00-0 days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_length_timestamp[US/Eastern-2017-01-01 12:01-2017-01-05 17:31:00-4 days 5 hours 30 min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[left-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[left-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[left-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[left-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[right-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[right-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[right-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[right-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[both-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[both-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[both-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[both-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[neither-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[neither-left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[neither-left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_is_empty[neither-left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_construct_errors[a-z] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_construct_errors[left1-right1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_construct_errors[left2-right2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_construct_errors[left3-right3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_construct_errors[left4-right4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_add[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_add[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_add[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_add[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_sub[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_sub[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_sub[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_sub[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_mult[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_mult[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_mult[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_mult[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_div[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_div[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_div[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_div[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_floordiv[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_floordiv[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_floordiv[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_math_floordiv[neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_constructor_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_constructor_errors_tz[None-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_constructor_errors_tz[UTC-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_interval.py::TestInterval::test_constructor_errors_tz[UTC-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_self[Timedelta-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_self[Timedelta-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_self[Timedelta-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_self[Timedelta-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_self[Timestamp-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_self[Timestamp-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_self[Timestamp-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_self[Timestamp-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_self[int-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_self[int-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_self[int-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_self[int-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timedelta-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[Timestamp-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_nested[int-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timedelta-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[Timestamp-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_disjoint[int-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timedelta-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[Timestamp-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-left-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-left-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-left-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-left-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-right-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-right-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-right-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-right-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-both-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-both-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-both-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-both-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-neither-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-neither-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-neither-both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_endpoint[int-neither-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/interval/test_ops.py::TestOverlaps::test_overlaps_invalid_type[Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_near_zero[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_near_zero[Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_near_zero[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_near_zero[W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_near_zero[B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_near_zero[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_near_zero_weekly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_to_timestamp_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_annual PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_quarterly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_monthly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_weekly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_weekly_legacy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_business PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_daily PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_hourly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_minutely PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_secondly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_mult PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_combined PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_asfreq_MS PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_construction_bday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_construction_quarter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_construction_month PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_constructor_offsets PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_invalid_arguments PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_constructor_infer_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_multiples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_quarterly[JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_quarterly[FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_quarterly[MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_quarterly[APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_quarterly[MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_quarterly[JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_quarterly[JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_quarterly[AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_quarterly[SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_quarterly[OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_quarterly[NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_quarterly[DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_annual[JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_annual[FEB] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_annual[MAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_annual[APR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_annual[MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_annual[JUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_annual[JUL] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_annual[AUG] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_annual[SEP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_annual[OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_annual[NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_annual[DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[10-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[10-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[10-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[10-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[10-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[10-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[10-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[11-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[11-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[11-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[11-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[11-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[11-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[11-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[12-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[12-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[12-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[12-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[12-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[12-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[12-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[13-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[13-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[13-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[13-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[13-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[13-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[13-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[14-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[14-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[14-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[14-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[14-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[14-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[14-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[15-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[15-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[15-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[15-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[15-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[15-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[15-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[16-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[16-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[16-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[16-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[16-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[16-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_weekly[16-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_from_ordinal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_mult PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_cons_combined PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_round_trip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_hash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_to_timestamp_tz_arg[Europe/Brussels] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_to_timestamp_tz_arg[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_to_timestamp_tz_arg[US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_to_timestamp_tz_arg_dateutil[dateutil/Europe/Brussels] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_to_timestamp_tz_arg_dateutil[dateutil/Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_to_timestamp_tz_arg_dateutil[dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_to_timestamp_tz_arg_dateutil_from_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_to_timestamp_mult PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_to_timestamp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_repr_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_millisecond_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_microsecond_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_strftime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_is_leap_year[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_is_leap_year[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_is_leap_year[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_is_leap_year[H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_quarterly_negative_ordinals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_freq_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_period_deprecated_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_start_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_end_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_anchor_week_end_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_annually PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_quarterly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_monthly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_weekly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_weekly_legacy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_daily PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_hourly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_minutely PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_secondly PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestPeriodField::test_get_period_field_array_raises_on_out_of_range PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_equal_Raises_Value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_notEqual PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_greater PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_greater_Raises_Value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_greater_Raises_Type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_greaterEqual PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_greaterEqual_Raises_Value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_smallerEqual PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_smallerEqual_Raises_Value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_smallerEqual_Raises_Type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_smaller PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_smaller_Raises_Value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_smaller_Raises_Type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestComparisons::test_period_nat_comp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_delta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_add_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_add_sub_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_add_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_add_timestamp_raises[identity-identity] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_add_timestamp_raises[identity-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_add_timestamp_raises[identity-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_add_timestamp_raises[Series-identity] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_add_timestamp_raises[Series-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_add_timestamp_raises[Series-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_add_timestamp_raises[Index-identity] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_add_timestamp_raises[Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_add_timestamp_raises[Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Day-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Day-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Day-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Day-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Hour-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Hour-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Hour-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Hour-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Minute-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Minute-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Minute-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Minute-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Second-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Second-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Second-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Second-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Milli-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Milli-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Milli-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Milli-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Micro-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Micro-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Micro-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Micro-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Nano-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Nano-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Nano-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_ticks[Nano-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[YearEnd-month-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[YearEnd-month-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[YearEnd-month-2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[YearEnd-month-2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[YearEnd-month-3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[YearEnd-month-3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[YearEnd-month-4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[YearEnd-month-4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[QuarterEnd-startingMonth-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[QuarterEnd-startingMonth-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[QuarterEnd-startingMonth-2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[QuarterEnd-startingMonth-2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[QuarterEnd-startingMonth-3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[QuarterEnd-startingMonth-3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[QuarterEnd-startingMonth-4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[QuarterEnd-startingMonth-4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[MonthEnd-None-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[MonthEnd-None-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[MonthEnd-None-2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[MonthEnd-None-2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[MonthEnd-None-3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[MonthEnd-None-3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[MonthEnd-None-4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[MonthEnd-None-4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[Week-weekday-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[Week-weekday-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[Week-weekday-2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[Week-weekday-2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[Week-weekday-3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[Week-weekday-3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[Week-weekday-4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_n_gt_1_offsets[Week-weekday-4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_add_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_add_offset_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_sub_offset_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_nat_ops[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_nat_ops[2M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_nat_ops[3M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::TestArithmetic::test_period_ops_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::test_period_immutable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/period/test_period.py::test_small_year_parsing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_ten_seconds[ten_seconds0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_ten_seconds[ten_seconds1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_ten_seconds[ten_seconds2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_ten_seconds[ten_seconds3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_ten_seconds[ten_seconds4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_one_day_ten_seconds[one_day_ten_secs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_one_day_ten_seconds[one_day_ten_secs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_one_day_ten_seconds[one_day_ten_secs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_one_day_ten_seconds[one_day_ten_secs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_one_day_ten_seconds[one_day_ten_secs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_datetimelike_scalar[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_datetimelike_scalar[radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_td[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_td[radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_pytimedelta[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_pytimedelta[radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_timedelta64[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_timedelta64[radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_offset[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_offset[radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_td PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_pytimedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_td64_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_sub_numeric_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_rsub_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_rsub_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_timedeltalike_object_dtype_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_sub_mixed_most_timedeltalike_object_dtype_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_rsub_mixed_most_timedeltalike_object_dtype_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_timedeltalike_object_dtype_array[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_timedeltalike_object_dtype_array[radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_mixed_timedeltalike_object_dtype_array[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaAdditionSubtraction::test_td_add_mixed_timedeltalike_object_dtype_array[radd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nat[op0-td_nat0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nat[op0-td_nat1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nat[op0-td_nat2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nat[rmul-td_nat0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nat[rmul-td_nat1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nat[rmul-td_nat2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nan[op0-nan0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nan[op0-nan1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nan[op0-nan2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nan[rmul-nan0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nan[rmul-nan1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_nan[rmul-nan2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_scalar[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_mul_scalar[rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_div_timedeltalike_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_div_numeric_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_div_nan[nan0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_div_nan[nan1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_div_nan[nan2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rdiv_timedeltalike_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_floordiv_timedeltalike_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_floordiv_null_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_floordiv_offsets PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_floordiv_invalid_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_floordiv_numeric_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_floordiv_timedeltalike_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_floordiv_numeric_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rfloordiv_timedeltalike_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rfloordiv_null_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rfloordiv_offsets PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rfloordiv_invalid_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rfloordiv_numeric_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rfloordiv_timedeltalike_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_rfloordiv_numeric_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_mod_timedeltalike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_mod_timedelta64_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_mod_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_mod_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_mod_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_mod_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_rmod_pytimedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_rmod_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_rmod_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_divmod_numeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_divmod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_divmod_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_divmod_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_rdivmod_pytimedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_rdivmod_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_rdivmod_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_op_timedelta_timedeltalike_array[arr0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_op_timedelta_timedeltalike_array[arr0-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_op_timedelta_timedeltalike_array[arr0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_op_timedelta_timedeltalike_array[arr0-rdiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_op_timedelta_timedeltalike_array[arr0-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_op_timedelta_timedeltalike_array[arr1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_op_timedelta_timedeltalike_array[arr1-rmul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_op_timedelta_timedeltalike_array[arr1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_op_timedelta_timedeltalike_array[arr1-rdiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_op_timedelta_timedeltalike_array[arr1-rsub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int64-item0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int64-item1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int64-item2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int64-item3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int64-item4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int64-item5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int64-item6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int32-item0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int32-item1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int32-item2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int32-item3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int32-item4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int32-item5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int32-item6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int16-item0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int16-item1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int16-item2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int16-item3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int16-item4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int16-item5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[int16-item6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float64-item0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float64-item1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float64-item2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float64-item3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float64-item4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float64-item5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float64-item6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float32-item0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float32-item1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float32-item2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float32-item3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float32-item4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float32-item5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float32-item6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float16-item0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float16-item1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float16-item2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float16-item3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float16-item4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float16-item5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_construction_with_np_dtypes[float16-item6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[1s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[-1s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[1us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[-1us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[1 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[-1 day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[-23:59:59.999999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[-1 days +23:59:59.999999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[-1ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[1ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_from_repr_roundtrip[-23:59:59.999999999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_overflow_on_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P6DT0H50M3.010010012S-exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P-6DT0H50M3.010010012S-exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P4DT12H30M5S-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P0DT0H0M0.000000123S-exp3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P0DT0H0M0.00001S-exp4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P0DT0H0M0.001S-exp5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P0DT0H1M0S-exp6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor[P1DT25H61M61S-exp7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor_raises[PPPPPPPPPPPP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor_raises[PDTHMS] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor_raises[P0DT999H999M999S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor_raises[P1DT0H0M0.0000000000000S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor_raises[P1DT0H0M00000000000S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_iso_constructor_raises[P1DT0H0M0.S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_constructor_on_nanoseconds[constructed_td0-100ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_constructor_on_nanoseconds[constructed_td1-694861001001001] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_constructor_on_nanoseconds[constructed_td2-1us1ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_constructor_on_nanoseconds[constructed_td3-999ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_constructor_on_nanoseconds[constructed_td4-990ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_construction.py::test_td_constructor_value_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_repr[td0-Timedelta('10 days 00:00:00')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_repr[td1-Timedelta('0 days 00:00:10')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_repr[td2-Timedelta('0 days 00:00:00.010000')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_repr[td3-Timedelta('-1 days +23:59:59.990000')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_isoformat[td0-P6DT0H50M3.010010012S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_isoformat[td1-P4DT12H30M5S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_isoformat[td2-P0DT0H0M0.000000123S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_isoformat[td3-P0DT0H0M0.00001S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_isoformat[td4-P0DT0H0M0.001S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_formats.py::test_isoformat[td5-P0DT0H1M0S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaArithmetic::test_arithmetic_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaArithmetic::test_array_timedelta_floordiv PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaArithmetic::test_ops_error_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaArithmetic::test_ops_notimplemented PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaArithmetic::test_unary_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaComparison::test_compare_tick[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaComparison::test_compare_tick[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaComparison::test_compare_tick[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaComparison::test_compare_tick[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaComparison::test_compare_tick[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaComparison::test_compare_tick[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaComparison::test_compare_tick[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaComparison::test_comparison_object_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaComparison::test_compare_timedelta_ndarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaComparison::test_compare_custom_object SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaComparison::test_compare_unknown_type[string] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltaComparison::test_compare_unknown_type[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_rounding_on_int_unit_construction[us-9.999-9999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_rounding_on_int_unit_construction[ms-9.999999-9999999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_rounding_on_int_unit_construction[s-9.999999999-9999999999] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_total_seconds_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_freq_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_fields PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_iso_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_nat_converters PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[wrapper0-units0-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[wrapper0-units1-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[wrapper0-units2-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[wrapper0-units3-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[wrapper0-units4-m] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[wrapper0-units5-s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[wrapper0-units6-ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[wrapper0-units7-us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[wrapper0-units8-ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[list-units0-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[list-units1-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[list-units2-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[list-units3-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[list-units4-m] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[list-units5-s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[list-units6-ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[list-units7-us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[list-units8-ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[Index-units0-Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[Index-units1-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[Index-units2-W] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[Index-units3-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[Index-units4-m] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[Index-units5-s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[Index-units6-ms] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[Index-units7-us] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_parser[Index-units8-ns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_m_y_deprecated[Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_m_y_deprecated[y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_unit_m_y_deprecated[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_numeric_conversions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_timedelta_conversions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_to_numpy_alias PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_round PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_identity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_short_format_converters PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_full_format_converters PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_timedelta_hash_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_implementation_limits PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_total_seconds_precision PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_timedelta_arithmetic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_apply_to_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_components PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_resolution_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_resolution_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::test_truthiness[value0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::test_truthiness[value1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::test_truthiness[value2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::test_truthiness[value3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::test_truthiness[value4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::test_truthiness[value5-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_timedelta.py::test_truthiness[value6-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_overflow_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_overflow_offset_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_delta_preserve_nanos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_timestamp_sub_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_addition_subtraction_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_addition_subtraction_preserve_frequency[S-td0-td640] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_addition_subtraction_preserve_frequency[min-td1-td641] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_addition_subtraction_preserve_frequency[H-td2-td642] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_addition_subtraction_preserve_frequency[D-td3-td643] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_addition_subtraction_preserve_frequency[W-td4-td644] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_addition_subtraction_preserve_frequency[M-None-td645] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_radd_tdscalar[td0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_radd_tdscalar[td1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_radd_tdscalar[td2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_timestamp_add_timedelta64_unit[other0--123] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_timestamp_add_timedelta64_unit[other1-1234567898] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_timestamp_add_timedelta64_unit[other2--123000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_timestamp_add_timedelta64_unit[other3--123000000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_comparison_object_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_compare_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_cant_compare_tz_naive_w_aware[utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_cant_compare_tz_naive_w_aware[dateutil/UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_cant_compare_tz_naive_w_aware[utc_fixture2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_cant_compare_tz_naive_w_aware[utc_fixture3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_cant_compare_tz_naive_w_aware[utc_fixture4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_timestamp_compare_scalars PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_timestamp_compare_with_early_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_compare_zerodim_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_comparisons.py::test_rich_comparison_with_unsupported_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-D-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-D-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-D-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-D-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-M-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-M-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-M-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-M-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-S-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-S-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-S-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-S-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-N-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-N-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-N-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-03-07-N-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-D-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-D-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-D-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-D-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-M-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-M-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-M-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-M-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-S-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-S-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-S-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-S-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-N-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-N-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-N-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 09:00-N-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-D-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-D-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-D-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-D-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-M-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-M-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-M-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-M-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-S-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-S-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-S-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-S-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-N-UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-N-Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-N-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr[2014-01-01 00:00:00.000000001-N-dateutil/US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_repr_utcoffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_timestamp_repr_pre1900 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_rendering.py::TestTimestampRendering::test_pprint PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_properties_business PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_fields PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[None-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[None-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[C0-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[C0-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_US.UTF-80-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_US.UTF-80-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[C1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[C1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[aa_DJ.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[aa_DJ.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[aa_DJ.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[aa_DJ.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[aa_ER.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[aa_ER.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[aa_ER.UTF-8 at saaho-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[aa_ER.UTF-8 at saaho-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[aa_ET.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[aa_ET.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[af_ZA.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[af_ZA.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[af_ZA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[af_ZA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[agr_PE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[agr_PE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ak_GH.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ak_GH.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[am_ET.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[am_ET.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[an_ES.ISO8859-15-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[an_ES.ISO8859-15-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[an_ES.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[an_ES.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[anp_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[anp_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_AE.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_AE.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_AE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_AE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_BH.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_BH.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_BH.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_BH.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_DZ.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_DZ.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_DZ.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_DZ.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_EG.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_EG.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_EG.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_EG.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_IQ.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_IQ.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_IQ.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_IQ.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_JO.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_JO.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_JO.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_JO.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_KW.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_KW.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_KW.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_KW.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_LB.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_LB.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_LB.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_LB.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_LY.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_LY.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_LY.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_LY.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_MA.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_MA.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_MA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_MA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_OM.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_OM.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_OM.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_OM.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_QA.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_QA.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_QA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_QA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_SA.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_SA.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_SA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_SA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_SD.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_SD.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_SD.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_SD.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_SS.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_SS.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_SY.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_SY.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_SY.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_SY.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_TN.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_TN.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_TN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_TN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_YE.ISO8859-6-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_YE.ISO8859-6-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_YE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ar_YE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[as_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[as_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ast_ES.ISO8859-15-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ast_ES.ISO8859-15-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ast_ES.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ast_ES.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ayc_PE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ayc_PE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[az_IR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[az_IR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[be_BY.CP1251-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[be_BY.CP1251-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[be_BY.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[be_BY.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[be_BY.UTF-8 at latin-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[be_BY.UTF-8 at latin-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bem_ZM.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bem_ZM.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ber_DZ.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ber_DZ.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ber_MA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ber_MA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bg_BG.CP1251-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bg_BG.CP1251-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bg_BG.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bg_BG.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bhb_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bhb_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bho_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bho_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bho_NP.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bho_NP.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bi_VU.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bi_VU.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bn_BD.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bn_BD.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bn_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bn_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bo_CN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bo_CN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bo_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bo_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[br_FR.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[br_FR.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[br_FR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[br_FR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[brx_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[brx_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bs_BA.ISO8859-2-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bs_BA.ISO8859-2-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bs_BA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[bs_BA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[byn_ER.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[byn_ER.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ca_AD.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ca_AD.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ca_ES.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ca_ES.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ca_ES.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ca_ES.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ca_ES.UTF-8 at valencia-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ca_ES.UTF-8 at valencia-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ca_FR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ca_FR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ca_IT.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ca_IT.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ce_RU.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ce_RU.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[chr_US.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[chr_US.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[cmn_TW.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[cmn_TW.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[cs_CZ.ISO8859-2-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[cs_CZ.ISO8859-2-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[cs_CZ.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[cs_CZ.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[csb_PL.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[csb_PL.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[cv_RU.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[cv_RU.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[cy_GB.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[cy_GB.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[da_DK.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[da_DK.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[da_DK.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[da_DK.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_AT.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_AT.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_AT.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_AT.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_BE.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_BE.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_BE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_BE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_CH.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_CH.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_CH.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_CH.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_DE.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_DE.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_DE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_DE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_IT.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_IT.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_IT.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_IT.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_LI.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_LI.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_LU.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_LU.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_LU.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_LU.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[doi_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[doi_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[dv_MV.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[dv_MV.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[dz_BT.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[dz_BT.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[el_CY.ISO8859-7-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[el_CY.ISO8859-7-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[el_CY.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[el_CY.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[el_GR.ISO8859-7-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[el_GR.ISO8859-7-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[el_GR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[el_GR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_AG.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_AG.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_AU.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_AU.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_AU.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_AU.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_BW.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_BW.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_BW.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_BW.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_CA.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_CA.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_CA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_CA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_DK.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_DK.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_DK.ISO8859-15-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_DK.ISO8859-15-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_DK.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_DK.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_GB.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_GB.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_GB.ISO8859-15-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_GB.ISO8859-15-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_GB.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_GB.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_HK.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_HK.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_HK.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_HK.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_IE.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_IE.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_IE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_IE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_IL.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_IL.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_NG.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_NG.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_NZ.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_NZ.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_NZ.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_NZ.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_PH.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_PH.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_PH.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_PH.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_SC.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_SC.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_SG.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_SG.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_SG.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_SG.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_US.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_US.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_US.ISO8859-15-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_US.ISO8859-15-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_US.UTF-81-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_US.UTF-81-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_ZA.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_ZA.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_ZA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_ZA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_ZM.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_ZM.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_ZW.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[en_ZW.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_AR.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_AR.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_AR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_AR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_BO.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_BO.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_BO.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_BO.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_CL.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_CL.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_CL.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_CL.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_CO.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_CO.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_CO.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_CO.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_CR.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_CR.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_CR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_CR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_CU.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_CU.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_DO.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_DO.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_DO.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_DO.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_EC.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_EC.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_EC.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_EC.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_ES.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_ES.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_ES.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_ES.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_GT.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_GT.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_GT.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_GT.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_HN.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_HN.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_HN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_HN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_MX.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_MX.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_MX.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_MX.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_NI.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_NI.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_NI.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_NI.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PA.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PA.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PE.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PE.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PR.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PR.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PY.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PY.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PY.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_PY.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_SV.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_SV.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_SV.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_SV.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_US.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_US.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_US.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_US.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_UY.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_UY.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_UY.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_UY.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_VE.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_VE.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_VE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[es_VE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[et_EE.ISO8859-150-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[et_EE.ISO8859-150-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[et_EE.ISO8859-151-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[et_EE.ISO8859-151-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[et_EE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[et_EE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[eu_ES.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[eu_ES.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[eu_ES.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[eu_ES.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[eu_FR.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[eu_FR.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[eu_FR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[eu_FR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fa_IR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fa_IR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ff_SN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ff_SN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fi_FI.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fi_FI.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fil_PH.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fil_PH.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fo_FO.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fo_FO.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fo_FO.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fo_FO.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_BE.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_BE.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_BE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_BE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_CA.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_CA.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_CA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_CA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_CH.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_CH.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_CH.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_CH.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_FR.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_FR.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_FR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_FR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_LU.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_LU.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_LU.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fr_LU.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fur_IT.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fur_IT.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fy_DE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fy_DE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fy_NL.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[fy_NL.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ga_IE.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ga_IE.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ga_IE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ga_IE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gd_GB.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gd_GB.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gez_ER.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gez_ER.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gez_ER.UTF-8 at abegede-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gez_ER.UTF-8 at abegede-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gez_ET.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gez_ET.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gez_ET.UTF-8 at abegede-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gez_ET.UTF-8 at abegede-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gl_ES.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gl_ES.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gl_ES.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gl_ES.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gu_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gu_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gv_GB.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gv_GB.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gv_GB.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[gv_GB.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ha_NG.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ha_NG.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hak_TW.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hak_TW.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[he_IL.ISO8859-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[he_IL.ISO8859-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[he_IL.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[he_IL.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hif_FJ.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hif_FJ.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hne_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hne_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hr_HR.ISO8859-2-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hr_HR.ISO8859-2-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hr_HR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hr_HR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hsb_DE.ISO8859-2-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hsb_DE.ISO8859-2-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hsb_DE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hsb_DE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ht_HT.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ht_HT.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hu_HU.ISO8859-2-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hu_HU.ISO8859-2-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hu_HU.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hu_HU.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hy_AM.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[hy_AM.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ia_FR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ia_FR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[id_ID.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[id_ID.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[id_ID.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[id_ID.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ig_NG.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ig_NG.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ik_CA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ik_CA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[is_IS.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[is_IS.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[is_IS.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[is_IS.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[it_CH.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[it_CH.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[it_CH.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[it_CH.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[it_IT.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[it_IT.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[it_IT.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[it_IT.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ja_JP.eucJP-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ja_JP.eucJP-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ja_JP.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ja_JP.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ka_GE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ka_GE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kab_DZ.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kab_DZ.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kk_KZ.RK1048-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kk_KZ.RK1048-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kk_KZ.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kk_KZ.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kl_GL.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kl_GL.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kl_GL.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kl_GL.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[km_KH.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[km_KH.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kn_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kn_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ko_KR.eucKR-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ko_KR.eucKR-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ko_KR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ko_KR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kok_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kok_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ks_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ks_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ks_IN.UTF-8 at devanagari-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ks_IN.UTF-8 at devanagari-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ku_TR.ISO8859-9-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ku_TR.ISO8859-9-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ku_TR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ku_TR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kw_GB.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kw_GB.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kw_GB.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[kw_GB.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ky_KG.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ky_KG.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lb_LU.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lb_LU.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lg_UG.ISO8859-10-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lg_UG.ISO8859-10-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lg_UG.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lg_UG.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[li_BE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[li_BE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[li_NL.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[li_NL.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lij_IT.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lij_IT.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ln_CD.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ln_CD.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lt_LT.ISO8859-13-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lt_LT.ISO8859-13-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lt_LT.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lt_LT.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lv_LV.ISO8859-13-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lv_LV.ISO8859-13-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lv_LV.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lv_LV.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lzh_TW.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[lzh_TW.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mag_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mag_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mai_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mai_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mai_NP.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mai_NP.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mfe_MU.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mfe_MU.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mg_MG.ISO8859-15-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mg_MG.ISO8859-15-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mg_MG.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mg_MG.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mhr_RU.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mhr_RU.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mi_NZ.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mi_NZ.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[miq_NI.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[miq_NI.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mjw_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mjw_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mk_MK.ISO8859-5-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mk_MK.ISO8859-5-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mk_MK.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mk_MK.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ml_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ml_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mn_MN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mn_MN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mni_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mni_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mr_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mr_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ms_MY.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ms_MY.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ms_MY.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ms_MY.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mt_MT.ISO8859-3-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mt_MT.ISO8859-3-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mt_MT.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[mt_MT.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[my_MM.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[my_MM.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nan_TW.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nan_TW.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nan_TW.UTF-8 at latin-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nan_TW.UTF-8 at latin-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nb_NO.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nb_NO.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nb_NO.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nb_NO.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nds_DE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nds_DE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nds_NL.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nds_NL.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ne_NP.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ne_NP.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nhn_MX.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nhn_MX.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[niu_NU.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[niu_NU.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[niu_NZ.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[niu_NZ.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nl_AW.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nl_AW.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nl_BE.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nl_BE.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nl_BE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nl_BE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nl_NL.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nl_NL.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nl_NL.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nl_NL.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nn_NO.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nn_NO.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nn_NO.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[nn_NO.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[oc_FR.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[oc_FR.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[oc_FR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[oc_FR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[om_ET.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[om_ET.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[om_KE.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[om_KE.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[om_KE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[om_KE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[or_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[or_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[os_RU.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[os_RU.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pa_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pa_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pa_PK.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pa_PK.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pap_AW.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pap_AW.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pap_CW.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pap_CW.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pl_PL.ISO8859-2-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pl_PL.ISO8859-2-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pl_PL.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pl_PL.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ps_AF.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ps_AF.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pt_BR.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pt_BR.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pt_BR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pt_BR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pt_PT.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pt_PT.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pt_PT.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[pt_PT.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[quz_PE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[quz_PE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[raj_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[raj_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ro_RO.ISO8859-2-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ro_RO.ISO8859-2-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ro_RO.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ro_RO.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ru_RU.UTF-80-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ru_RU.UTF-80-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ru_RU.CP1251-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ru_RU.CP1251-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ru_RU.KOI8-R-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ru_RU.KOI8-R-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ru_RU.UTF-81-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ru_RU.UTF-81-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ru_UA.KOI8-U-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ru_UA.KOI8-U-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ru_UA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ru_UA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sa_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sa_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sat_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sat_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sc_IT.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sc_IT.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sd_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sd_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sd_IN.UTF-8 at devanagari-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sd_IN.UTF-8 at devanagari-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[se_NO.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[se_NO.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sgs_LT.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sgs_LT.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[shn_MM.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[shn_MM.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[shs_CA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[shs_CA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[si_LK.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[si_LK.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sid_ET.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sid_ET.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sk_SK.ISO8859-2-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sk_SK.ISO8859-2-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sk_SK.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sk_SK.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sl_SI.ISO8859-2-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sl_SI.ISO8859-2-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sl_SI.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sl_SI.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sm_WS.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sm_WS.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[so_DJ.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[so_DJ.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[so_DJ.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[so_DJ.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[so_ET.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[so_ET.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[so_KE.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[so_KE.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[so_KE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[so_KE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[so_SO.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[so_SO.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[so_SO.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[so_SO.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sq_AL.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sq_AL.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sq_MK.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sq_MK.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sr_ME.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sr_ME.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sr_RS.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sr_RS.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sr_RS.UTF-8 at latin-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sr_RS.UTF-8 at latin-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[st_ZA.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[st_ZA.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[st_ZA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[st_ZA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sv_FI.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sv_FI.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sv_FI.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sv_FI.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sv_SE.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sv_SE.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sv_SE.ISO8859-15-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sv_SE.ISO8859-15-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sv_SE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sv_SE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sw_KE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sw_KE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sw_TZ.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[sw_TZ.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[szl_PL.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[szl_PL.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ta_LK.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ta_LK.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tcy_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tcy_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[te_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[te_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tg_TJ.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tg_TJ.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[th_TH.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[th_TH.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[the_NP.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[the_NP.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ti_ER.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ti_ER.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ti_ET.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ti_ET.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tig_ER.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tig_ER.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tk_TM.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tk_TM.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tl_PH.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tl_PH.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tl_PH.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tl_PH.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[to_TO.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[to_TO.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tpi_PG.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tpi_PG.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tr_CY.ISO8859-9-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tr_CY.ISO8859-9-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tr_CY.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tr_CY.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tr_TR.ISO8859-9-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tr_TR.ISO8859-9-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tr_TR.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tr_TR.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tt_RU.UTF-8 at iqtelif-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[tt_RU.UTF-8 at iqtelif-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ug_CN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ug_CN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[uk_UA.KOI8-U-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[uk_UA.KOI8-U-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[uk_UA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[uk_UA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[unm_US.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[unm_US.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ur_IN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ur_IN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[uz_UZ.UTF-80-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[uz_UZ.UTF-80-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[uz_UZ.UTF-81-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[uz_UZ.UTF-81-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[uz_UZ.UTF-82-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[uz_UZ.UTF-82-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ve_ZA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[ve_ZA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[wa_BE.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[wa_BE.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[wa_BE.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[wa_BE.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[wae_CH.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[wae_CH.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[wal_ET.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[wal_ET.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[wo_SN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[wo_SN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[xh_ZA.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[xh_ZA.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[xh_ZA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[xh_ZA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[yi_US.CP1255-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[yi_US.CP1255-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[yi_US.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[yi_US.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[yo_NG.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[yo_NG.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[yue_HK.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[yue_HK.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[yuw_PG.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[yuw_PG.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_CN.gb2312-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_CN.gb2312-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_CN.gb18030-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_CN.gb18030-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_CN.gbk-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_CN.gbk-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_CN.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_CN.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_HK.big5hkscs-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_HK.big5hkscs-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_HK.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_HK.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_SG.GB2312-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_SG.GB2312-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_SG.GBK-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_SG.GBK-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_SG.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_SG.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_TW.big5-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_TW.big5-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_TW.eucTW-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_TW.eucTW-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_TW.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zh_TW.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zu_ZA.ISO8859-1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zu_ZA.ISO8859-1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zu_ZA.UTF-8-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[zu_ZA.UTF-8-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_is_leap_year[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_woy_boundary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_resolution PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_with_stringoffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_invalid_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_strptime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_tz_or_tzinfo PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_positional PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_keyword PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_fromordinal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_nanosecond[result0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_nanosecond[result1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_nanosecond[result2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_nanosecond[result3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_nanosecond[result4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_invalid_Z0_isostring[Z0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_invalid_Z0_isostring[Z00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_invalid_date_kwarg_with_string_input[nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_out_of_bounds_integer_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_out_of_bounds_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_out_of_bounds_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_barely_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_bounds_with_different_units PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_min_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_max_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_now PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_today PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_disallow_setting_tz[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_disallow_setting_tz[tz1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_construct_timestamp_near_dst[+0300] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_construct_timestamp_near_dst[+0200] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_construct_with_different_string_format[2013/01/01 00:00:00+09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_construct_with_different_string_format[2013-01-01 00:00:00+09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_construct_timestamp_preserve_original_frequency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_invalid_frequency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_depreciate_tz_and_tzinfo_in_datetime_input[datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_depreciate_tz_and_tzinfo_in_datetime_input[Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_dont_convert_dateutil_utc_to_pytz_utc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConstructors::test_constructor_subclassed_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_utc_z_designator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_asm8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_class_ops_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_class_ops_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_basics_nanos PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461000000000-check_kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461000000.0-check_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461000.0-check_kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461.0-check_kwargs3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[10957-check_kwargs4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461.0005-check_kwargs5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461.5-check_kwargs6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461000.5-check_kwargs7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461000500.0-check_kwargs8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461500.0-check_kwargs9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461000005.0-check_kwargs10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461005000.0-check_kwargs11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461000.5-check_kwargs12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461000.005-check_kwargs13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[946688461.5-check_kwargs14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_unit[10957.5-check_kwargs15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_roundtrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_hash_equivalent PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampNsOperations::test_nanosecond_string_parsing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampNsOperations::test_nanosecond_timestamp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampToJulianDate::test_compare_1700 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampToJulianDate::test_compare_2000 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampToJulianDate::test_compare_2100 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampToJulianDate::test_compare_hour01 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampToJulianDate::test_compare_hour13 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_to_pydatetime_nonzero_nano PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_timestamp_to_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_timestamp_to_datetime_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_timestamp_to_datetime_explicit_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_timestamp_to_datetime_explicit_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_to_datetime_bijective PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_to_period_tz_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_to_numpy_alias PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_pushes_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_ambiguous_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_ambiguous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_nonexistent[2015-03-08 02:00-US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_nonexistent[2015-03-08 02:30-US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_nonexistent[2015-03-29 02:00-Europe/Paris] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_nonexistent[2015-03-29 02:30-Europe/Belgrade] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_errors_ambiguous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_errors_invalid_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_errors_coerce PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['UTC'-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['UTC'-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['UTC'-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['UTC'-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['US/Eastern'-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['US/Eastern'-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['US/Eastern'-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['US/Eastern'-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['Asia/Tokyo'-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['Asia/Tokyo'-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['Asia/Tokyo'-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['Asia/Tokyo'-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['dateutil/US/Pacific'-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['dateutil/US/Pacific'-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['dateutil/US/Pacific'-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['dateutil/US/Pacific'-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['dateutil/Asia/Singapore'-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['dateutil/Asia/Singapore'-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['dateutil/Asia/Singapore'-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip['dateutil/Asia/Singapore'-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[tzutc()-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[tzutc()-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[tzutc()-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[tzutc()-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[tzlocal()-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[tzlocal()-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[tzlocal()-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[tzlocal()-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[pytz.FixedOffset(300)-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[pytz.FixedOffset(300)-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[pytz.FixedOffset(300)-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[pytz.FixedOffset(300)-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[<UTC>-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[<UTC>-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[<UTC>-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[<UTC>-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[pytz.FixedOffset(-300)-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[pytz.FixedOffset(-300)-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[pytz.FixedOffset(-300)-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[pytz.FixedOffset(-300)-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[datetime.timezone.utc-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[datetime.timezone.utc-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[datetime.timezone.utc-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[datetime.timezone.utc-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[datetime.timezone(datetime.timedelta(seconds=3600))-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[datetime.timezone(datetime.timedelta(seconds=3600))-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[datetime.timezone(datetime.timedelta(seconds=3600))-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[datetime.timezone(datetime.timedelta(seconds=3600))-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_roundtrip[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_ambiguous_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize[tz0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize[tz1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 03:00:00-forward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 01:59:59.999999999-backward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 03:20:00-shift2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 01:20:00-shift3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[2018-03-11 02:33:00-US/Pacific-2018-03-11 03:00:00-forward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[2018-03-11 02:33:00-US/Pacific-2018-03-11 01:59:59.999999999-backward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[2018-03-11 02:33:00-US/Pacific-2018-03-11 03:33:00-shift6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[2018-03-11 02:33:00-US/Pacific-2018-03-11 01:33:00-shift7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[dateutil/-2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 03:00:00-forward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[dateutil/-2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 01:59:59.999999999-backward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[dateutil/-2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 03:20:00-shift2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[dateutil/-2015-03-29 02:20:00-Europe/Warsaw-2015-03-29 01:20:00-shift3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[dateutil/-2018-03-11 02:33:00-US/Pacific-2018-03-11 03:00:00-forward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[dateutil/-2018-03-11 02:33:00-US/Pacific-2018-03-11 01:59:59.999999999-backward] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[dateutil/-2018-03-11 02:33:00-US/Pacific-2018-03-11 03:33:00-shift6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift[dateutil/-2018-03-11 02:33:00-US/Pacific-2018-03-11 01:33:00-shift7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift_invalid[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift_invalid[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift_invalid[dateutil/--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_shift_invalid[dateutil/-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_NaT[Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_NaT[dateutil/Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_raise[Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_tz_localize_nonexistent_raise[dateutil/Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['UTC'-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['UTC'-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['UTC'-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['UTC'-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['US/Eastern'-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['US/Eastern'-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['US/Eastern'-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['US/Eastern'-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['Asia/Tokyo'-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['Asia/Tokyo'-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['Asia/Tokyo'-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['Asia/Tokyo'-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['dateutil/US/Pacific'-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['dateutil/US/Pacific'-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['dateutil/US/Pacific'-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['dateutil/US/Pacific'-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['dateutil/Asia/Singapore'-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['dateutil/Asia/Singapore'-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['dateutil/Asia/Singapore'-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip['dateutil/Asia/Singapore'-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[tzutc()-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[tzutc()-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[tzutc()-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[tzutc()-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[tzlocal()-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[tzlocal()-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[tzlocal()-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[tzlocal()-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[pytz.FixedOffset(300)-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[pytz.FixedOffset(300)-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[pytz.FixedOffset(300)-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[pytz.FixedOffset(300)-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[<UTC>-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[<UTC>-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[<UTC>-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[<UTC>-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[pytz.FixedOffset(-300)-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[pytz.FixedOffset(-300)-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[pytz.FixedOffset(-300)-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[pytz.FixedOffset(-300)-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[datetime.timezone.utc-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[datetime.timezone.utc-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[datetime.timezone.utc-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[datetime.timezone.utc-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[datetime.timezone(datetime.timedelta(seconds=3600))-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[datetime.timezone(datetime.timedelta(seconds=3600))-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[datetime.timezone(datetime.timedelta(seconds=3600))-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[datetime.timezone(datetime.timedelta(seconds=3600))-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-2014-02-01 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-2014-07-08 09:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-2014-11-01 17:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_roundtrip[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-2014-11-05 00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_astimezone[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_astimezone[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_convert_utc_with_system_utc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_constructor_tz_utc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_to_datetime_tzoffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_constructor_near_dst_boundary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_constructed_by_date_and_tz[tz0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_constructed_by_date_and_tz[tz1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_constructed_by_date_and_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_constructed_by_date_and_tz[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_add_timedelta_push_over_dst_boundary[tz0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_add_timedelta_push_over_dst_boundary[tz1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_add_timedelta_push_over_dst_boundary[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_add_timedelta_push_over_dst_boundary[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_timetz_equivalent_with_datetime_tz[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_timetz_equivalent_with_datetime_tz['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_timetz_equivalent_with_datetime_tz['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_timetz_equivalent_with_datetime_tz['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_timetz_equivalent_with_datetime_tz['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_timetz_equivalent_with_datetime_tz['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_timetz_equivalent_with_datetime_tz[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_timetz_equivalent_with_datetime_tz[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_timetz_equivalent_with_datetime_tz[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_timetz_equivalent_with_datetime_tz[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_timetz_equivalent_with_datetime_tz[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_timetz_equivalent_with_datetime_tz[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_timetz_equivalent_with_datetime_tz[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_timestamp_timetz_equivalent_with_datetime_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_frequencies[20130101 09:10:11-D-20130101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_frequencies[20130101 19:10:11-D-20130102] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_frequencies[20130201 12:00:00-D-20130202] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_frequencies[20130104 12:00:00-D-20130105] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_frequencies[2000-01-05 05:09:15.13-D-2000-01-05 00:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_frequencies[2000-01-05 05:09:15.13-H-2000-01-05 05:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_frequencies[2000-01-05 05:09:15.13-S-2000-01-05 05:09:15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_tzaware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_30min PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_subsecond PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_nonstandard_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_invalid_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_ceil_floor_edge[2117-01-01 00:00:45-floor-15s-2117-01-01 00:00:45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_ceil_floor_edge[2117-01-01 00:00:45-ceil-15s-2117-01-01 00:00:45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_ceil_floor_edge[2117-01-01 00:00:45.000000012-floor-10ns-2117-01-01 00:00:45.000000010] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_ceil_floor_edge[1823-01-01 00:00:01.000000012-ceil-10ns-1823-01-01 00:00:01.000000020] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_ceil_floor_edge[1823-01-01 00:00:01-floor-1s-1823-01-01 00:00:01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_ceil_floor_edge[1823-01-01 00:00:01-ceil-1s-1823-01-01 00:00:01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_ceil_floor_edge[NaT-floor-1s-NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_ceil_floor_edge[NaT-ceil-1s-NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[ceil-2018-01-01 00:02:06-2s-2018-01-01 00:02:06] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[ceil-2018-01-01 00:02:00-2T-2018-01-01 00:02:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[ceil-2018-01-01 00:04:00-4T-2018-01-01 00:04:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[ceil-2018-01-01 00:15:00-15T-2018-01-01 00:15:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[ceil-2018-01-01 00:20:00-20T-2018-01-01 00:20:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[ceil-2018-01-01 03:00:00-3H-2018-01-01 03:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[floor-2018-01-01 00:02:06-2s-2018-01-01 00:02:06] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[floor-2018-01-01 00:02:00-2T-2018-01-01 00:02:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[floor-2018-01-01 00:04:00-4T-2018-01-01 00:04:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[floor-2018-01-01 00:15:00-15T-2018-01-01 00:15:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[floor-2018-01-01 00:20:00-20T-2018-01-01 00:20:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[floor-2018-01-01 03:00:00-3H-2018-01-01 03:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[round-2018-01-01 00:02:06-2s-2018-01-01 00:02:06] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[round-2018-01-01 00:02:00-2T-2018-01-01 00:02:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[round-2018-01-01 00:04:00-4T-2018-01-01 00:04:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[round-2018-01-01 00:15:00-15T-2018-01-01 00:15:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[round-2018-01-01 00:20:00-20T-2018-01-01 00:20:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_minute_freq[round-2018-01-01 03:00:00-3H-2018-01-01 03:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_ceil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_floor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_dst_border_ambiguous[ceil] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_dst_border_ambiguous[round] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_dst_border_ambiguous[floor] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_dst_border_nonexistent[ceil-2018-03-11 01:59:00-0600-5min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_dst_border_nonexistent[round-2018-03-11 01:59:00-0600-5min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_dst_border_nonexistent[floor-2018-03-11 03:01:00-0500-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[2ns-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[2ns-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[2ns-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[2ns-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[2ns-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[2ns-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[3ns-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[3ns-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[3ns-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[3ns-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[3ns-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[3ns-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[4ns-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[4ns-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[4ns-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[4ns-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[4ns-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[4ns-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[5ns-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[5ns-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[5ns-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[5ns-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[5ns-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[5ns-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[6ns-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[6ns-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[6ns-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[6ns-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[6ns-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[6ns-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[7ns-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[7ns-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[7ns-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[7ns-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[7ns-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[7ns-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[250ns-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[250ns-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[250ns-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[250ns-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[250ns-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[250ns-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[500ns-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[500ns-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[500ns-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[500ns-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[500ns-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[500ns-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[750ns-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[750ns-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[750ns-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[750ns-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[750ns-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[750ns-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1us-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1us-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1us-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1us-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1us-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1us-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[19us-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[19us-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[19us-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[19us-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[19us-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[19us-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[250us-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[250us-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[250us-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[250us-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[250us-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[250us-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[500us-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[500us-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[500us-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[500us-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[500us-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[500us-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[750us-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[750us-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[750us-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[750us-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[750us-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[750us-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1s-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1s-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1s-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1s-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1s-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1s-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[2s-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[2s-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[2s-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[2s-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[2s-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[2s-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[3s-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[3s-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[3s-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[3s-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[3s-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[3s-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1D-2018-01-01 0:0:0.124999360] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1D-2018-01-01 0:0:0.125000367] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1D-2018-01-01 0:0:0.125500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1D-2018-01-01 0:0:0.126500] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1D-2018-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_int64[1D-2019-01-01 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_naive PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_aware[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_preserves_nanos[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_multiple[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_invalid_kwarg[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_integer_args[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_tzinfo_equiv_tz_localize_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_tzinfo PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_across_dst[tz0-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_across_dst[tz1-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_dst_border PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_dst_fold[dateutil/Europe/London-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_dst_fold[dateutil/Europe/London-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_dst_fold[Europe/London-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_replace_dst_fold[Europe/London-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[None-2013-11-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[None-2013-11-30 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize['UTC'-2013-11-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize['UTC'-2013-11-30 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize['US/Eastern'-2013-11-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize['US/Eastern'-2013-11-30 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize['Asia/Tokyo'-2013-11-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize['Asia/Tokyo'-2013-11-30 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize['dateutil/US/Pacific'-2013-11-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize['dateutil/US/Pacific'-2013-11-30 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize['dateutil/Asia/Singapore'-2013-11-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize['dateutil/Asia/Singapore'-2013-11-30 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[tzutc()-2013-11-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[tzutc()-2013-11-30 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[tzlocal()-2013-11-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[tzlocal()-2013-11-30 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[pytz.FixedOffset(300)-2013-11-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[pytz.FixedOffset(300)-2013-11-30 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[<UTC>-2013-11-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[<UTC>-2013-11-30 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[pytz.FixedOffset(-300)-2013-11-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[pytz.FixedOffset(-300)-2013-11-30 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[datetime.timezone.utc-2013-11-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[datetime.timezone.utc-2013-11-30 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[datetime.timezone(datetime.timedelta(seconds=3600))-2013-11-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[datetime.timezone(datetime.timedelta(seconds=3600))-2013-11-30 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-2013-11-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_normalize[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-2013-11-30 12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_timestamp PASSED
> 
> =============================== warnings summary ===============================
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_div_nan[nan1]
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/scalar/timedelta/test_arithmetic.py:336: RuntimeWarning: invalid value encountered in double_scalars
>     result = td // nan
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> ============== 2519 passed, 2 skipped, 1 warnings in 6.69 seconds ==============
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 2652 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_setindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_by_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_set_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_set_name_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_axis_supported PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_set_name_attribute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_set_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_set_index_makes_timeseries PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_reset_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_reset_index_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_reset_index_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_reset_index_range PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_reorder_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_axis_mapper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_axis_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_axis_none[kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_axis_none[kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_axis_none[kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_with_custom_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_rename_with_custom_indexer_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_set_axis_inplace_axes[axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_set_axis_inplace_axes[axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_set_axis_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_set_axis_prior_to_deprecation_signature PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_reset_index_drop_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_alter_axes.py::TestSeriesAlterAxes::test_droplevel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_empty_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_with_tz[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_with_tz['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_with_tz['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_with_tz['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_with_tz['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_with_tz['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_with_tz[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_with_tz[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_with_tz[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_with_tz[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_with_tz[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_with_tz[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_with_tz[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_describe_with_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_argsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_argsort_stable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cumsum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cumprod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cummin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cummax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cummin_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cummax_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cummin_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cummax_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_npdiff SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_compress PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_numpy_compress PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_round PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_numpy_round PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_numpy_round_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_built_in_round PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_prod_numpy16_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_corr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_corr_rank PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_corr_invalid_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_corr_callable_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cov PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_dot PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_matmul PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_types_and_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_with_na_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_against_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_against_list_like[upper0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_against_list_like[upper0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_against_list_like[upper1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_against_list_like[upper1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_clip_with_datetimes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_cummethods_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_isin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_isin_with_string_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_isin_with_i8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_isin_empty[empty0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_isin_empty[empty1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_isin_empty[empty2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_ptp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_numpy_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_searchsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_searchsorted_numeric_dtypes_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_searchsorted_numeric_dtypes_vector PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_search_sorted_datetime64_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_search_sorted_datetime64_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_searchsorted_sorter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_is_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_sort_index_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_apply_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_shift_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_shift_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_unstack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_value_counts_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_value_counts_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_value_counts_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_value_counts_categorical_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_value_counts_categorical_not_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_validate_any_all_out_keepdims_raises[kwargs0-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_validate_any_all_out_keepdims_raises[kwargs0-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_validate_any_all_out_keepdims_raises[kwargs1-any] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_validate_any_all_out_keepdims_raises[kwargs1-all] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_validate_sum_initial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_validate_median_initial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_validate_stat_keepdims PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestSeriesAnalytics::test_compound_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_error[r0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_error[r1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_error[r2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_error[r3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_error[r4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[datetimetz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_nsmallest_nlargest[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_misc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_n[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_n[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_n[3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_n[4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nlargest-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_integer[nsmallest-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_float[nlargest-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_float[nlargest-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_float[nlargest-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_float[nsmallest-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_float[nsmallest-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_float[nsmallest-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_datetimelike[nlargest-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_datetimelike[nlargest-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_datetimelike[nsmallest-datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boundary_datetimelike[nsmallest-timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_duplicate_keep_all_ties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boolean[data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestNLargestNSmallest::test_boolean[data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_value_counts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_value_counts_with_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[True-int_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[True-uint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[True-float_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[True-unicode_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[True-timedelta64[h]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[True-datetime64[D]] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[False-int_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[False-uint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[False-float_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[False-unicode_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[False-timedelta64[h]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[False-datetime64[D]] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[None-int_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[None-uint] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[None-float_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[None-unicode_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[None-timedelta64[h]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_non_bool[None-datetime64[D]] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_bool[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_bool[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_analytics.py::TestCategoricalSeriesAnalytics::test_drop_duplicates_categorical_bool[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_scalarop_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_copy_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_copy_index_name_checking PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_append_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_binop_maybe_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_combine_first_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_getitem_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_argsort_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_sort_index_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_to_sparse_pass_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_constructor_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_constructor_subclass_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_constructor_ordereddict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_constructor_dict_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_constructor_dict_timedelta_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_from_array_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_sparse_accessor_updates_on_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_tab_completion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_tab_completion_with_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_index_tab_completion[index14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_not_hashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_iter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_iteritems PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_items PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_raise_on_info PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_copy_tzaware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_axis_alias PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_class_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_numpy_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_ndarray_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_str_accessor_updates_on_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_str_attribute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_empty_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_tab_complete_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_integer_series_size PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_get_values_deprecation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_getname_categorical_accessor[<lambda>7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_cat_accessor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_cat_accessor_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_cat_accessor_no_new_attributes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_cat_accessor_updates_on_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_categorical_delegations PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestCategoricalSeries::test_dt_accessor_api_for_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply_same_length_inference_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply_dont_convert_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_with_string_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_series_map_box_timestamps PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply_box PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply_datetimetz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply_dict_depr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply_categorical_with_nan_values[series0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesApply::test_apply_categorical_with_nan_values[series1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_transform PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_transform_and_agg_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_demo PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_multiple_aggregators_with_dict_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_apply_evaluate_lambdas_the_same PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_with_nested_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_replicate_describe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_reduce PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_non_callable_aggregates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series0-sum-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series1-func1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series2-sum-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series3-nansum-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series4-max-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series5-func5-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series6-amax-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series7-nanmax-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series8-min-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series9-func9-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series10-amin-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series11-nanmin-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series12-all-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series13-all-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series14-any-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series15-any-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series16-mean-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series17-mean-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series18-nanmean-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series19-prod-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series20-prod-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series21-nanprod-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series22-std-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series23-std-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series24-nanstd-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series25-var-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series26-var-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series27-nanvar-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series28-median-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series29-median-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series30-nanmedian-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series31-sum-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series32-func32-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series33-sum-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series34-nansum-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series35-max-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series36-func36-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series37-amax-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series38-nanmax-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series39-min-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series40-func40-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series41-amin-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series42-nanmin-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series43-all-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series44-all-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series45-any-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series46-any-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series47-mean-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series48-mean-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series49-nanmean-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series50-prod-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series51-prod-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series52-nanprod-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series53-std-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series54-std-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series55-nanstd-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series56-var-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series57-var-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series58-nanvar-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series59-median-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series60-median-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series61-nanmedian-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series62-sum-abc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series63-func63-abc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series64-sum-abc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series65-nansum-abc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series66-max-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series67-func67-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series68-amax-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series69-nanmax-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series70-min-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series71-func71-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series72-amin-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series73-nanmin-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series74-all-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series75-all-c] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series76-any-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table[series77-any-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series0-cumprod-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series1-cumprod-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series2-nancumprod-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series3-cumsum-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series4-cumsum-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series5-nancumsum-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series6-cumprod-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series7-cumprod-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series8-nancumprod-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series9-cumsum-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series10-cumsum-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series11-nancumsum-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series12-cumsum-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series13-cumsum-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_transform[series14-nancumsum-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series0-mean-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series1-mean-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series2-nanmean-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series3-prod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series4-prod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series5-nanprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series6-std-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series7-std-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series8-nanstd-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series9-var-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series10-var-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series11-nanvar-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series12-median-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series13-median-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series14-nanmedian-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series15-cumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series16-cumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesAggregate::test_agg_cython_table_raises[series17-nancumprod-TypeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_empty[index10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_type_inference PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_decimal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_na_exclusion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_dict_with_tuple_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_counter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_defaultdict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_dict_subclass_with_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_dict_subclass_without_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_box PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_datetimetz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_missing_mixed[vals0-mapping0-exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_missing_mixed[vals1-mapping1-exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_map_missing_mixed[vals2-mapping2-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_apply_series_on_date_time_index_aware_series[dti0-exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_apply_series_on_date_time_index_aware_series[dti1-exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_apply.py::TestSeriesMap::test_apply_scaler_on_date_time_index_aware_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[add-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[add-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[add-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[add-ts3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[sub-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[sub-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[sub-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[sub-ts3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[mul-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[mul-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[mul-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[mul-ts3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[floordiv-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[floordiv-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[floordiv-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[floordiv-ts3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[truediv-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[truediv-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[truediv-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[truediv-ts3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[pow-ts0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[pow-ts1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[pow-ts2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexArithmetic::test_flex_method_equivalence[pow-ts3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesArithmetic::test_add_series_with_period_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesFlexComparison::test_comparison_flex_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_comparison_different_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes[eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes[ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes[gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes[lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes[ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes[le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes_empty[eq] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes_empty[ne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes_empty[gt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes_empty[lt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes_empty[ge] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_flex_cmp_return_dtypes_empty[le] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names0-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names0-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names0-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names0-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names0-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names0-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names1-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names1-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names1-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names1-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names1-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names1-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names2-op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names2-op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names2-op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names2-op3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names2-op4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_arithmetic.py::TestSeriesComparison::test_ser_cmp_result_names[names2-op5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_asof.py::TestSeriesAsof::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_asof.py::TestSeriesAsof::test_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_asof.py::TestSeriesAsof::test_with_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_asof.py::TestSeriesAsof::test_periodindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_asof.py::TestSeriesAsof::test_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_asof.py::TestSeriesAsof::test_all_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_block_internals.py::TestSeriesBlockInternals::test_setitem_invalidates_datetime_index_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_block_internals.py::TestSeriesBlockInternals::test_dt64tz_setitem_does_not_mutate_dti PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_append PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_append_many PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_append_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other0-int32-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other1-int64-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other2-float-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other3-object-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other4-int32-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other5-int64-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other6-float-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other7-object-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other8-int32-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other9-int64-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other10-float-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other11-object-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other12-int32-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other13-int64-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other14-float-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_update_dtypes[other15-object-expected15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_concat_empty_series_dtypes_roundtrips PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt_tz_values[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt_tz_values['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt_tz_values['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt_tz_values['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt_tz_values['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt_tz_values['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt_tz_values[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt_tz_values[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt_tz_values[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt_tz_values[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt_tz_values[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt_tz_values[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt_tz_values[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt_tz_values[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_concat_empty_series_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestSeriesCombine::test_combine_first_dt64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestTimeseries::test_append_concat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestTimeseries::test_append_concat_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestTimeseries::test_append_concat_tz_explicit_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_combine_concat.py::TestTimeseries::test_append_concat_tz_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[<lambda>-True0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[<lambda>-True1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[<lambda>-True2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[<lambda>-False0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[<lambda>-False1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[<lambda>-False2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[<lambda>-True3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[<lambda>-True4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[<lambda>-False3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[<lambda>-False4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_empty_constructor[<lambda>-False5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_invalid_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_scalar_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_empty[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_empty[dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_empty[OrderedDict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_nan[nan0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_nan[nan1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[None-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[None-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[None-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[None-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[None-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[None-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[None-datetime64[ns, UTC]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[index1-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[index1-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[index1-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[index1-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[index1-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[index1-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_only[index1-datetime64[ns, UTC]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_no_data_index_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_no_data_string_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_string_element_string_type[entry] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_string_element_string_type[\u0450] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_string_element_string_type[13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_str_na_values[str0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_str_na_values[str1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_str_na_values[U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_iterable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_sequence PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_single_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_dtype[bool] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_dtype[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_dtype[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_dtype[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str0-input_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str0-input_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str0-input_vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str0-input_vals3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str0-input_vals4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str1-input_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str1-input_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str1-input_vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str1-input_vals3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[str1-input_vals4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[U-input_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[U-input_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[U-input_vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[U-input_vals3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str[U-input_vals4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str_na[str0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str_na[str1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_str_na[U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_generator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_map PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_categorical_with_coercion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_categorical_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_categorical_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_categorical_ordered_none_deprecated[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_categorical_ordered_none_deprecated[none1-FutureWarning] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_categorical_sideeffects_free PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_unordered_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_maskedarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_maskedarray_hardened PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_series_ctor_plus_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_default_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_mismatch[input0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_mismatch[input1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_mismatch[input2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_mismatch[input3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_mismatch[input4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_index_mismatch[input5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_numpy_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_broadcast_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_sanitize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_limit_copies[DatetimeIndex0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_limit_copies[DatetimeIndex1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_limit_copies[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_limit_copies[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_limit_copies[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_limit_copies[Int64Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_limit_copies[RangeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_pass_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_pass_nan_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_unsigned_dtype_overflow[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_unsigned_dtype_overflow[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_unsigned_dtype_overflow[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_unsigned_dtype_overflow[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_fail[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_fail[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_fail[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_fail[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_fail[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_fail[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_fail[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_fail[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_fail[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_valid[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_valid[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_coerce_float_valid[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_no_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_datelike_coercion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_datetimes_with_nulls PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_with_datetime_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ns-M8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ns-M8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ns-m8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ns-m8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[us-M8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[us-M8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[us-m8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[us-m8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ms-M8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ms-M8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ms-m8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[ms-m8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[s-M8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[s-M8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[s-m8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[s-m8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[h-M8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[h-M8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[h-m8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[h-m8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[m-M8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[m-M8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[m-m8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[m-m8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[D-M8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[D-M8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[D-m8-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_to_datetimelike_unit[D-m8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_with_naive_string_and_datetimetz_dtype[2013-01-01 00:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_with_naive_string_and_datetimetz_dtype[arg1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_with_naive_string_and_datetimetz_dtype[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_with_naive_string_and_datetimetz_dtype[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_interval PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_construction_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_infer_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_period_incompatible_frequency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_periodindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict_nan_key[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict_nan_key[nan0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict_nan_key[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict_nan_key[nan1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict_datetime64_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_list_of_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_tuple_of_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dict_of_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_set PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_fromDict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_fromValue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_mixed_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_NaT_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_NaT_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_name_hashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_name_unhashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_auto_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_convert_non_ns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cant_cast_datetimelike[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cant_cast_datetimelike[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cant_cast_datetimelike[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cast_object[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cast_object[TimedeltaIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_cast_object[PeriodIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_generic_timestamp_no_frequency[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_generic_timestamp_no_frequency[timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_generic_timestamp_bad_frequency[m8[ps]-cannot convert timedeltalike] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_generic_timestamp_bad_frequency[M8[ps]-cannot convert datetimelike] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_range_dtype[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_range_dtype[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_range_dtype[category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_tz_mixed_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_namespace_accessor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_round[round-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_round[floor-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_round[ceil-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_round_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_round_tz_ambiguous[ceil] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_round_tz_ambiguous[round] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_round_tz_ambiguous[floor] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_round_tz_nonexistent[ceil-2018-03-11 01:59:00-0600-5min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_round_tz_nonexistent[round-2018-03-11 01:59:00-0600-5min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_round_tz_nonexistent[floor-2018-03-11 03:01:00-0500-2H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_namespace_accessor_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_no_new_attributes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[C0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_US.UTF-80] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[C1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[aa_DJ.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[aa_DJ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[aa_ER.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[aa_ER.UTF-8 at saaho] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[aa_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[af_ZA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[af_ZA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[agr_PE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ak_GH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[am_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[an_ES.ISO8859-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[an_ES.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[anp_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_AE.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_AE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_BH.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_BH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_DZ.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_DZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_EG.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_EG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_IQ.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_IQ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_JO.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_JO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_KW.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_KW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_LB.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_LB.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_LY.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_LY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_MA.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_MA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_OM.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_OM.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_QA.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_QA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_SA.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_SA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_SD.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_SD.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_SS.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_SY.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_SY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_TN.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_TN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_YE.ISO8859-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ar_YE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[as_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ast_ES.ISO8859-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ast_ES.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ayc_PE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[az_IR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[be_BY.CP1251] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[be_BY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[be_BY.UTF-8 at latin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[bem_ZM.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ber_DZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ber_MA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[bg_BG.CP1251] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[bg_BG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[bhb_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[bho_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[bho_NP.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[bi_VU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[bn_BD.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[bn_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[bo_CN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[bo_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[br_FR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[br_FR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[brx_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[bs_BA.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[bs_BA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[byn_ER.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ca_AD.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ca_ES.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ca_ES.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ca_ES.UTF-8 at valencia] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ca_FR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ca_IT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ce_RU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[chr_US.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[cmn_TW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[cs_CZ.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[cs_CZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[csb_PL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[cv_RU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[cy_GB.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[da_DK.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[da_DK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[de_AT.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[de_AT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[de_BE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[de_BE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[de_CH.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[de_CH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[de_DE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[de_DE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[de_IT.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[de_IT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[de_LI.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[de_LU.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[de_LU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[doi_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[dv_MV.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[dz_BT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[el_CY.ISO8859-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[el_CY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[el_GR.ISO8859-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[el_GR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_AG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_AU.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_AU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_BW.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_BW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_CA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_CA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_DK.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_DK.ISO8859-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_DK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_GB.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_GB.ISO8859-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_GB.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_HK.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_HK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_IE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_IE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_IL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_NG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_NZ.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_NZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_PH.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_PH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_SC.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_SG.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_SG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_US.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_US.ISO8859-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_US.UTF-81] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_ZA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_ZA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_ZM.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[en_ZW.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_AR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_AR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_BO.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_BO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_CL.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_CL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_CO.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_CO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_CR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_CR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_CU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_DO.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_DO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_EC.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_EC.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_ES.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_ES.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_GT.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_GT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_HN.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_HN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_MX.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_MX.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_NI.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_NI.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_PA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_PA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_PE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_PE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_PR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_PR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_PY.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_PY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_SV.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_SV.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_US.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_US.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_UY.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_UY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_VE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[es_VE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[et_EE.ISO8859-150] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[et_EE.ISO8859-151] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[et_EE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[eu_ES.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[eu_ES.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[eu_FR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[eu_FR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fa_IR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ff_SN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fi_FI.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fil_PH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fo_FO.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fo_FO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fr_BE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fr_BE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fr_CA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fr_CA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fr_CH.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fr_CH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fr_FR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fr_FR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fr_LU.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fr_LU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fur_IT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fy_DE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[fy_NL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ga_IE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ga_IE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[gd_GB.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[gez_ER.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[gez_ER.UTF-8 at abegede] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[gez_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[gez_ET.UTF-8 at abegede] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[gl_ES.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[gl_ES.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[gu_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[gv_GB.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[gv_GB.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ha_NG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[hak_TW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[he_IL.ISO8859-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[he_IL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[hif_FJ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[hne_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[hr_HR.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[hr_HR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[hsb_DE.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[hsb_DE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ht_HT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[hu_HU.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[hu_HU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[hy_AM.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ia_FR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[id_ID.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[id_ID.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ig_NG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ik_CA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[is_IS.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[is_IS.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[it_CH.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[it_CH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[it_IT.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[it_IT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ja_JP.eucJP] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ja_JP.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ka_GE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[kab_DZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[kk_KZ.RK1048] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[kk_KZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[kl_GL.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[kl_GL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[km_KH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[kn_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ko_KR.eucKR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ko_KR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[kok_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ks_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ks_IN.UTF-8 at devanagari] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ku_TR.ISO8859-9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ku_TR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[kw_GB.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[kw_GB.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ky_KG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[lb_LU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[lg_UG.ISO8859-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[lg_UG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[li_BE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[li_NL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[lij_IT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ln_CD.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[lt_LT.ISO8859-13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[lt_LT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[lv_LV.ISO8859-13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[lv_LV.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[lzh_TW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mag_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mai_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mai_NP.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mfe_MU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mg_MG.ISO8859-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mg_MG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mhr_RU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mi_NZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[miq_NI.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mjw_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mk_MK.ISO8859-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mk_MK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ml_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mn_MN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mni_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mr_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ms_MY.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ms_MY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mt_MT.ISO8859-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[mt_MT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[my_MM.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[nan_TW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[nan_TW.UTF-8 at latin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[nb_NO.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[nb_NO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[nds_DE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[nds_NL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ne_NP.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[nhn_MX.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[niu_NU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[niu_NZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[nl_AW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[nl_BE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[nl_BE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[nl_NL.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[nl_NL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[nn_NO.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[nn_NO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[oc_FR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[oc_FR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[om_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[om_KE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[om_KE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[or_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[os_RU.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[pa_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[pa_PK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[pap_AW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[pap_CW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[pl_PL.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[pl_PL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ps_AF.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[pt_BR.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[pt_BR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[pt_PT.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[pt_PT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[quz_PE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[raj_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ro_RO.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ro_RO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ru_RU.UTF-80] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ru_RU.CP1251] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ru_RU.KOI8-R] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ru_RU.UTF-81] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ru_UA.KOI8-U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ru_UA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sa_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sat_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sc_IT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sd_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sd_IN.UTF-8 at devanagari] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[se_NO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sgs_LT.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[shn_MM.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[shs_CA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[si_LK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sid_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sk_SK.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sk_SK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sl_SI.ISO8859-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sl_SI.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sm_WS.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[so_DJ.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[so_DJ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[so_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[so_KE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[so_KE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[so_SO.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[so_SO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sq_AL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sq_MK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sr_ME.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sr_RS.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sr_RS.UTF-8 at latin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[st_ZA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[st_ZA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sv_FI.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sv_FI.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sv_SE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sv_SE.ISO8859-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sv_SE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sw_KE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[sw_TZ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[szl_PL.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ta_LK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[tcy_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[te_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[tg_TJ.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[th_TH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[the_NP.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ti_ER.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ti_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[tig_ER.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[tk_TM.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[tl_PH.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[tl_PH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[to_TO.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[tpi_PG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[tr_CY.ISO8859-9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[tr_CY.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[tr_TR.ISO8859-9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[tr_TR.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[tt_RU.UTF-8 at iqtelif] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ug_CN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[uk_UA.KOI8-U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[uk_UA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[unm_US.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ur_IN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[uz_UZ.UTF-80] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[uz_UZ.UTF-81] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[uz_UZ.UTF-82] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[ve_ZA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[wa_BE.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[wa_BE.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[wae_CH.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[wal_ET.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[wo_SN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[xh_ZA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[xh_ZA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[yi_US.CP1255] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[yi_US.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[yo_NG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[yue_HK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[yuw_PG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[zh_CN.gb2312] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[zh_CN.gb18030] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[zh_CN.gbk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[zh_CN.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[zh_HK.big5hkscs] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[zh_HK.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[zh_SG.GB2312] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[zh_SG.GBK] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[zh_SG.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[zh_TW.big5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[zh_TW.eucTW] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[zh_TW.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[zu_ZA.ISO8859-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[zu_ZA.UTF-8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_datetime_name_accessors[] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_strftime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_valid_dt_with_missing_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_invalid[ser0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_invalid[ser1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_invalid[ser2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_accessor_updates_on_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_between PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_date_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_datetime_understood PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_timetz_accessor[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_timetz_accessor['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_timetz_accessor['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_timetz_accessor['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_timetz_accessor['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_timetz_accessor['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_timetz_accessor[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_timetz_accessor[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_timetz_accessor[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_timetz_accessor[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_timetz_accessor[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_timetz_accessor[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_timetz_accessor[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_dt_timetz_accessor[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_setitem_with_string_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_datetime_values.py::TestSeriesDatetimeValues::test_setitem_with_different_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_dt64_series_astype_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_td64_series_astype_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_asobject_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_nan_inf_int[int32-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_nan_inf_int[int32-inf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_nan_inf_int[int64-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_nan_inf_int[int64-inf] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_object_int_fail[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_object_int_fail[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_object_int_fail[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_cast_object_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_datetime64tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_str_map[series0-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_str_map[series0-str_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_str_map[series1-str] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_str_map[series1-str_] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_str_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_dict_like[dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_dict_like[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categories_deprecation_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_category_ordered_none_deprecated[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_category_ordered_none_deprecated[none1-FutureWarning] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_from_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_other PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[True-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[True-True-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[True-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[True-False-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[False-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[False-True-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[False-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categorical_to_categorical[False-False-foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_categoricaldtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_generic_timestamp_no_frequency[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_generic_timestamp_no_frequency[timedelta64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[?] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[b] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[i] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[l] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[p] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[B] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[I] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[L] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[P] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[e] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[f] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[g] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[F] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[G] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[V] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_astype_empty_constructor_equality[m] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_complex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_real_imag_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_arg_for_errors_in_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_intercept_astype_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_series_to_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_infer_objects_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_is_homogeneous_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_values_compatibility[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_dtypes.py::TestSeriesDtypes::test_values_compatibility[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_value_counts_nunique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_unique_data_ownership PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_is_unique[data0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_is_unique[data1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_is_unique[data2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_is_unique[data3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_is_unique[data4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_is_unique[data5-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_is_unique[data6-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_is_unique_class_ne PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[float-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[float-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[float-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[float32-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[float32-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[float32-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[float64-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[float64-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[float64-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[uint8-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[uint8-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[uint8-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[uint16-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[uint16-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[uint16-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[uint32-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[uint32-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[uint32-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[uint64-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[uint64-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[uint64-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int8-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int8-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int8-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int16-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int16-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int16-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int32-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int32-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int32-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int64-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int64-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[int64-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[complex-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[complex-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[complex-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[complex64-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[complex64-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[complex64-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[complex128-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[complex128-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[complex128-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[str0-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[str0-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[str0-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[str1-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[str1-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[str1-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[U-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[U-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[U-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[datetime64[ns]-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[datetime64[ns]-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[datetime64[ns]-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[M8[ns]-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[M8[ns]-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[M8[ns]-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[timedelta64[ns]-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[timedelta64[ns]-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[timedelta64[ns]-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[m8[ns]-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[m8[ns]-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[m8[ns]-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[bool0-first-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[bool0-last-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[bool0-False-expected2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[bool1-first-expected0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[bool1-last-expected1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[bool1-False-expected2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[object0-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[object0-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[object0-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[object1-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[object1-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[object1-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[bytes0-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[bytes0-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[bytes0-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[bytes1-first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[bytes1-last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates[bytes1-False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates_bool[first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates_bool[last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_drop_duplicates_bool[False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_duplicated_keep[first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_duplicated_keep[last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_duplicated_keep[False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_duplicated_nan_none[first-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_duplicated_nan_none[last-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_duplicates.py::test_duplicated_nan_none[False-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_explode.py::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_explode.py::test_mixed_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_explode.py::test_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_explode.py::test_nested_lists PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_explode.py::test_multi_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_explode.py::test_large PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_explode.py::test_invert_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_explode.py::test_typical_usecase PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_explode.py::test_nested_EA PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_convert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_convert_no_arg_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_convert_preserve_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_convert_preserve_all_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_constructor_no_pandas_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_astype_no_pandas_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_from_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_internals.py::TestSeriesInternals::test_from_list_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_internals.py::test_hasnans_unchached_for_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_internals.py::test_put_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_deprecation[path] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_deprecation[header] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_deprecation[both] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_from_csv PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_unicode_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_float_format PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_list_entries PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_path_is_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[None-s0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[None-s1-ascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[None-s2-gb2312] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[None-s3-cp737] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[gzip-s0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[gzip-s1-ascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[gzip-s2-gb2312] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[gzip-s3-cp737] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[bz2-s0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[bz2-s1-ascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[bz2-s2-gb2312] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[bz2-s3-cp737] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[zip-s0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[zip-s1-ascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[zip-s2-gb2312] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[zip-s3-cp737] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[xz-s0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[xz-s1-ascii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[xz-s2-gb2312] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_compression[xz-s3-cp737] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesToCSV::test_to_csv_interval_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_to_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_timeseries_periodindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_pickle_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_pickle_categorical_ordered_from_sentinel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_to_frame_expanddim PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_to_dict[dict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_to_dict[mapping1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_io.py::TestSeriesIO::test_to_dict[OrderedDict] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_remove_na_deprecation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_timedelta_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_datetime64_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_datetime64_tz_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_datetime64_non_nano_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_datetime64tz_fillna_round_issue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_downcast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_raise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_categorical_nan_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_categorical_nan_handling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[a-expected_output0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[fill_value1-expected_output1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[fill_value2-expected_output2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[fill_value3-expected_output3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[fill_value4-expected_output4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[fill_value5-expected_output5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[fill_value6-expected_output6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical[fill_value7-expected_output7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical_with_new_categories[fill_value0-expected_output0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical_with_new_categories[fill_value1-expected_output1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical_with_new_categories[fill_value2-expected_output2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_categorical_raise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_isna_for_inf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_isnull_for_inf_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fillna_invalid_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_ffill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_ffill_mixed_dtypes_without_missing_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_bfill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_timedelta64_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_dropna_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_datetime64_tz_dropna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_dropna_no_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_dropna_intervals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_isna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_notna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_pad_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_pad_require_monotonicity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_dropna_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_fill_value_when_combine_const PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_series_fillna_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_sparse_series_fillna_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_sparse_series_pad_backfill_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesMissingData::test_series_pad_backfill_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_time_raises_for_non_timeseries PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_pchip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_akima PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_piecewise_polynomial PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_from_derivatives PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_corners[kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_corners[kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_index_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_non_ts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_nan_interpolate[kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_nan_interpolate[kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_nan_irregular_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_nan_str_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_quad PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_scipy_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[linear--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[linear-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[index--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[index-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[values--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[values-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[nearest--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[nearest-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[slinear--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[slinear-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[zero--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[zero-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[quadratic--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[quadratic-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[cubic--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[cubic-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[barycentric--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[barycentric-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[krogh--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[krogh-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[polynomial--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[polynomial-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[spline--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[spline-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[piecewise_polynomial--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[piecewise_polynomial-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[from_derivatives--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[from_derivatives-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[pchip--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[pchip-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[akima--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_nonpositive_limit[akima-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[slinear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[zero] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[quadratic] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[cubic] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[barycentric] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[krogh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[polynomial] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[spline] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[piecewise_polynomial] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[from_derivatives] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[pchip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_invalid_float_limit[akima] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_invalid_method[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_invalid_method[nonexistent_method] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit_forward PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_unlimited PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit_bad_direction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit_area PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit_direction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit_to_ends PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit_before_ends PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_all_good PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_multiIndex[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_multiIndex[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_nonmono_raise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[None-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[None-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64['UTC'-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64['UTC'-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64['US/Eastern'-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64['US/Eastern'-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64['Asia/Tokyo'-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64['Asia/Tokyo'-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64['dateutil/US/Pacific'-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64['dateutil/US/Pacific'-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64['dateutil/Asia/Singapore'-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64['dateutil/Asia/Singapore'-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[tzutc()-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[tzutc()-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[tzlocal()-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[tzlocal()-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[pytz.FixedOffset(300)-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[pytz.FixedOffset(300)-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[<UTC>-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[<UTC>-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[pytz.FixedOffset(-300)-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[pytz.FixedOffset(-300)-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[datetime.timezone.utc-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[datetime.timezone.utc-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[datetime.timezone(datetime.timedelta(seconds=3600))-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[datetime.timezone(datetime.timedelta(seconds=3600))-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-nearest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_datetime64[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_limit_no_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_no_order[polynomial] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_no_order[spline] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_spline_invalid_order[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_spline_invalid_order[-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_spline_invalid_order[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_spline_invalid_order[0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_spline_invalid_order[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_spline PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_spline_extrapolate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_spline_smooth PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_spline_interpolation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_timedelta64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_series_interpolate_method_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_series_interpolate_intraday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_nonzero_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[linear-ind0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[linear-ind1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[linear-ind2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[slinear-ind0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[slinear-ind1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[slinear-ind2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[zero-ind0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[zero-ind1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[zero-ind2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[quadratic-ind0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[quadratic-ind1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[quadratic-ind2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[cubic-ind0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[cubic-ind1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[cubic-ind2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[barycentric-ind0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[barycentric-ind1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[barycentric-ind2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[krogh-ind0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[krogh-ind1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[krogh-ind2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[polynomial-ind0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[polynomial-ind1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[polynomial-ind2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[spline-ind0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[spline-ind1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[spline-ind2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[piecewise_polynomial-ind0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[piecewise_polynomial-ind1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[piecewise_polynomial-ind2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[from_derivatives-ind0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[from_derivatives-ind1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[from_derivatives-ind2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[pchip-ind0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[pchip-ind1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[pchip-ind2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[akima-ind0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[akima-ind1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interp_non_timedelta_index[akima-ind2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_timedelta_index[linear] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_timedelta_index[slinear] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_timedelta_index[zero] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_timedelta_index[quadratic] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_timedelta_index[cubic] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_timedelta_index[barycentric] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_timedelta_index[krogh] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_timedelta_index[polynomial] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_timedelta_index[spline] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_timedelta_index[piecewise_polynomial] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_timedelta_index[from_derivatives] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_timedelta_index[pchip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_missing.py::TestSeriesInterpolateData::test_interpolate_timedelta_index[akima] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_bool_operators_with_nas[bool_op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_bool_operators_with_nas[bool_op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_bool_operators_with_nas[bool_op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_operators_bitwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_scalar_na_logical_ops_corners PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_logical_ops_with_index[op0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_logical_ops_with_index[op1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_logical_ops_with_index[op2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_reversed_logical_ops_with_index[rand_] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_reversed_logical_ops_with_index[ror_] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_reversed_logical_ops_with_index[rxor] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_reverse_ops_with_index[rand_-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_reverse_ops_with_index[ror_-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_reverse_ops_with_index[rxor-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_logical_ops_label_based PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesLogicalOps::test_logical_ops_df_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparisons PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_categorical_comparisons PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comparison_operators_with_nas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_unequal_categorical_comparison_raises_type_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_ne PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_comp_ops_df_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesComparisons::test_compare_series_interval_keyword PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesFlexComparisonOps::test_comparison_flex_alignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesFlexComparisonOps::test_comparison_flex_alignment_fill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_empty_int_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_ops_datetimelike_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine[truediv-equiv_op0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine[rtruediv-rtruediv-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine[add-equiv_op2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine[radd-<lambda>-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine[sub-equiv_op4-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine[rsub-<lambda>-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine[mul-equiv_op6-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine[rmul-<lambda>-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine[pow-equiv_op8-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine[rpow-<lambda>-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine[truediv-equiv_op10-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine[rtruediv-<lambda>-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine[floordiv-equiv_op12-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_combine[rfloordiv-<lambda>-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_operators_na_handling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_op_duplicate_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesOperators::test_divmod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesUnaryOps::test_neg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_operators.py::TestSeriesUnaryOps::test_invert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_auto_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_isna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_dropna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_between PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_NaT_scalar XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_NaT_cast XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_set_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_set_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_intercept_astype_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_align_series[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_align_series[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_align_series[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_align_series[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_truncate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_end_time_timevalues[input_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_end_time_timevalues[input_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_end_time_timevalues[input_vals2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_end_time_timevalues[input_vals3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_end_time_timevalues[input_vals4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_to_period[2001] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_period.py::TestSeriesPeriod::test_to_period[NaT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_interpolation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_interpolation_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_box[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_box[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_box[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_box[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_box[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_box[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_datetime_timedelta_quantiles PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_sparse[values0-Sparse[int]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_sparse[values1-Sparse[float]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_quantile.py::TestSeriesQuantile::test_quantile_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_signature PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_inf[contents0-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_inf[contents1-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_inf[contents2-uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_inf[contents3-int64] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_inf[contents4-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-average-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-min-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-max-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-first-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[top-dense-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-average-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-min-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-max-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-first-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[bottom-dense-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-average-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-average-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-min-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-min-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-max-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-max-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-first-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-first-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-dense-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_tie_methods_on_infs_nans[keep-dense-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_desc_mix_nans_infs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_methods_series SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_dense_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_descending PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_object_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::TestSeriesRank::test_rank_modify_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser0-exp0-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser0-exp0-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser0-exp0-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser1-exp1-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser1-exp1-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser1-exp1-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser2-exp2-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser2-exp2-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser2-exp2-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser3-exp3-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser3-exp3-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser3-exp3-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser4-exp4-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser4-exp4-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser4-exp4-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser5-exp5-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser5-exp5-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser5-exp5-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser6-exp6-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser6-exp6-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser6-exp6-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser7-exp7-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser7-exp7-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser7-exp7-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser8-exp8-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser8-exp8-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_dense_pct[ser8-exp8-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser0-exp0-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser0-exp0-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser0-exp0-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser1-exp1-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser1-exp1-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser1-exp1-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser2-exp2-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser2-exp2-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser2-exp2-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser3-exp3-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser3-exp3-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser3-exp3-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser4-exp4-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser4-exp4-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser4-exp4-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser5-exp5-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser5-exp5-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser5-exp5-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser6-exp6-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser6-exp6-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser6-exp6-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser7-exp7-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser7-exp7-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser7-exp7-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser8-exp8-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser8-exp8-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_min_pct[ser8-exp8-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser0-exp0-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser0-exp0-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser0-exp0-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser1-exp1-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser1-exp1-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser1-exp1-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser2-exp2-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser2-exp2-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser2-exp2-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser3-exp3-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser3-exp3-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser3-exp3-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser4-exp4-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser4-exp4-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser4-exp4-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser5-exp5-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser5-exp5-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser5-exp5-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser6-exp6-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser6-exp6-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser6-exp6-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser7-exp7-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser7-exp7-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser7-exp7-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser8-exp8-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser8-exp8-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_max_pct[ser8-exp8-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser0-exp0-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser0-exp0-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser0-exp0-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser1-exp1-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser1-exp1-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser1-exp1-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser2-exp2-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser2-exp2-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser2-exp2-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser3-exp3-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser3-exp3-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser3-exp3-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser4-exp4-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser4-exp4-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser4-exp4-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser5-exp5-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser5-exp5-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser5-exp5-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser6-exp6-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser6-exp6-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser6-exp6-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser7-exp7-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser7-exp7-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser7-exp7-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser8-exp8-O] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser8-exp8-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_average_pct[ser8-exp8-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser0-exp0-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser0-exp0-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser1-exp1-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser1-exp1-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser2-exp2-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser2-exp2-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser3-exp3-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser3-exp3-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser4-exp4-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser4-exp4-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser5-exp5-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser5-exp5-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser6-exp6-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser6-exp6-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser7-exp7-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser7-exp7-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser8-exp8-f8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_rank_first_pct[ser8-exp8-i8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_rank.py::test_pct_max_many_rows SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_gh5319 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_with_single_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_with_empty_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_mixed_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_bool_with_string_no_op PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_bool_with_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_bool_with_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_with_dict_with_bool_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_with_empty_dictlike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_string_with_number PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_replacer_equals_replacement PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_unicode_with_number PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_mixed_types_with_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_categorical[categorical0-numeric0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_categorical[categorical1-numeric1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_categorical[categorical2-numeric2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_replace.py::TestSeriesReplace::test_replace_with_no_overflowerror PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_multilevel_name_print PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_name_printing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_tidy_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_repr_bool_fails PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_repr_name_iterable_indexable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_repr_should_return_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_repr_max_rows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_unicode_string_with_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_str_to_bytes_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_timeseries_repr_object_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_latex_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestSeriesRepr::test_index_repr_in_frame_with_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_repr_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr_datetime_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr_period_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_repr.py::TestCategoricalRepr::test_categorical_series_repr_timedelta_ordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_index_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_index_multiindex[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_index_multiindex[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_index_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_index_na_position PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_index_intervals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_sorting.py::TestSeriesSorting::test_sort_values_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_subclass.py::TestSeriesSubclassing::test_indexing_sliced PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_subclass.py::TestSeriesSubclassing::test_to_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_subclass.py::TestSeriesSubclassing::test_subclass_unstack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_subclass.py::TestSeriesSubclassing::test_subclass_empty_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_subclass.py::TestSparseSeriesSubclassing::test_subclass_sparse_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_subclass.py::TestSparseSeriesSubclassing::test_subclass_sparse_addition PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_subclass.py::TestSparseSeriesSubclassing::test_subclass_sparse_to_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_shift2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_shift_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_categorical_shift_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_shift_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_tshift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_truncate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_truncate_nonsortedindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_asfreq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_asfreq_datetimeindex_empty_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_diff PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_shift_over_nas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_periods_freq[5B-5-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_periods_freq[3B-3-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_periods_freq[3B-3-bfill-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_periods_freq[7B-7-pad-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_periods_freq[7B-7-bfill-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pct_change_periods_freq[14B-14-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_autocorr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_first_last_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_mpl_compat_hack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_timeseries_coercion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_contiguous_boolean_preserve_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_to_datetime_unit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_series_ctor_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_series_repr_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_asfreq_keep_index_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_promote_datetime_date PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_asfreq_normalize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_first_subset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_first_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_last_subset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_last_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_format_pre_1900_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_at_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_at_time_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_between PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_between_time PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_between_time_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_between_time_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_between_time_formats SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_between_time_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_to_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_groupby_count_dateparseerror PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_to_csv_numpy_16_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_series_map_box_timedelta PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_asfreq_resample_set_correct_freq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_setops_preserve_freq[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_setops_preserve_freq[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_setops_preserve_freq[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_from_M8_structured PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_get_level_values_box PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_view_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_asarray_tz_naive PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timeseries.py::TestTimeSeries::test_asarray_tz_aware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_tz_localize_errors_deprecation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize_ambiguous_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize_nonexistent[shift_forward-2015-03-29 03:00:00-Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize_nonexistent[shift_forward-2015-03-29 03:00:00-dateutil/Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize_nonexistent[NaT-exp1-Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize_nonexistent[NaT-exp1-dateutil/Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize_nonexistent[raise-None-Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize_nonexistent[raise-None-dateutil/Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize_nonexistent[foo-invalid-Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize_nonexistent[foo-invalid-dateutil/Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize_empty[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_localize_empty[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_convert PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_tz_convert_to_utc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_append_aware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_append_aware_naive PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_append_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_dateutil_tzoffset_support PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_tz_aware_asfreq[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_tz_aware_asfreq[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_string_index_alias_tz_aware[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_string_index_alias_tz_aware[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_add_tz_mismatch_converts_to_utc_duplicate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_add_tz_mismatch_converts_to_utc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_add_aware_naive_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_align_aware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_localized_at_time_between_time[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_localized_at_time_between_time[dateutil/US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_getitem_pydatetime_tz[Europe/Berlin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_getitem_pydatetime_tz[dateutil/Europe/Berlin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_series_truncate_datetimeindex_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_tz_localize_convert_copy_inplace_mutate[tz_localize-None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_tz_localize_convert_copy_inplace_mutate[tz_localize-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_tz_localize_convert_copy_inplace_mutate[tz_convert-Europe/Berlin-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_tz_localize_convert_copy_inplace_mutate[tz_convert-Europe/Berlin-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_constructor_data_aware_dtype_naive['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_constructor_data_aware_dtype_naive['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_constructor_data_aware_dtype_naive['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_constructor_data_aware_dtype_naive['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_constructor_data_aware_dtype_naive['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_constructor_data_aware_dtype_naive[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_constructor_data_aware_dtype_naive[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_constructor_data_aware_dtype_naive[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_constructor_data_aware_dtype_naive[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_constructor_data_aware_dtype_naive[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_constructor_data_aware_dtype_naive[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_constructor_data_aware_dtype_naive[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_timezones.py::TestSeriesTimezones::test_constructor_data_aware_dtype_naive[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_unary_ufunc[sparse-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_unary_ufunc[sparse-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_unary_ufunc[sparse-ufunc2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_unary_ufunc[dense-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_unary_ufunc[dense-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_unary_ufunc[dense-ufunc2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_array[flipped-sparse-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_array[flipped-sparse-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_array[flipped-dense-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_array[flipped-dense-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_array[straight-sparse-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_array[straight-sparse-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_array[straight-dense-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_array[straight-dense-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_index[flipped-sparse-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_index[flipped-sparse-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_index[flipped-dense-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_index[flipped-dense-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_index[straight-sparse-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_index[straight-sparse-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_index[straight-dense-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_index[straight-dense-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[flipped-unaligned-sparse-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[flipped-unaligned-sparse-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[flipped-unaligned-dense-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[flipped-unaligned-dense-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[flipped-aligned-sparse-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[flipped-aligned-sparse-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[flipped-aligned-dense-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[flipped-aligned-dense-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[straight-unaligned-sparse-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[straight-unaligned-sparse-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[straight-unaligned-dense-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[straight-unaligned-dense-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[straight-aligned-sparse-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[straight-aligned-sparse-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[straight-aligned-dense-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_with_series[straight-aligned-dense-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_scalar[True-sparse-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_scalar[True-sparse-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_scalar[True-dense-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_scalar[True-dense-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_scalar[False-sparse-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_scalar[False-sparse-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_scalar[False-dense-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_scalar[False-dense-ufunc1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_multiple_ouput_binary_ufuncs[True-sparse-ufunc0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_multiple_ouput_binary_ufuncs[True-dense-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_multiple_ouput_binary_ufuncs[False-sparse-ufunc0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_multiple_ouput_binary_ufuncs[False-dense-ufunc0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_multiple_ouput_ufunc[sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_multiple_ouput_ufunc[dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_drops_series_name[ufunc0-sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_drops_series_name[ufunc0-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_drops_series_name[ufunc1-sparse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_drops_series_name[ufunc1-dense] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_object_series_ok PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_reduce[values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_reduce[values1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_reduce[values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_reduce[values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_reduce[values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_other_types[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_other_types[deque] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_binary_ufunc_other_types[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_object_dtype_ok PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_ufunc.py::test_outer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[1-reset_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[1-_set_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[1-sort_values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[1-sort_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[1-rename] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[1-dropna] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[True-reset_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[True-_set_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[True-sort_values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[True-sort_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[True-rename] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[True-dropna] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[inplace2-reset_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[inplace2-_set_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[inplace2-sort_values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[inplace2-sort_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[inplace2-rename] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[inplace2-dropna] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[5.0-reset_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[5.0-_set_name] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[5.0-sort_values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[5.0-sort_index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[5.0-rename] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_validate.py::TestSeriesValidate::test_validate_bool_args[5.0-dropna] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner-None-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner-None-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner-None-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner-None-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner--1-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner--1-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner--1-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[inner--1-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer-None-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer-None-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer-None-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer-None-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer--1-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer--1-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer--1-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[outer--1-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left-None-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left-None-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left-None-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left-None-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left--1-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left--1-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left--1-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[left--1-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right-None-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right-None-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right-None-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right-None-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right--1-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right--1-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right--1-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align[right--1-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-None-pad-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-None-pad-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-None-pad-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-None-pad-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-None-bfill-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-None-bfill-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-None-bfill-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-None-bfill-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-1-pad-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-1-pad-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-1-pad-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-1-pad-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-1-bfill-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-1-bfill-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-1-bfill-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[inner-1-bfill-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-None-pad-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-None-pad-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-None-pad-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-None-pad-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-None-bfill-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-None-bfill-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-None-bfill-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-None-bfill-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-1-pad-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-1-pad-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-1-pad-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-1-pad-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-1-bfill-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-1-bfill-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-1-bfill-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[outer-1-bfill-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-None-pad-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-None-pad-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-None-pad-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-None-pad-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-None-bfill-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-None-bfill-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-None-bfill-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-None-bfill-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-1-pad-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-1-pad-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-1-pad-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-1-pad-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-1-bfill-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-1-bfill-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-1-bfill-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[left-1-bfill-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-None-pad-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-None-pad-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-None-pad-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-None-pad-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-None-bfill-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-None-bfill-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-None-bfill-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-None-bfill-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-1-pad-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-1-pad-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-1-pad-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-1-pad-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-1-bfill-first_slice0-second_slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-1-bfill-first_slice1-second_slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-1-bfill-first_slice2-second_slice2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_fill_method[right-1-bfill-first_slice3-second_slice3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_nocopy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_same_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_align_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_series_add_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_with_datetimes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_pad PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_nearest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_backfill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_bool_pad PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_like PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_datetimeindexes_tz_naive_and_aware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_reindex_empty_series_tz_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_rename PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_unique_and_non_unique_index[data0-index0-drop_labels0-0-expected_data0-expected_index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_unique_and_non_unique_index[data1-index1-drop_labels1-rows-expected_data1-expected_index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_unique_and_non_unique_index[data2-index2-drop_labels2-0-expected_data2-expected_index2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_unique_and_non_unique_index[data3-index3-two-0-expected_data3-expected_index3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_unique_and_non_unique_index[data4-index4-drop_labels4-0-expected_data4-expected_index4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_unique_and_non_unique_index[data5-index5-one-0-expected_data5-expected_index5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_exception_raised[data0-index0-bc-0-KeyError-not found in axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_exception_raised[data1-index1-drop_labels1-0-KeyError-not found in axis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_exception_raised[data2-index2-one-columns-ValueError-No axis named columns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_with_ignore_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_empty_list[drop_labels0-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_empty_list[drop_labels0-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_empty_list[drop_labels1-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_empty_list[drop_labels1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_empty_list[drop_labels2-index0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_empty_list[drop_labels2-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_non_empty_list[None-index0-drop_labels0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_non_empty_list[None-index1-drop_labels1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_alter_index.py::test_drop_non_empty_list[data2-index2-drop_labels2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_getitem_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_getitem_boolean_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_getitem_boolean_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_getitem_setitem_boolean_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_setitem_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_get_set_boolean_different_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe_int[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe_int[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe_int[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe_int[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe_int[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe_float[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe_float[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe_float[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe_upcast[int8-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe_upcast[int16-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe_upcast[int32-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe_upcast[int64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe_upcast[float32-float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe_upcast[float64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_unsafe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_array_like[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_array_like[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_array_like[klass2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_array_like[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_invalid_input[cond0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_invalid_input[cond1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_invalid_input[cond2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_invalid_input[cond3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_ndframe_align PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_setitem_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask0-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask1-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask1-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-2.0-mask2-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask0-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask1-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask1-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-nan-mask2-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask0-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask1-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask1-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0-1.7976931348623157e+308-mask2-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask0-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask1-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask1-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>0--1.7976931348623157e+308-mask2-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask0-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask1-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask1-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-2.0-mask2-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask0-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask1-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask1-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-nan-mask2-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask0-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask1-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask1-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1-1.7976931348623157e+308-mask2-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask0-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask1-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask1-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>1--1.7976931348623157e+308-mask2-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask0-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask1-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask1-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-2.0-mask2-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask0-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask1-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask1-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-nan-mask2-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask0-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask1-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask1-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2-1.7976931348623157e+308-mask2-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask0-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask1-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask1-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_broadcast[<lambda>2--1.7976931348623157e+308-mask2-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_numeric_with_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_timedelta_coerce PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_datetime_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dt_tz_values[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dt_tz_values['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dt_tz_values['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dt_tz_values['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dt_tz_values['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dt_tz_values['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dt_tz_values[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dt_tz_values[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dt_tz_values[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dt_tz_values[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dt_tz_values[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dt_tz_values[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dt_tz_values[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_where_dt_tz_values[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_mask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_boolean.py::test_mask_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_callable.py::test_getitem_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_callable.py::test_setitem_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_callable.py::test_setitem_other_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_fancy_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_fancy_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_dti_snap[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_dti_snap[None-Asia/Shanghai] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_dti_snap[None-Europe/Berlin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_dti_snap[my_dti-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_dti_snap[my_dti-Asia/Shanghai] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_dti_snap[my_dti-Europe/Berlin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_dti_reset_index_round_trip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_series_set_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_slice_locs_indexerror PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_slicing_datetimes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_frame_datetime64_duplicated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_getitem_setitem_datetime_tz_pytz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_getitem_setitem_datetime_tz_dateutil PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_getitem_setitem_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_getitem_setitem_periodindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_getitem_median_slice_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_datetime_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_is_unique_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_index_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_index_dupes_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_duplicate_dates_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_range_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_groupby_average_dup_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_indexing_over_size_cutoff PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_indexing_over_size_cutoff_period_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_indexing_unordered PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_set_none_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_nat_operations PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[s-round] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[s-floor] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[s-ceil] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5s-round] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5s-floor] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5s-ceil] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[min-round] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[min-floor] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[min-ceil] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5min-round] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5min-floor] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5min-ceil] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[h-round] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[h-floor] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[h-ceil] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5h-round] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5h-floor] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_round_nat[5h-ceil] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_datetime.py::test_setitem_tuple_with_datetimetz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_iloc.py::test_iloc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_iloc.py::test_iloc_nonunique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_basic_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_basic_getitem_with_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_setitem_ellipsis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_fancy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_generator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_type_promotion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_with_duplicates_indices[result_10-duplicate_item0-expected_10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_with_duplicates_indices[result_11-duplicate_item1-expected_11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_setitem_integers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_box_float64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_get[arr0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_get[arr1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_series_box_timestamp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_ambiguous_keyerror PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_unordered_dup PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_dups_with_missing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_dups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_ambiguous_keyerror PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_getitem_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_set_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setslice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_basic_getitem_setitem_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_with_tz[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_with_tz[UTC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_with_tz[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_with_tz_dst PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_categorical_assigning_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_slice_can_reorder_not_uniquely_indexed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_loc_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_timedelta_assignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_td64_series_assign_nat[nat_val0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_td64_series_assign_nat[nat_val1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_td64_series_assign_nat[nat_val2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_append_timedelta_does_not_cast[td0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_append_timedelta_does_not_cast[td1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_append_timedelta_does_not_cast[td2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_underlying_data_conversion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_preserve_refs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_cast_on_putmask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_type_promote_putmask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_multilevel_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_scalar_into_readonly_backing_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_setitem_slice_into_readonly_backing_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_pop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_take_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_indexing.py::test_head_tail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_loc.py::test_loc_uint64[9223372036854775807-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_loc.py::test_loc_uint64[9223372036854775808-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_loc.py::test_loc_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_loc.py::test_loc_getitem_not_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_loc.py::test_loc_getitem_setitem_integer_slice_keyerrors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_loc.py::test_loc_getitem_iterator PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_loc.py::test_loc_setitem_boolean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_loc.py::test_loc_setitem_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_loc.py::test_basic_setitem_with_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_get_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_get_nan_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_delitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_slice_float64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_getitem_negative_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_getitem_regression PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_getitem_setitem_slice_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_getitem_setitem_slice_integers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_setitem_float_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_slice_float_get_set PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_slice_floats2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_int_indexing PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/indexing/test_numeric.py::test_getitem_int64 PASSED
> 
> =============================== warnings summary ===============================
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py::TestSeriesMisc::test_tab_complete_warning
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/tests/series/test_api.py:519: RuntimeWarning: coroutine 'InteractiveShell.run_code' was never awaited
>     ip.run_code(code)
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> ======= 2619 passed, 24 skipped, 9 xfailed, 1 warnings in 18.31 seconds ========
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 859 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseArrayConcat::test_basic[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseArrayConcat::test_basic[block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseArrayConcat::test_uses_first_kind[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseArrayConcat::test_uses_first_kind[block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat[block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat_axis1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat_different_fill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat_axis1_different_fill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat_different_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat_sparse_dense[integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseSeriesConcat::test_concat_sparse_dense[block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_different_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_different_columns_sort_warns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_different_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_different_columns_buggy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_axis1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[None-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[None-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[None-1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[None-1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[0-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[0-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[0-1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[0-1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[1-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[1-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[1-1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[1-1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[nan-0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[nan-0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[nan-1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_rows[nan-1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[None-0-1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[None-0-0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[None-1-1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[None-1-0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[0-0-1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[0-0-0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[0-1-1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[0-1-0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[1-0-1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[1-0-0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[1-1-1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[1-1-0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[nan-0-1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[nan-0-0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[nan-1-1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_combine_concat.py::TestSparseDataFrameConcat::test_concat_sparse_dense_cols[nan-1-0] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_format.py::TestSparseSeriesFormatting::test_sparse_max_row PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_format.py::TestSparseSeriesFormatting::test_sparsea_max_row_truncated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_format.py::TestSparseSeriesFormatting::test_sparse_mi_max_row PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_format.py::TestSparseSeriesFormatting::test_sparse_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_format.py::TestSparseSeriesFormatting::test_sparse_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_format.py::TestSparseDataFrameFormatting::test_sparse_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_format.py::TestSparseDataFrameFormatting::test_sparse_repr_after_set PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_format.py::test_repr_no_warning PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_groupby.py::TestSparseGroupBy::test_first_last_nth PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_groupby.py::TestSparseGroupBy::test_aggfuncs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_groupby.py::test_groupby_includes_fill_value[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_groupby.py::test_groupby_includes_fill_value[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_getitem_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_getitem_int_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_getitem_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_getitem_ellipsis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_getitem_slice_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_loc_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_loc_index_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_loc_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_loc_slice_index_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_loc_slice_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_iloc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_iloc_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_iloc_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_iloc_slice_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_at PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_at_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_iat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_iat_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_fill_value_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_fill_value_reindex_coerces_float_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_reindex_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::test_reindex_nearest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::tests_indexing_with_sparse[True-integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::tests_indexing_with_sparse[True-block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::tests_indexing_with_sparse[False-integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::tests_indexing_with_sparse[False-block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::tests_indexing_with_sparse[nan-integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesIndexing::tests_indexing_with_sparse[nan-block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem_int_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem_ellipsis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem_slice_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_loc_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_loc_index_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_loc_slice_index_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_loc_slice_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_iloc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_iloc_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_iloc_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_iloc_slice_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_at PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_at_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_iat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_iat_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_fill_value_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_fill_value_reindex_coerces_float_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_reindex_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_reindex_nearest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::tests_indexing_with_sparse[True-integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::tests_indexing_with_sparse[True-block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::tests_indexing_with_sparse[False-integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::tests_indexing_with_sparse[False-block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::tests_indexing_with_sparse[nan-integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::tests_indexing_with_sparse[nan-block] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitem_multi_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_getitems_slice_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_loc_multi_tuple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_loc_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseSeriesMultiIndexing::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_getitem_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_loc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_loc_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_loc_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_iloc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_iloc_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_at PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_at_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_iat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_iat_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_take_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestSparseDataFrameIndexing::test_reindex_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestMultitype::test_frame_basic_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestMultitype::test_frame_indexing_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestMultitype::test_frame_indexing_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestMultitype::test_series_indexing_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_indexing.py::TestMultitype::test_series_indexing_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_pivot.py::TestPivotTable::test_pivot_table PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_pivot.py::TestPivotTable::test_pivot_table_with_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_pivot.py::TestPivotTable::test_pivot_table_multi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_reshape.py::test_sparse_frame_stack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_reshape.py::test_sparse_frame_unstack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_reshape.py::test_sparse_series_unstack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_analytics.py::test_quantile XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_analytics.py::test_quantile_multi XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_apply.py::test_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_apply.py::test_apply_fill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_apply.py::test_apply_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_apply.py::test_apply_nonuq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_apply.py::test_applymap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_apply.py::test_apply_keep_sparse_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::test_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_copy_index_name_checking PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_getitem_pop_assign_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_get_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_add_prefix_suffix PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_get_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_column_contains_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_tab_completion PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_not_hashable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_new_empty_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_get_agg_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_nonzero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_iteritems PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_items PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_iter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_iterrows_iso8601 XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_iterrows_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sequence_like_with_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_to_numpy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_to_numpy_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_to_numpy_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_swapaxes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_axis_aliases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_class_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_more_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_repr_with_mi_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_items_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_series_put_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_empty_nonzero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_with_datetimelikes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_iterrows PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_itertuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_fill_value_when_combine_const PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_fill_value_not_scalar_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_dict_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_ndarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_convert_index_once PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_from_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_from_dense_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_from_unknown_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_preserve_attr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_constructor_nan_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_type_coercion_at_construction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_default_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_nan_data_with_int_dtype_raises_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_shape PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_array_interface PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_dense_to_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_deprecated_dense_to_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_density PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_to_dense PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_series_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_series_ops_i PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_series_ops_z PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_series_ops_fill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_op_corners PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_scalar_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_iloc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_set_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_fancy_index_misc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_getitem_overload PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_setitem_more[values0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_setitem_more[values1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_setitem_more[values2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_setitem_more[values3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_setitem_more[values4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_setitem_more[values5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_setitem_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_setitem_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_setitem_chained_no_consolidate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_delitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_set_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_set_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_ctor_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_append PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_astype_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_astype_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_fillna_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_frame_pad_backfill_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_frame_fillna_limit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_rename PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_corr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_describe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_join PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_reindex_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_reindex_method PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_to_dense PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_stack_sparse_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_transpose PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_numpy_transpose PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_combine_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_combine_first_with_dense XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_combine_add PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_isin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_sparse_pow_issue PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_as_blocks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_nan_columnname XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_isna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_notna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrame::test_default_fill_value_with_no_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameArithmetic::test_numeric_op_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameArithmetic::test_comparison_op_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_cumsum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_numpy_cumsum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_numpy_func_call PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_quantile XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_quantile_multi XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_assign_with_sparse_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_dropna[all-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_dropna[all-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_dropna[any-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_frame.py::TestSparseDataFrameAnalytics::test_dropna[any-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data[data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data[data1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data[data2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[True-data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[True-data1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[True-data2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[-100-data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[-100-data1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[-100-data2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[0.1-data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[0.1-data1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[0.1-data2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[other3-data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[other3-data1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_numeric_data_and_other[other3-data2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_bool_data SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_bool_data_and_other[True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_bool_data_and_other[0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_bool_data_and_other[0.1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_indexing.py::test_where_with_bool_data_and_other[other3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_csv.py::TestSparseDataFrameToCsv::test_to_csv_sparse_dataframe[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_csv.py::TestSparseDataFrameToCsv::test_to_csv_sparse_dataframe[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_csv.py::TestSparseDataFrameToCsv::test_to_csv_sparse_dataframe[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_csv.py::TestSparseDataFrameToCsv::test_to_csv_sparse_dataframe[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-bool-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-bool-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-bool-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-bool-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-bool-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-bool-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-bool-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-bool-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-bool-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-bool-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-bool-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-bool-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-int-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-int-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-int-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-int-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-int-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-int-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-int-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-int-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-int-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-int-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-int-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-int-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-float-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-float-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-float-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-float-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-float-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-float-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-float-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-float-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-float-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-float-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-float-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-float-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-uint16-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-uint16-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-uint16-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-uint16-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-uint16-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-uint16-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-uint16-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-uint16-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-uint16-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-uint16-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-uint16-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[bsr-uint16-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-bool-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-bool-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-bool-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-bool-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-bool-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-bool-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-bool-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-bool-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-bool-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-bool-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-bool-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-bool-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-int-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-int-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-int-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-int-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-int-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-int-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-int-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-int-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-int-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-int-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-int-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-int-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-float-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-float-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-float-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-float-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-float-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-float-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-float-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-float-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-float-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-float-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-float-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-float-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-uint16-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-uint16-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-uint16-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-uint16-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-uint16-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-uint16-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-uint16-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-uint16-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-uint16-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-uint16-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-uint16-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[coo-uint16-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-bool-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-bool-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-bool-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-bool-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-bool-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-bool-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-bool-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-bool-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-bool-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-bool-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-bool-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-bool-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-int-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-int-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-int-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-int-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-int-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-int-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-int-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-int-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-int-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-int-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-int-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-int-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-float-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-float-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-float-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-float-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-float-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-float-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-float-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-float-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-float-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-float-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-float-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-float-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-uint16-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-uint16-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-uint16-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-uint16-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-uint16-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-uint16-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-uint16-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-uint16-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-uint16-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-uint16-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-uint16-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csc-uint16-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-bool-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-bool-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-bool-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-bool-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-bool-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-bool-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-bool-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-bool-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-bool-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-bool-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-bool-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-bool-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-int-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-int-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-int-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-int-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-int-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-int-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-int-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-int-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-int-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-int-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-int-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-int-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-float-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-float-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-float-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-float-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-float-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-float-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-float-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-float-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-float-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-float-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-float-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-float-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-uint16-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-uint16-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-uint16-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-uint16-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-uint16-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-uint16-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-uint16-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-uint16-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-uint16-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-uint16-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-uint16-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[csr-uint16-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-bool-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-bool-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-bool-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-bool-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-bool-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-bool-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-bool-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-bool-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-bool-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-bool-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-bool-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-bool-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-int-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-int-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-int-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-int-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-int-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-int-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-int-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-int-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-int-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-int-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-int-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-int-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-float-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-float-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-float-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-float-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-float-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-float-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-float-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-float-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-float-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-float-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-float-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-float-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-uint16-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-uint16-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-uint16-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-uint16-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-uint16-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-uint16-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-uint16-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-uint16-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-uint16-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-uint16-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-uint16-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dia-uint16-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-bool-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-bool-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-bool-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-bool-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-bool-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-bool-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-bool-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-bool-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-bool-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-bool-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-bool-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-bool-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-int-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-int-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-int-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-int-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-int-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-int-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-int-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-int-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-int-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-int-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-int-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-int-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-float-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-float-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-float-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-float-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-float-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-float-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-float-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-float-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-float-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-float-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-float-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-float-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-uint16-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-uint16-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-uint16-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-uint16-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-uint16-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-uint16-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-uint16-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-uint16-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-uint16-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-uint16-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-uint16-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[dok-uint16-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-bool-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-int-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-float-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-None-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-None-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-None-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-None-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-0-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-0-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-0-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-0-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-nan-None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-nan-None-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-nan-columns1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy[lil-uint16-nan-columns1-index1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[bsr-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[bsr-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[bsr-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[coo-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[coo-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[coo-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[csc-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[csc-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[csc-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[csr-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[csr-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[csr-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[dia-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[dia-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[dia-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[dok-None] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[dok-0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[dok-nan] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[lil-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[lil-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_to_scipy_object[lil-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[bsr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[coo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[csc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[csr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[dia] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[dok] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_correct_ordering[lil] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[bsr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[coo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[csc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[csr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[dia] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[dok] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_from_scipy_fillna[lil] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/frame/test_to_from_scipy.py::test_index_names_multiple_nones PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data[data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data[data1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data[data2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[True-data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[True-data1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[True-data2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[-100-data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[-100-data1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[-100-data2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[0.1-data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[0.1-data1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[0.1-data2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[other3-data0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[other3-data1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_numeric_data_and_other[other3-data2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_bool_data SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_bool_data_and_other[True] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_bool_data_and_other[0] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_bool_data_and_other[0.1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_indexing.py::test_where_with_bool_data_and_other[other3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::test_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_scalarop_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_copy_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_copy_index_name_checking PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_append_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_binop_maybe_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_combine_first_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_getitem_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_argsort_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_sort_index_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_to_sparse_pass_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_subclass_dict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_ordereddict PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_dict_multiindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_dict_timedelta_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_from_array_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_sparse_accessor_updates_on_inplace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_dict_input PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_dict_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_iteration_and_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_construct_DataFrame_with_sp_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_preserve_attr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_series_density PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_sparse_to_dense PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_to_dense_fill_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_dense_to_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_to_dense_preserve_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_scalar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_ndarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_nonnan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_constructor_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_copy_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shape PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_astype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_astype_all PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_to_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_get_get_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_set_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_getitem_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_numpy_take PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_setitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_setslice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_operators PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_binary_operators SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_unary_operators[values0-op0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_unary_operators[values1-op1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_unary_operators[values2-op2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_unary_operators[values3-op3-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_unary_operators[values4-op4-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_unary_operators[values5-op5-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_abs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_sparse_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_iter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_truncate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_reductions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_dropna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_homogenize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_fill_value_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_fill_value_when_combine_const PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[0-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[1-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[2-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[3-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[3-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[3-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[-1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[-1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[-1-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[-2-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[-2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[-2-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[-3-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[-3-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[-3-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[-4-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[-4-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_shift_dtype_fill_value[-4-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_combine_first PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_memory_usage_deep[0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_memory_usage_deep[0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_memory_usage_deep[1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_memory_usage_deep[1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_memory_usage_deep[nan-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_memory_usage_deep[nan-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_memory_usage_deep[None-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeries::test_memory_usage_deep[None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseHandlingMultiIndexes::test_to_sparse_preserve_multiindex_names_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseHandlingMultiIndexes::test_round_trip_preserve_multiindex_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_text_names_integer_row_levels_nosort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_text_names_integer_row_levels_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_text_names_text_row_levels_nosort_col_level_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_integer_names_integer_row_levels_nosort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_text_names_text_row_levels_nosort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_bad_partition_nonnull_intersection PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_bad_partition_small_union PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_nlevels_less_than_two PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_bad_ilevel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_to_coo_duplicate_index_entries PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_from_coo_dense_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_from_coo_nodense_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_from_coo_long_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_concat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_concat_axis1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_concat_different_fill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_concat_axis1_different_fill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_concat_different_kind PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_concat_sparse_dense PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_value_counts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_value_counts_dup PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_value_counts_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_isna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesScipyInteraction::test_notna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesAnalytics::test_cumsum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesAnalytics::test_numpy_cumsum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesAnalytics::test_numpy_func_call PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::TestSparseSeriesAnalytics::test_deprecated_numpy_func_call PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::test_constructor_dict_datetime64_index[datetime64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::test_constructor_dict_datetime64_index[Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::test_constructor_dict_datetime64_index[<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::test_to_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::test_deprecated_to_sparse PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::test_constructor_mismatched_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/series/test_series.py::test_block_deprecated PASSED
> 
> =============================== warnings summary ===============================
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/sparse/test_pivot.py::TestPivotTable::test_pivot_table
>   /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/core/arrays/sparse.py:1658: RuntimeWarning: invalid value encountered in double_scalars
>     return sp_sum / ct
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> ======= 792 passed, 44 skipped, 23 xfailed, 1 warnings in 13.65 seconds ========
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 201 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMatch::test_ints PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMatch::test_strings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_datelike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data0-expected_label0-expected_level0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data1-expected_label1-expected_level1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data2-expected_label2-expected_level2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_complex_sorting PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_float64_factorize[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_float64_factorize[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_uint64_factorize[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_uint64_factorize[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_int64_factorize[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_int64_factorize[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_string_factorize[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_string_factorize[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_object_factorize[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_object_factorize[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_deprecate_order PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value_default[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value_default[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value_default[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data2--9223372036854775808] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data3-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data4-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data5-na_value5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_parametrized_factorize_na_value[data6-na_value6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[numpy_array--1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[numpy_array--1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[numpy_array--10-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[numpy_array--10-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[numpy_array-100-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[numpy_array-100-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[extension_array--1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[extension_array--1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[extension_array--10-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[extension_array--10-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[extension_array-100-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestFactorize::test_factorize_na_sentinel[extension_array-100-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_ints PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_object_refcount_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_on_index_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_datetime64_dtype_array_returned PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_timedelta64_dtype_array_returned PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_uint64_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_nan_in_object_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_datetime64tz_aware PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_order_of_appearance PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_tuple_with_strings[arg0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_tuple_with_strings[arg1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_obj_none_preservation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_signed_zero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_different_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_first_nan_kept PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[None-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[None-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[None-unique_nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[nan-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[nan-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[nan-unique_nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[unique_nulls_fixture2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[unique_nulls_fixture2-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestUnique::test_do_not_mangle_na_values[unique_nulls_fixture2-unique_nulls_fixture22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_i8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_large PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_categorical_from_codes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_same_nan_is_in PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_same_object_is_in PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_different_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_no_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_empty[empty0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_empty[empty1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_empty[empty2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_different_nan_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestIsin::test_different_nans_as_float64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_bins PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_nat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_datetime_outofbounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_categorical_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_categorical_zeroes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_dropna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_normalized PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestValueCounts::test_value_counts_uint64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_duplicated_with_nas PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_numeric_object_likes[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_datetime_likes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_unique_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr0-unique0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr1-unique1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr2-unique2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_generic_1d PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_generic_1d_flat_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_generic_2d_all_finite PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_generic_2d_some_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_constant PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat64::test_group_var_large_inputs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_generic_1d PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_generic_1d_flat_labels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_generic_2d_all_finite PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_generic_2d_some_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestGroupVarFloat32::test_group_var_constant PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_lookup_nan[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_lookup_nan[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_add_signed_zeros PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_add_different_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_lookup_overflow[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_lookup_overflow[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_get_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-PyObjectHashTable-ObjectVector-object-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-PyObjectHashTable-ObjectVector-object-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-StringHashTable-ObjectVector-object-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-StringHashTable-ObjectVector-object-True-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-Float64HashTable-Float64Vector-float64-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-Float64HashTable-Float64Vector-float64-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-Int64HashTable-Int64Vector-int64-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-Int64HashTable-Int64Vector-int64-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-UInt64HashTable-UInt64Vector-uint64-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[True-UInt64HashTable-UInt64Vector-uint64-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-PyObjectHashTable-ObjectVector-object-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-PyObjectHashTable-ObjectVector-object-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-StringHashTable-ObjectVector-object-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-StringHashTable-ObjectVector-object-True-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-Float64HashTable-Float64Vector-float64-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-Float64HashTable-Float64Vector-float64-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-Int64HashTable-Int64Vector-int64-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-Int64HashTable-Int64Vector-int64-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-UInt64HashTable-UInt64Vector-uint64-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_vector_resize[False-UInt64HashTable-UInt64Vector-uint64-False-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[True-PyObjectHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[True-StringHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[True-Float64HashTable-Float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[True-Int64HashTable-Int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[True-UInt64HashTable-UInt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[False-PyObjectHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[False-StringHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[False-Float64HashTable-Float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[False-Int64HashTable-Int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[False-UInt64HashTable-UInt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[True-PyObjectHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[True-StringHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[True-Float64HashTable-Float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[True-Int64HashTable-Int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[True-UInt64HashTable-UInt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[False-PyObjectHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[False-StringHashTable-String] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[False-Float64HashTable-Float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[False-Int64HashTable-Int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_factorize[False-UInt64HashTable-UInt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_large_sizehint[PyObjectHashTable] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_large_sizehint[StringHashTable] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_large_sizehint[Float64HashTable] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_large_sizehint[Int64HashTable] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestHashTable::test_hashtable_large_sizehint[UInt64HashTable] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_quantile PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_unique_label_indices PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestRank::test_scipy_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestRank::test_basic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestRank::test_uint64_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestRank::test_too_many_ndims PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestRank::test_pct_max_many_rows[1d] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestRank::test_pct_max_many_rows[2d] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_pad_backfill_object_segfault PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_arrmap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_combineFunc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_isna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_groupby PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_groupby_withnull PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_backfill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestTseriesUtil::test_pad PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_is_lexsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_groupsort_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_infinity_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_infinity_against_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_ensure_platform_int PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::test_int64_add_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_no_mode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_mode_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_number_mode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_strobj_mode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_datelike_mode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_timedelta_mode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_uint64_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_categorical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_algos.py::TestMode::test_index PASSED
> 
> ==================== 199 passed, 2 skipped in 0.86 seconds =====================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 330 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestPandasDelegate::test_invalid_delegation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestPandasDelegate::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_binary_ops_docs[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_binary_ops_docs[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_none_comparison PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_ndarray_compat_properties PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_unique_nunique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_unique_nunique_null[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_unique_nunique_null[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_inferred[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_inferred[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_bins[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_bins[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_datetime64[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_value_counts_datetime64[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_factorize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_factorize_repeated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_duplicated_drop_duplicates_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_drop_duplicates_series_vs_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_fillna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_memory_usage PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_searchsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_validate_bool_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_bool_indexing[indexer0-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_bool_indexing[indexer0-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_bool_indexing[indexer1-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_bool_indexing[indexer1-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_bool_indexing[indexer2-list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestIndexOps::test_bool_indexing[indexer2-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestTranspose::test_binary_ops_docs[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestTranspose::test_binary_ops_docs[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestTranspose::test_transpose PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestTranspose::test_transpose_non_default_axes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestTranspose::test_numpy_transpose PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestNoNewAttributesMixin::test_mixin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-int8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-int16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-int32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-int64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-uint8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-uint16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-uint32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-uint64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-float16-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-float32-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-float64-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-tolist-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-to_list-int8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-to_list-int16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-to_list-int32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-to_list-int64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-to_list-uint8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-to_list-uint16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-to_list-uint32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-to_list-uint64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-to_list-float16-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-to_list-float32-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-to_list-float64-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-to_list-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-to_list-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-to_list-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-int8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-int16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-int32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-int64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-uint8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-uint16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-uint32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-uint64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-float16-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-float32-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-float64-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-list-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-int8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-int16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-int32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-int64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-uint8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-uint16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-uint32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-uint64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-float16-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-float32-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-float64-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Series-iter-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-int8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-int16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-int32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-int64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-uint8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-uint16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-uint32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-uint64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-float16-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-float32-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-float64-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-tolist-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-to_list-int8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-to_list-int16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-to_list-int32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-to_list-int64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-to_list-uint8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-to_list-uint16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-to_list-uint32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-to_list-uint64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-to_list-float16-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-to_list-float32-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-to_list-float64-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-to_list-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-to_list-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-to_list-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-int8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-int16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-int32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-int64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-uint8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-uint16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-uint32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-uint64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-float16-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-float32-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-float64-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-list-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-int8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-int16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-int32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-int64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-uint8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-uint16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-uint32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-uint64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-float16-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-float32-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-float64-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable[Index-iter-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-tolist-object-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-tolist-object-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-tolist-category-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-tolist-category-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-to_list-object-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-to_list-object-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-to_list-category-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-to_list-category-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-list-object-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-list-object-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-list-category-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-list-category-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-iter-object-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-iter-object-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-iter-category-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Series-iter-category-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-tolist-object-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-tolist-object-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-tolist-category-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-tolist-category-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-to_list-object-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-to_list-object-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-to_list-category-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-to_list-category-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-list-object-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-list-object-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-list-category-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-list-category-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-iter-object-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-iter-object-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-iter-category-object-a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_object_and_category[Index-iter-category-int-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[int8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[int16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[int32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[int64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[uint8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[uint16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[uint32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[uint64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[float16-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[float32-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[float64-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_items[timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-int8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-int16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-int32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-int64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-uint8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-uint16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-uint32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-uint64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-float16-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-float32-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-float64-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-object-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Series-category-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-int8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-int16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-int32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-int64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-uint8-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-uint16-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-uint32-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-uint64-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-float16-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-float32-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-float64-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-datetime64[ns]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-datetime64[ns, US/Eastern]-Timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-timedelta64[ns]-Timedelta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-object-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iterable_map[Index-category-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_categorial_datetimelike[tolist] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_categorial_datetimelike[to_list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_categorial_datetimelike[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_categorial_datetimelike[iter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestToIterable::test_iter_box PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_values_consistent[array0-ndarray-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_values_consistent[array1-ndarray-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_values_consistent[array2-Categorical-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_values_consistent[array3-DatetimeArray-datetime64[ns, US/Central]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_values_consistent[array4-PeriodArray-dtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_values_consistent[array5-IntervalArray-interval] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_values_consistent[array6-ndarray-datetime64[ns]] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_values_consistent[array7-ndarray-m8[ns]] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_ndarray_values[array0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_ndarray_values[array1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_ndarray_values[array2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_ndarray_values[array3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_ndarray_values[array4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_ndarray_values[array5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_ndarray_values[array6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array[arr0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[float32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[uint8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[uint32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[uint64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[int8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[int32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[complex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[complex64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[complex128] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[str0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[str1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[datetime64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[timedelta64[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[bool0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[bool1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[object0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[object1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[bytes0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_numpy_array_all_dtypes[bytes1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array[Series-array0-_codes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array[Series-array1-_data] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array[Series-array2-_data] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array[Series-array3-_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array[Series-array4-_sparse_values] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array[Series-array5-_data] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array[Series-array6-_data] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array[Index-array0-_codes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array[Index-array1-_data] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array[Index-array2-_data] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array[Index-array3-_left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array[Index-array4-_sparse_values] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array[Index-array5-_data] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array[Index-array6-_data] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_array_multiindex_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Series-array0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Series-array1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Series-array2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Series-array3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Series-array4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Series-array5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Series-array6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Series-array7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Series-array8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Index-array0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Index-array1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Index-array2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Index-array3-expected3] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Index-array4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Index-array5-expected5] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Index-array6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Index-array7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy[Index-array8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy_copy[arr0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy_copy[arr0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy_copy[arr1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy_copy[arr1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy_dtype[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::test_to_numpy_dtype[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[datetime64[D]-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[datetime64[D]-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[datetime64[D]-<lambda>1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[datetime64[D]-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[object-datetime.datetime-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[object-datetime.datetime-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[object-datetime.datetime-<lambda>1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[object-datetime.datetime-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[object-numpy-scalar-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[object-numpy-scalar-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[object-numpy-scalar-<lambda>1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[object-numpy-scalar-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[object-string-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[object-string-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[object-string-<lambda>1] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_base.py::TestConstruction::test_constructor_datetime_outofbound[object-string-Index] PASSED
> 
> =============== 320 passed, 4 skipped, 6 xfailed in 1.36 seconds ===============
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 13 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_get_callable_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_any_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_all_not_none PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_random_state PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_maybe_match_name[left0-right0-x] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_maybe_match_name[left1-right1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_maybe_match_name[left2-right2-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_maybe_match_name[left3-right3-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_maybe_match_name[left4-right4-x] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_maybe_match_name[left5-right5-y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_dict_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_standardize_mapping PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_common.py::test_git_version XFAIL
> 
> ===================== 12 passed, 1 xfailed in 0.09 seconds =====================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 0 items
> 
> ========================= no tests ran in 0.01 seconds =========================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 12 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py::test_dask SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py::test_xarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py::test_oo_optimizable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py::test_statsmodels SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py::test_scikit_learn SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py::test_seaborn SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py::test_pandas_gbq SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py::test_pandas_datareader SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py::test_geopandas SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py::test_geopandas_coordinate_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py::test_pyarrow SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py::test_missing_required_dependency XFAIL
> 
> =============================== warnings summary ===============================
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_downstream.py::test_statsmodels
>   /usr/lib/python3/dist-packages/patsy/constraint.py:13: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
>     from collections import Mapping
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> ========== 3 passed, 8 skipped, 1 xfailed, 1 warnings in 2.24 seconds ==========
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 12 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_errors.py::test_exception_importable[UnsupportedFunctionCall] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_errors.py::test_exception_importable[UnsortedIndexError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_errors.py::test_exception_importable[OutOfBoundsDatetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_errors.py::test_exception_importable[ParserError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_errors.py::test_exception_importable[PerformanceWarning] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_errors.py::test_exception_importable[DtypeWarning] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_errors.py::test_exception_importable[EmptyDataError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_errors.py::test_exception_importable[ParserWarning] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_errors.py::test_exception_importable[MergeError] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_errors.py::test_catch_oob PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_errors.py::test_error_rename PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_errors.py::test_AbstractMethodError_classmethod PASSED
> 
> ========================== 12 passed in 0.03 seconds ===========================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 30 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_integer_arithmetic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_integer_arithmetic_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_integer_arithmetic_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_float_arithemtic_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_float_arithmetic_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_mixed_arithmetic_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_mixed_arithmetic_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_float_arithemtic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_mixed_arithmetic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_integer_with_zeros PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_binary_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_boolean_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_where PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_bool_ops_raise_on_arithmetic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_bool_ops_warn_on_arithmetic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_bool_ops_column_name_dtype[test_input0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_bool_ops_column_name_dtype[test_input1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_frame_series_axis[0-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_frame_series_axis[0-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_frame_series_axis[0-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_frame_series_axis[0-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_frame_series_axis[0-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_frame_series_axis[0-floordiv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_frame_series_axis[1-add] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_frame_series_axis[1-sub] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_frame_series_axis[1-mul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_frame_series_axis[1-mod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_frame_series_axis[1-truediv] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_expressions.py::TestExpressions::test_frame_series_axis[1-floordiv] XFAIL
> 
> ===================== 29 passed, 1 xfailed in 0.97 seconds =====================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 10 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_join.py::TestIndexer::test_outer_join_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_join.py::test_left_join_indexer_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_join.py::test_left_outer_join_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_join.py::test_inner_join_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_join.py::test_outer_join_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_join.py::test_left_join_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_join.py::test_left_join_indexer2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_join.py::test_outer_join_indexer2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_join.py::test_inner_join_indexer2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_join.py::test_merge_join_categorical_multiindex PASSED
> 
> ========================== 10 passed in 0.05 seconds ===========================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 9 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_lib.py::TestMisc::test_max_len_string_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_lib.py::TestMisc::test_fast_unique_multiple_list_gen_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_lib.py::TestIndexing::test_maybe_indices_to_slice_left_edge PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_lib.py::TestIndexing::test_maybe_indices_to_slice_right_edge PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_lib.py::TestIndexing::test_maybe_indices_to_slice_both_edges PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_lib.py::TestIndexing::test_maybe_indices_to_slice_middle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_lib.py::TestIndexing::test_maybe_booleans_to_slice PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_lib.py::TestIndexing::test_get_reverse_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_lib.py::test_cache_readonly_preserve_docstrings PASSED
> 
> =========================== 9 passed in 0.04 seconds ===========================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 367 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_append PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_append_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_dataframe_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_binops_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_preserve_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_repr_to_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_repr_name_coincide PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_delevel_infer_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reset_index_with_drop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_count_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_count_level_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_count_level_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_get_level_number_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_multiple_no_empty_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_odd_failure PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_mixed_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_unstack_preserve_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_unstack_wrong_level_name[stack] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_unstack_wrong_level_name[unstack] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_level_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_level_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_unstack_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_names_and_numbers PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_multiple_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_period_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_period_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_multiple_bug PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_dropna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_multiple_hierarchical PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_transform PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_sparse_keyspace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_unobserved_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_number_of_levels_larger_than_int32 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stack_order_with_unsorted_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_level_no_obs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_join PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_swaplevel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reorder_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_insert_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_alignment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-True-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[True-False-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-True-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_series_group_min_max[False-False-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-0-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-True-1-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-0-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[True-False-1-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-0-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-True-1-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-0-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-0-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-0-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-0-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-0-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-0-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-0-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-0-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-0-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-0-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-0-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-0-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-1-sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-1-prod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-1-min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-1-max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-1-median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-1-mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-1-skew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-1-mad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-1-std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-1-var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[False-False-1-1-sem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_stat_op_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_any_all_group PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_std_var_pass_ddof PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_series_agg_multiple_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_multilevel PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_multilevel_with_transform PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_multilevel_consolidate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_loc_preserve_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_preserve_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unstack_group_index_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_pyint_engine PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_to_html PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_level_with_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_mixed_depth_drop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_drop_nonunique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_mixed_depth_pop PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_level_partial_selection PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_drop_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_drop_level_nonunique_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_drop_tz_aware_timestamp_across_dst[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_drop_tz_aware_timestamp_across_dst[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_drop_preserve_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unicode_repr_issues PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_unicode_repr_level_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_join_segfault PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_dict_constructor_empty_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_multiindex_na_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_assign_index_sequences PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_tuples_have_na PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_duplicate_groupby_issues PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_duplicate_mi PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_duplicated_drop_duplicates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_multiindex_set_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_constructor_with_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_set_index_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reset_index_datetime PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reset_index_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_reset_index_multiindex_columns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_set_index_period PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestMultiLevel::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_preserve_levels PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sorting_repr_8017 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_level PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_level_large_cardinality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_level_by_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_level_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_is_lexsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_and_reconstruction PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_and_reconstruction_doc_example PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_reorder_on_ops PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_non_lexsorted PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_index_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_multilevel.py::TestSorted::test_sort_ascending_list PASSED
> 
> ========================= 367 passed in 10.08 seconds ==========================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 88 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanany PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanall PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmean_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_returned_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmedian PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanvar[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanvar[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanvar[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanargmax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanargmin PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanskew PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nankurt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanprod PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancorr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancorr_pearson PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancorr_kendall PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancorr_spearman PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancov PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nangt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nange PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanlt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_naneq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanne PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test__has_infs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test__isfinite PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestnanopsDataFrame::test__bn_ok_dtype PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestEnsureNumeric::test_numeric_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestEnsureNumeric::test_ndarray PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestEnsureNumeric::test_convertable_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestEnsureNumeric::test_non_convertable_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNanvarFixedValues::test_nanvar_all_finite PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNanvarFixedValues::test_nanvar_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNanvarFixedValues::test_nanstd_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNanvarFixedValues::test_nanvar_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNanvarFixedValues::test_nanvar_ddof PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNanvarFixedValues::test_ground_truth PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNanvarFixedValues::test_nanstd_roundoff PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNanskewFixedValues::test_constant_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNanskewFixedValues::test_all_finite PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNanskewFixedValues::test_ground_truth PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNanskewFixedValues::test_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNanskewFixedValues::test_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNanskewFixedValues::test_nans_skipna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNankurtFixedValues::test_constant_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNankurtFixedValues::test_all_finite PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNankurtFixedValues::test_ground_truth PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNankurtFixedValues::test_axis PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNankurtFixedValues::test_nans PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestNankurtFixedValues::test_nans_skipna PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestDatetime64NaNOps::test_nanmean[None] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::TestDatetime64NaNOps::test_nanmean[UTC] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_use_bottleneck PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[sum-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[nansum-10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[mean-2.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[nanmean-2.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[median-2.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[nanmedian-2.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[amin-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[amax-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[nanmin-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_numpy_ops[nanmax-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[nanany] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[nanall] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[nansum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[nanmean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[nanmedian] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[nanstd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[nanvar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[nansem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[nanargmax] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[nanargmin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[reduction0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[reduction1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[nanskew] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[nankurt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_nanops.py::test_nanops_independent_of_mask_param[nanprod] PASSED
> 
> ===================== 86 passed, 2 xfailed in 1.60 seconds =====================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 4 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_optional_dependency.py::test_import_optional PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_optional_dependency.py::test_xlrd_version_fallback PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_optional_dependency.py::test_bad_version PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_optional_dependency.py::test_no_version_raises PASSED
> 
> =========================== 4 passed in 0.02 seconds ===========================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 6 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_register_accessor.py::test_register[Series-register_series_accessor] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_register_accessor.py::test_register[DataFrame-register_dataframe_accessor] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_register_accessor.py::test_register[Index-register_index_accessor] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_register_accessor.py::test_accessor_works PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_register_accessor.py::test_overwrite_warns PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_register_accessor.py::test_raises_attribute_error PASSED
> 
> =========================== 6 passed in 0.03 seconds ===========================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 20 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSorting::test_int64_overflow PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSorting::test_int64_overflow_moar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSorting::test_lexsort_indexer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSorting::test_nargsort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_issues PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::test_decons PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_basic_sort PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_labels[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_labels[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_labels_out_of_bound[-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_labels_out_of_bound[99] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_mixed_integer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_mixed_integer_from_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_unsortable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_exceptions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_extension_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_extension_array_labels[-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_extension_array_labels[-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_extension_array_labels[99-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_sorting.py::TestSafeSort::test_extension_array_labels[99-False] PASSED
> 
> ========================== 20 passed in 16.76 seconds ==========================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 1588 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_mi_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[string-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[string-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[string-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[string-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[bytes-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[bytes-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[bytes-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[bytes-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[empty0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[empty0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[empty0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[empty0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[empty1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[empty1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[empty1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[empty1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[mixed-integer-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[mixed-integer-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[mixed-integer-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[mixed-integer-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[mixed-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[mixed-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[mixed-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[mixed-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[floating-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[floating-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[floating-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[floating-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[integer-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[integer-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[integer-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[integer-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[mixed-integer-float-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[mixed-integer-float-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[mixed-integer-float-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[mixed-integer-float-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[decimal-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[decimal-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[decimal-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[decimal-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[boolean-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[boolean-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[boolean-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[boolean-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[datetime64-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[datetime64-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[datetime64-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[datetime64-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[datetime-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[datetime-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[datetime-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[datetime-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[date-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[date-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[date-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[date-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[timedelta-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[timedelta-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[timedelta-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[timedelta-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[time-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[time-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[time-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[time-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[period-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[period-Series-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[period-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[period-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[interval-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[interval-Series-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[interval-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_dtype[interval-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-cat0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-cat0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-cat0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-cat0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-cat1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-cat1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-cat1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-cat1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-center-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-center-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-center-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-center-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-contains-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-contains-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-contains-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-contains-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-count-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-count-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-count-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-count-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-decode-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-decode-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-decode-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-decode-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-encode-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-encode-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-encode-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-encode-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-endswith-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-endswith-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-endswith-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-endswith-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-extract0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-extract0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-extract0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-extract0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-extract1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-extract1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-extract1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-extract1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-extractall-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-extractall-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-extractall-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-extractall-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-find-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-find-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-find-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-find-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-findall-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-findall-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-findall-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-findall-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-get-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-get-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-get-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-get-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-index-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-index-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-index-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-index-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-join-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-join-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-join-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-join-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-ljust-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-ljust-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-ljust-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-ljust-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-match-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-match-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-match-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-match-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-normalize-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-normalize-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-normalize-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-normalize-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-pad-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-pad-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-pad-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-pad-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-partition0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-partition0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-partition0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-partition0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-partition1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-partition1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-partition1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-partition1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-repeat-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-repeat-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-repeat-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-repeat-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-replace-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-replace-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-replace-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-replace-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rfind-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rfind-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rfind-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rfind-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rindex-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rindex-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rindex-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rindex-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rjust-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rjust-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rjust-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rjust-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rpartition0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rpartition0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rpartition0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rpartition0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rpartition1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rpartition1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rpartition1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rpartition1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice_replace0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice_replace0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice_replace0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice_replace0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-split0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-split0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-split0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-split0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-split1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-split1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-split1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-split1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-startswith-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-startswith-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-startswith-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-startswith-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-translate-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-translate-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-translate-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-translate-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-wrap-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-wrap-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-wrap-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-wrap-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-zfill-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-zfill-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-zfill-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-zfill-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-capitalize-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-capitalize-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-capitalize-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-capitalize-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-cat2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-cat2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-cat2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-cat2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-get_dummies-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-get_dummies-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-get_dummies-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-get_dummies-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isalnum-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isalnum-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isalnum-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isalnum-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isalpha-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isalpha-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isalpha-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isalpha-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isdecimal-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isdecimal-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isdecimal-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isdecimal-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isdigit-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isdigit-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isdigit-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isdigit-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-islower-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-islower-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-islower-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-islower-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isnumeric-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isnumeric-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isnumeric-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isnumeric-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isspace-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isspace-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isspace-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isspace-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-istitle-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-istitle-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-istitle-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-istitle-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isupper-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isupper-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isupper-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-isupper-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-len-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-len-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-len-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-len-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-lower-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-lower-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-lower-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-lower-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-lstrip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-lstrip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-lstrip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-lstrip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-partition2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-partition2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-partition2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-partition2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rpartition2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rpartition2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rpartition2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rpartition2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rsplit-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rsplit-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rsplit-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rsplit-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rstrip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rstrip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rstrip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-rstrip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice_replace1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice_replace1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice_replace1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-slice_replace1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-split2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-split2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-split2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-split2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-strip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-strip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-strip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-strip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-swapcase-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-swapcase-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-swapcase-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-swapcase-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-title-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-title-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-title-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-title-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-upper-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-upper-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-upper-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-upper-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-casefold-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-casefold-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-casefold-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[string-casefold-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-cat0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-cat0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-cat0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-cat0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-cat1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-cat1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-cat1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-cat1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-center-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-center-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-center-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-center-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-contains-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-contains-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-contains-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-contains-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-count-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-count-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-count-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-count-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-decode-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-decode-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-decode-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-decode-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-encode-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-encode-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-encode-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-encode-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-endswith-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-endswith-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-endswith-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-endswith-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-extract0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-extract0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-extract0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-extract0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-extract1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-extract1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-extract1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-extract1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-extractall-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-extractall-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-extractall-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-extractall-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-find-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-find-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-find-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-find-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-findall-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-findall-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-findall-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-findall-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-get-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-get-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-get-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-get-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-index-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-index-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-index-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-index-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-join-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-join-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-join-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-join-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-ljust-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-ljust-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-ljust-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-ljust-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-match-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-match-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-match-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-match-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-normalize-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-normalize-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-normalize-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-normalize-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-pad-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-pad-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-pad-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-pad-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-partition0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-partition0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-partition0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-partition0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-partition1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-partition1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-partition1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-partition1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-repeat-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-repeat-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-repeat-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-repeat-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-replace-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-replace-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-replace-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-replace-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rfind-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rfind-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rfind-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rfind-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rindex-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rindex-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rindex-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rindex-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rjust-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rjust-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rjust-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rjust-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rpartition0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rpartition0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rpartition0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rpartition0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rpartition1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rpartition1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rpartition1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rpartition1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice_replace0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice_replace0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice_replace0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice_replace0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-split0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-split0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-split0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-split0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-split1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-split1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-split1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-split1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-startswith-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-startswith-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-startswith-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-startswith-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-translate-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-translate-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-translate-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-translate-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-wrap-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-wrap-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-wrap-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-wrap-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-zfill-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-zfill-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-zfill-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-zfill-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-capitalize-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-capitalize-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-capitalize-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-capitalize-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-cat2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-cat2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-cat2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-cat2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-get_dummies-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-get_dummies-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-get_dummies-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-get_dummies-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isalnum-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isalnum-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isalnum-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isalnum-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isalpha-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isalpha-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isalpha-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isalpha-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isdecimal-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isdecimal-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isdecimal-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isdecimal-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isdigit-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isdigit-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isdigit-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isdigit-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-islower-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-islower-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-islower-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-islower-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isnumeric-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isnumeric-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isnumeric-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isnumeric-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isspace-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isspace-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isspace-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isspace-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-istitle-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-istitle-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-istitle-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-istitle-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isupper-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isupper-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isupper-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-isupper-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-len-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-len-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-len-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-len-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-lower-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-lower-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-lower-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-lower-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-lstrip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-lstrip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-lstrip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-lstrip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-partition2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-partition2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-partition2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-partition2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rpartition2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rpartition2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rpartition2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rpartition2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rsplit-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rsplit-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rsplit-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rsplit-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rstrip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rstrip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rstrip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-rstrip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice_replace1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice_replace1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice_replace1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-slice_replace1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-split2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-split2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-split2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-split2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-strip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-strip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-strip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-strip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-swapcase-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-swapcase-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-swapcase-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-swapcase-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-title-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-title-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-title-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-title-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-upper-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-upper-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-upper-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-upper-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-casefold-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-casefold-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-casefold-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[bytes-casefold-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-cat0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-cat0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-cat0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-cat0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-cat1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-cat1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-cat1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-cat1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-center-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-center-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-center-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-center-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-contains-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-contains-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-contains-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-contains-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-count-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-count-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-count-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-count-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-decode-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-decode-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-decode-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-decode-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-encode-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-encode-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-encode-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-encode-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-endswith-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-endswith-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-endswith-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-endswith-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-extract0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-extract0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-extract0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-extract0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-extract1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-extract1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-extract1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-extract1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-extractall-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-extractall-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-extractall-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-extractall-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-find-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-find-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-find-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-find-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-findall-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-findall-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-findall-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-findall-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-get-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-get-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-get-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-get-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-index-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-index-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-index-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-index-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-join-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-join-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-join-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-join-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-ljust-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-ljust-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-ljust-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-ljust-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-match-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-match-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-match-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-match-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-normalize-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-normalize-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-normalize-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-normalize-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-pad-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-pad-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-pad-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-pad-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-partition0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-partition0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-partition0-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-partition0-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-partition1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-partition1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-partition1-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-partition1-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-repeat-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-repeat-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-repeat-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-repeat-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-replace-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-replace-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-replace-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-replace-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rfind-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rfind-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rfind-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rfind-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rindex-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rindex-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rindex-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rindex-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rjust-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rjust-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rjust-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rjust-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rpartition0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rpartition0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rpartition0-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rpartition0-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rpartition1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rpartition1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rpartition1-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rpartition1-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice_replace0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice_replace0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice_replace0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice_replace0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-split0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-split0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-split0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-split0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-split1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-split1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-split1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-split1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-startswith-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-startswith-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-startswith-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-startswith-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-translate-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-translate-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-translate-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-translate-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-wrap-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-wrap-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-wrap-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-wrap-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-zfill-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-zfill-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-zfill-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-zfill-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-capitalize-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-capitalize-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-capitalize-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-capitalize-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-cat2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-cat2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-cat2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-cat2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-get_dummies-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-get_dummies-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-get_dummies-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-get_dummies-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isalnum-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isalnum-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isalnum-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isalnum-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isalpha-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isalpha-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isalpha-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isalpha-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isdecimal-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isdecimal-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isdecimal-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isdecimal-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isdigit-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isdigit-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isdigit-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isdigit-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-islower-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-islower-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-islower-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-islower-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isnumeric-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isnumeric-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isnumeric-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isnumeric-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isspace-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isspace-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isspace-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isspace-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-istitle-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-istitle-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-istitle-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-istitle-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isupper-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isupper-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isupper-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-isupper-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-len-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-len-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-len-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-len-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-lower-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-lower-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-lower-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-lower-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-lstrip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-lstrip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-lstrip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-lstrip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-partition2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-partition2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-partition2-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-partition2-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rpartition2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rpartition2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rpartition2-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rpartition2-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rsplit-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rsplit-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rsplit-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rsplit-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rstrip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rstrip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rstrip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-rstrip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice_replace1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice_replace1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice_replace1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-slice_replace1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-split2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-split2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-split2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-split2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-strip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-strip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-strip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-strip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-swapcase-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-swapcase-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-swapcase-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-swapcase-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-title-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-title-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-title-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-title-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-upper-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-upper-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-upper-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-upper-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-casefold-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-casefold-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-casefold-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty0-casefold-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-cat0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-cat0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-cat0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-cat0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-cat1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-cat1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-cat1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-cat1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-center-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-center-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-center-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-center-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-contains-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-contains-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-contains-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-contains-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-count-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-count-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-count-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-count-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-decode-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-decode-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-decode-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-decode-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-encode-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-encode-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-encode-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-encode-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-endswith-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-endswith-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-endswith-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-endswith-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-extract0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-extract0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-extract0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-extract0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-extract1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-extract1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-extract1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-extract1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-extractall-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-extractall-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-extractall-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-extractall-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-find-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-find-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-find-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-find-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-findall-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-findall-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-findall-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-findall-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-get-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-get-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-get-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-get-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-index-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-index-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-index-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-index-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-join-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-join-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-join-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-join-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-ljust-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-ljust-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-ljust-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-ljust-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-match-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-match-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-match-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-match-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-normalize-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-normalize-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-normalize-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-normalize-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-pad-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-pad-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-pad-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-pad-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-partition0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-partition0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-partition0-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-partition0-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-partition1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-partition1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-partition1-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-partition1-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-repeat-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-repeat-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-repeat-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-repeat-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-replace-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-replace-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-replace-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-replace-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rfind-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rfind-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rfind-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rfind-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rindex-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rindex-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rindex-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rindex-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rjust-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rjust-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rjust-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rjust-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rpartition0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rpartition0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rpartition0-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rpartition0-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rpartition1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rpartition1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rpartition1-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rpartition1-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice_replace0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice_replace0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice_replace0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice_replace0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-split0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-split0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-split0-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-split0-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-split1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-split1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-split1-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-split1-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-startswith-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-startswith-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-startswith-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-startswith-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-translate-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-translate-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-translate-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-translate-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-wrap-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-wrap-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-wrap-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-wrap-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-zfill-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-zfill-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-zfill-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-zfill-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-capitalize-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-capitalize-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-capitalize-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-capitalize-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-cat2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-cat2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-cat2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-cat2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-get_dummies-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-get_dummies-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-get_dummies-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-get_dummies-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isalnum-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isalnum-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isalnum-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isalnum-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isalpha-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isalpha-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isalpha-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isalpha-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isdecimal-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isdecimal-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isdecimal-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isdecimal-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isdigit-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isdigit-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isdigit-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isdigit-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-islower-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-islower-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-islower-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-islower-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isnumeric-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isnumeric-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isnumeric-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isnumeric-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isspace-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isspace-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isspace-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isspace-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-istitle-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-istitle-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-istitle-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-istitle-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isupper-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isupper-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isupper-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-isupper-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-len-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-len-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-len-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-len-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-lower-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-lower-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-lower-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-lower-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-lstrip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-lstrip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-lstrip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-lstrip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-partition2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-partition2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-partition2-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-partition2-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rpartition2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rpartition2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rpartition2-Index-object] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rpartition2-Index-category] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rsplit-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rsplit-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rsplit-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rsplit-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rstrip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rstrip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rstrip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-rstrip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice_replace1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice_replace1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice_replace1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-slice_replace1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-split2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-split2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-split2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-split2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-strip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-strip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-strip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-strip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-swapcase-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-swapcase-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-swapcase-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-swapcase-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-title-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-title-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-title-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-title-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-upper-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-upper-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-upper-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-upper-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-casefold-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-casefold-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-casefold-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[empty1-casefold-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-cat0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-cat0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-cat0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-cat0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-cat1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-cat1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-cat1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-cat1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-center-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-center-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-center-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-center-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-contains-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-contains-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-contains-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-contains-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-count-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-count-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-count-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-count-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-decode-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-decode-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-decode-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-decode-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-encode-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-encode-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-encode-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-encode-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-endswith-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-endswith-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-endswith-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-endswith-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-extract0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-extract0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-extract0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-extract0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-extract1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-extract1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-extract1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-extract1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-extractall-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-extractall-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-extractall-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-extractall-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-find-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-find-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-find-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-find-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-findall-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-findall-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-findall-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-findall-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-get-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-get-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-get-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-get-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-index-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-index-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-index-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-index-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-join-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-join-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-join-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-join-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-ljust-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-ljust-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-ljust-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-ljust-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-match-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-match-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-match-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-match-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-normalize-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-normalize-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-normalize-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-normalize-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-pad-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-pad-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-pad-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-pad-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-partition0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-partition0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-partition0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-partition0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-partition1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-partition1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-partition1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-partition1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-repeat-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-repeat-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-repeat-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-repeat-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-replace-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-replace-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-replace-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-replace-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rfind-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rfind-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rfind-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rfind-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rindex-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rindex-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rindex-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rindex-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rjust-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rjust-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rjust-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rjust-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rpartition0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rpartition0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rpartition0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rpartition0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rpartition1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rpartition1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rpartition1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rpartition1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice_replace0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice_replace0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice_replace0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice_replace0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-split0-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-split0-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-split0-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-split0-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-split1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-split1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-split1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-split1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-startswith-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-startswith-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-startswith-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-startswith-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-translate-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-translate-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-translate-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-translate-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-wrap-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-wrap-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-wrap-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-wrap-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-zfill-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-zfill-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-zfill-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-zfill-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-capitalize-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-capitalize-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-capitalize-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-capitalize-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-cat2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-cat2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-cat2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-cat2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-get_dummies-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-get_dummies-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-get_dummies-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-get_dummies-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isalnum-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isalnum-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isalnum-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isalnum-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isalpha-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isalpha-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isalpha-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isalpha-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isdecimal-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isdecimal-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isdecimal-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isdecimal-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isdigit-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isdigit-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isdigit-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isdigit-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-islower-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-islower-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-islower-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-islower-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isnumeric-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isnumeric-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isnumeric-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isnumeric-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isspace-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isspace-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isspace-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isspace-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-istitle-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-istitle-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-istitle-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-istitle-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isupper-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isupper-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isupper-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-isupper-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-len-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-len-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-len-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-len-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-lower-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-lower-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-lower-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-lower-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-lstrip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-lstrip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-lstrip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-lstrip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-partition2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-partition2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-partition2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-partition2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rpartition2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rpartition2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rpartition2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rpartition2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rsplit-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rsplit-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rsplit-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rsplit-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rstrip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rstrip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rstrip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-rstrip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice_replace1-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice_replace1-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice_replace1-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-slice_replace1-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-split2-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-split2-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-split2-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-split2-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-strip-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-strip-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-strip-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-strip-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-swapcase-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-swapcase-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-swapcase-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-swapcase-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-title-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-title-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-title-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-title-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-upper-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-upper-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-upper-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-upper-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-casefold-Series-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-casefold-Series-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-casefold-Index-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_per_method[mixed-integer-casefold-Index-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[cat0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[cat1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[center] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[contains] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[count] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[decode] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[encode] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[endswith] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[extract0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[extract1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[extractall] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[find] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[findall] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[get] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[join] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[ljust] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[match] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[normalize] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[partition0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[partition1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[repeat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[replace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[rfind] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[rindex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[rjust] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[rpartition0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[rpartition1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[slice0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[slice_replace0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[split0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[split1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[startswith] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[translate] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[wrap] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[zfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[capitalize] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[cat2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[get_dummies] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[isalnum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[isalpha] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[isdecimal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[isdigit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[islower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[isnumeric] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[isspace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[istitle] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[isupper] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[len] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[lower] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[lstrip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[partition2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[rpartition2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[rsplit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[rstrip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[slice1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[slice_replace1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[split2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[strip] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[swapcase] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[title] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[upper] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_api_for_categorical[casefold] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_iter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_iter_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_iter_single_element PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_iter_object_try_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_name[None-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_name[None-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_name[Series-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_name[Series-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_name[Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_name[Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_raises_intuitive_error[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_raises_intuitive_error[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Series-object-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Series-object-object-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Series-object-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Series-object-category-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Series-category-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Series-category-object-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Series-category-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Series-category-category-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Index-object-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Index-object-object-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Index-object-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Index-object-category-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Index-category-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Index-category-object-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Index-category-category] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_categorical[Index-category-category-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_wrong_dtype_raises[Series-integers] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_wrong_dtype_raises[Series-floats] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_wrong_dtype_raises[Series-mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_wrong_dtype_raises[Index-integers] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_wrong_dtype_raises[Index-floats] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_wrong_dtype_raises[Index-mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_wrong_dtype_raises[list-integers] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_wrong_dtype_raises[list-floats] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_wrong_dtype_raises[list-mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_wrong_dtype_raises[np.array-integers] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_wrong_dtype_raises[np.array-floats] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_wrong_dtype_raises[np.array-mixed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_mixed_inputs[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_mixed_inputs[Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[Series-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[Series-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[Series-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[Series-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[Index-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[Index-outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[Index-inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_indexed[Index-right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_mixed_inputs[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_mixed_inputs[outer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_mixed_inputs[inner] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_align_mixed_inputs[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_all_na[Series-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_all_na[Series-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_all_na[Index-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_all_na[Index-Index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_cat_special_cases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_cat_on_filtered_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_contains PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_contains_for_object_category PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_startswith PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_endswith PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_title PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_lower_upper PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_capitalize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_swapcase PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_casemethods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_replace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_replace_callable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_replace_compiled_regex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_replace_literal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_repeat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_match PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_expand_None PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_expand_unspecified PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_expand_False PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_expand_True PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_optional_groups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_single_group_returns_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_single_group PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_single_group_with_quantifier PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data0-names0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data1-names1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data2-names2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data3-names3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data4-names4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data5-names5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data6-names6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_no_matches[data7-names7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_stringindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extract_index_one_two_groups PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_same_as_extract PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_extractall_same_as_extract_subject_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_empty_str_methods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_empty_str_methods_to_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_ismethods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_isnumeric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_get_dummies PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_get_dummies_with_name_dummy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_join PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_len PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_findall PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_find PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_find_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_pad PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_pad_fillchar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_pad_width[center] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_pad_width[ljust] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_pad_width[rjust] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_pad_width[zfill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_pad_width[pad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_translate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_center_ljust_rjust PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_center_ljust_rjust_fillchar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_zfill PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_rsplit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_blank_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_noargs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_maxsplit PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_no_pat_with_nonzero_n PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_to_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_to_multiindex_expand PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_rsplit_to_dataframe_expand PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_rsplit_to_multiindex_expand PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_nan_expand PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_split_with_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_partition_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_partition_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_partition_to_dataframe PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_partition_with_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_partition_deprecation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_pipe_failures PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_slice[2-5-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_slice[0-3--1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_slice[None-None--1-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_slice[3-10-2-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_slice[3-0--1-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_slice_replace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_strip_lstrip_rstrip PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_strip_lstrip_rstrip_mixed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_strip_lstrip_rstrip_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_wrap PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_get PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_get_complex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_get_complex_nested[tuple] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_get_complex_nested[list] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_get_complex_nested[to_type2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_contains_moar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_contains_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_replace_moar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_string_slice_get_syntax PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_string_slice_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_match_findall_flags PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_encode_decode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_encode_decode_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_normalize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_index_str_accessor_visibility PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_str_accessor_no_new_attributes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_method_on_bytes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_strings.py::TestStringMethods::test_casefold PASSED
> 
> =================== 1553 passed, 35 xfailed in 6.80 seconds ====================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 140 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na5-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na5-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na6-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na6-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na7-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na7-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na8-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na9-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na9-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na10-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na10-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na11-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_with_out[dtype_can_hold_na11-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_fill_nonna[dtype_fill_out_dtype21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na5-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na5-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na6-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na6-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na7-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na7-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na8-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na8-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na9-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na9-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na10-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na10-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na11-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_with_out[dtype_can_hold_na11-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_fill_nonna[dtype_fill_out_dtype21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_with_out[dtype_can_hold_na0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_with_out[dtype_can_hold_na1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_with_out[dtype_can_hold_na2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_with_out[dtype_can_hold_na3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_with_out[dtype_can_hold_na4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_with_out[dtype_can_hold_na5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_with_out[dtype_can_hold_na6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_with_out[dtype_can_hold_na7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_with_out[dtype_can_hold_na8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_with_out[dtype_can_hold_na9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_with_out[dtype_can_hold_na10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_with_out[dtype_can_hold_na11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_3d_fill_nonna[dtype_fill_out_dtype21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_other_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_other_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_1d_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_bool PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_float32 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_2d_datetime64 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_take_axis_0 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestTake::test_take_axis_1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestExtensionTake::test_bounds_check_large PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestExtensionTake::test_bounds_check_small PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestExtensionTake::test_take_empty[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestExtensionTake::test_take_empty[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestExtensionTake::test_take_na_empty PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/test_take.py::TestExtensionTake::test_take_coerces_list PASSED
> 
> ========================== 140 passed in 0.28 seconds ==========================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 287 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_empty[input_kwargs0-result_kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_empty[input_kwargs1-result_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_series[70] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_series[71] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_series_numeric[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_series_numeric[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_series_numeric[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_error[data0-Unable to parse string "apple" at position 2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_error[data1-Unable to parse string "orange" at position 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_ignore_error[ignore-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_ignore_error[coerce-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_bool_handling[raise-Unable to parse string "apple" at position 2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_bool_handling[ignore-exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_bool_handling[coerce-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_list PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_list_numeric[data0-arr_kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_list_numeric[data1-arr_kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_list_numeric[data2-arr_kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_numeric[kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_numeric[kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_numeric_df_columns[a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_numeric_df_columns[columns1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_numeric_embedded_arr_likes[data0-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_numeric_embedded_arr_likes[data1-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_all_nan PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_type_check[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_type_check[ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_type_check[raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_type_check[coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar[True-identity-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar[True-identity-1.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar[True-identity-20001] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar[True-str-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar[True-str-1.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar[True-str-20001] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar[False-identity-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar[False-identity-1.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar[False-identity-20001] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar[False-str-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar[False-str-1.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar[False-str-20001] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-True-identity-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-True-identity-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-True-identity-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-True-identity-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-True-str-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-True-str-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-True-str-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-True-str-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-False-identity-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-False-identity-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-False-identity-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-False-identity-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-False-str-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-False-str-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-False-str-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[47393996303418497800-False-str-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-True-identity-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-True-identity-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-True-identity-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-True-identity-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-True-str-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-True-str-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-True-str-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-True-str-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-False-identity-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-False-identity-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-False-identity-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-False-identity-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-False-str-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-False-str-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-False-str-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_scalar[100000000000000000000-False-str-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-identity-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-identity-True-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-identity-True-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-identity-True-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-identity-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-identity-False-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-identity-False-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-identity-False-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-str-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-str-True-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-str-True-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-str-True-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-str-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-str-False-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-str-False-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-True-str-False-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-identity-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-identity-True-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-identity-True-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-identity-True-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-identity-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-identity-False-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-identity-False-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-identity-False-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-str-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-str-True-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-str-True-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-str-True-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-str-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-str-False-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-str-False-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[47393996303418497800-False-str-False-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-identity-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-identity-True-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-identity-True-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-identity-True-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-identity-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-identity-False-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-identity-False-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-identity-False-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-str-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-str-True-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-str-True-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-str-True-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-str-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-str-False-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-str-False-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-True-str-False-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-identity-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-identity-True-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-identity-True-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-identity-True-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-identity-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-identity-False-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-identity-False-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-identity-False-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-str-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-str-True-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-str-True-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-str-True-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-str-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-str-False-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-str-False-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr[100000000000000000000-False-str-False-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-True-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-True-True-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-True-True-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-True-True-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-True-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-True-False-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-True-False-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-True-False-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-False-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-False-True-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-False-True-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-False-True-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-False-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-False-False-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-False-False-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[47393996303418497800-False-False-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-True-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-True-True-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-True-True-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-True-True-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-True-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-True-False-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-True-False-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-True-False-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-False-True-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-False-True-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-False-True-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-False-True-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-False-False-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-False-False-ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-False-False-raise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_really_large_in_arr_consistent[100000000000000000000-False-False-coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar_fail[raise-Unable to parse string "fail" at position 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar_fail[ignore-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_scalar_fail[coerce-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_numeric_dtypes[transform_assert_equal0-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_numeric_dtypes[transform_assert_equal0-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_numeric_dtypes[transform_assert_equal1-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_numeric_dtypes[transform_assert_equal1-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_numeric_dtypes[transform_assert_equal2-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_numeric_dtypes[transform_assert_equal2-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_str[transform_assert_equal0-data0-exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_str[transform_assert_equal0-data1-exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_str[transform_assert_equal1-data0-exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_str[transform_assert_equal1-data1-exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_str[transform_assert_equal2-data0-exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_str[transform_assert_equal2-data1-exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[None-transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[None-transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[None-transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['UTC'-transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['UTC'-transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['UTC'-transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['US/Eastern'-transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['US/Eastern'-transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['US/Eastern'-transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['Asia/Tokyo'-transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['Asia/Tokyo'-transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['Asia/Tokyo'-transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['dateutil/US/Pacific'-transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['dateutil/US/Pacific'-transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['dateutil/US/Pacific'-transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['dateutil/Asia/Singapore'-transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['dateutil/Asia/Singapore'-transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like['dateutil/Asia/Singapore'-transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[tzutc()-transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[tzutc()-transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[tzutc()-transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[tzlocal()-transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[tzlocal()-transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[tzlocal()-transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[pytz.FixedOffset(300)-transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[pytz.FixedOffset(300)-transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[pytz.FixedOffset(300)-transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[<UTC>-transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[<UTC>-transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[<UTC>-transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[pytz.FixedOffset(-300)-transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[pytz.FixedOffset(-300)-transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[pytz.FixedOffset(-300)-transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[datetime.timezone.utc-transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[datetime.timezone.utc-transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[datetime.timezone.utc-transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[datetime.timezone(datetime.timedelta(seconds=3600))-transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[datetime.timezone(datetime.timedelta(seconds=3600))-transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[datetime.timezone(datetime.timedelta(seconds=3600))-transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_datetime_like[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_timedelta[transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_timedelta[transform_assert_equal1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_timedelta[transform_assert_equal2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_period[transform_assert_equal0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_period[transform_assert_equal1] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_period[transform_assert_equal2] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_non_hashable[raise-Invalid object type at position 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_non_hashable[ignore-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_non_hashable[coerce-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_invalid_cast PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_errors_invalid_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_basic[kwargs0-int64-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_basic[kwargs0-int64-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_basic[kwargs0-int64-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_basic[kwargs1-int64-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_basic[kwargs1-int64-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_basic[kwargs1-int64-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_basic[kwargs2-f-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_basic[kwargs2-f-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_basic[kwargs2-f-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_basic[kwargs3-exp_dtype3-data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_basic[kwargs3-exp_dtype3-data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_basic[kwargs3-exp_dtype3-data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_signed_downcast[data0-integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_signed_downcast[data0-signed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_signed_downcast[data1-integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_signed_downcast[data1-signed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_signed_downcast[data2-integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_signed_downcast[data2-signed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_ignore_downcast_invalid_data PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_ignore_downcast_neg_to_unsigned PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_ignore_downcast_cannot_convert_float[data0-expected0-integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_ignore_downcast_cannot_convert_float[data0-expected0-signed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_ignore_downcast_cannot_convert_float[data0-expected0-unsigned] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_ignore_downcast_cannot_convert_float[data1-expected1-integer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_ignore_downcast_cannot_convert_float[data1-expected1-signed] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_ignore_downcast_cannot_convert_float[data1-expected1-unsigned] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_not8bit[integer-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_not8bit[signed-int16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_not8bit[unsigned-uint16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[int8-integer-min_max0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[int16-integer-min_max1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[int32-integer-min_max2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[int64-integer-min_max3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[uint8-unsigned-min_max4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[uint16-unsigned-min_max5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[uint32-unsigned-min_max6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[uint64-unsigned-min_max7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[int16-integer-min_max8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[int32-integer-min_max9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[int64-integer-min_max10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[int16-integer-min_max11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[int32-integer-min_max12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[int64-integer-min_max13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[uint16-unsigned-min_max14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[uint32-unsigned-min_max15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_downcast_limits[uint64-unsigned-min_max16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_coerce_uint64_conflict[data0-exp_data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_coerce_uint64_conflict[data1-exp_data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_non_coerce_uint64_conflict[ignore-exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tools/test_numeric.py::test_non_coerce_uint64_conflict[raise-Unable to parse string] PASSED
> 
> ==================== 285 passed, 2 skipped in 0.53 seconds =====================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 3618 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code[A-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code[3A-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code[-1A-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code[Y-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code[3Y-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code[-1Y-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code[W-4000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code[W-MON-4001] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code[W-FRI-4005] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item33] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item34] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item35] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item36] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item37] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item38] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item39] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item41] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item42] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item43] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item44] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item46] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item47] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item48] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item49] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item50] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item51] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item52] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item53] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item54] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_code_match[period_code_item55] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[A-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[3A-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[-1A-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[A-JAN-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[A-MAY-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[Y-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[3Y-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[-1Y-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[Y-JAN-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[Y-MAY-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[freqstr10-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[freqstr11-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[freqstr12-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[W-4000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[W-MON-4000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[W-FRI-4000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[freqstr16-4000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[freqstr17-4000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[freqstr18-4000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group[T-8000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item33] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item34] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item35] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item36] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item37] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item38] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item39] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item40] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item41] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item42] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item43] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item44] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item46] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item47] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item48] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item49] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item50] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item51] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item52] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item53] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item54] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_freq_group_match[period_code_item55] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_to_timestamp_base[D-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_to_timestamp_base[W-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_to_timestamp_base[M-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_to_timestamp_base[S-S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_to_timestamp_base[T-S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_to_timestamp_base[H-S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_str_from_freq[A-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_str_from_freq[Q-quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_str_from_freq[M-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_str_from_freq[D-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_str_from_freq[H-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_str_from_freq[T-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_str_from_freq[S-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_str_from_freq[L-millisecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_str_from_freq[U-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_str_from_freq[N-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip[A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip[Q] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip[H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip[T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip[S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip[L] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip[U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip[N] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip2[D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip2[H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip2[T] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip2[S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip2[L] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_roundtrip2[U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_resolution_bumping[args0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_resolution_bumping[args1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_resolution_bumping[args2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_resolution_bumping[args3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_resolution_bumping[args4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_resolution_bumping[args5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_cat[args0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_cat[args1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[A-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[3D-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[-2M-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input9-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input10-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input11-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input12-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input13-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input14-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input15-expected15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input16-expected16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input17-expected17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input18-expected18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input19-expected19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_freq_code[freq_input20-expected20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_freq_code.py::test_get_code_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_raise_if_period_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_raise_if_too_few PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_business_daily PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_business_daily_look_alike PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_day_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_non_datetime_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_fifth_week_of_month_infer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_fake PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_fifth_week_of_month PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_monthly_ambiguous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annual_ambiguous PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair1-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair2-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair2-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair2-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair3-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair3-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair3-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair3-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair4-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair4-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair4-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair4-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair5-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair5-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair5-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair5-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair6-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair6-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair6-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_delta[base_delta_code_pair6-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_custom[base_delta_code_pair0-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_custom[base_delta_code_pair0-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_custom[base_delta_code_pair1-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_custom[base_delta_code_pair1-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_custom[base_delta_code_pair2-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_custom[base_delta_code_pair2-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_custom[base_delta_code_pair3-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_custom[base_delta_code_pair3-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_custom[base_delta_code_pair4-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_custom[base_delta_code_pair4-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_custom[base_delta_code_pair5-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_custom[base_delta_code_pair5-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_custom[base_delta_code_pair6-<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_custom[base_delta_code_pair6-<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_weekly_infer[5-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_weekly_infer[5-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_weekly_infer[5-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_weekly_infer[5-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_weekly_infer[5-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_weekly_infer[5-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_weekly_infer[5-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_weekly_infer[7-MON] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_weekly_infer[7-TUE] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_weekly_infer[7-WED] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_weekly_infer[7-THU] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_weekly_infer[7-FRI] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_weekly_infer[7-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_weekly_infer[7-SUN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-MON-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-MON-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-MON-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-MON-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-TUE-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-TUE-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-TUE-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-TUE-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-WED-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-WED-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-WED-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-WED-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-THU-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-THU-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-THU-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-THU-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-FRI-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-FRI-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-FRI-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-FRI-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-SAT-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-SAT-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-SAT-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-SAT-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-SUN-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-SUN-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-SUN-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[5-SUN-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-MON-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-MON-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-MON-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-MON-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-TUE-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-TUE-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-TUE-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-TUE-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-WED-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-WED-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-WED-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-WED-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-THU-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-THU-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-THU-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-THU-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-FRI-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-FRI-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-FRI-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-FRI-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-SAT-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-SAT-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-SAT-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-SAT-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-SUN-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-SUN-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-SUN-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_week_of_month_infer[7-SUN-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_monthly_infer[5-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_monthly_infer[5-BM] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_monthly_infer[5-BMS] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_monthly_infer[7-M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_monthly_infer[7-BM] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_monthly_infer[7-BMS] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[JAN-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[JAN-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[FEB-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[FEB-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[MAR-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[MAR-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[APR-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[APR-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[MAY-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[MAY-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[JUN-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[JUN-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[JUL-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[JUL-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[AUG-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[AUG-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[SEP-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[SEP-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[OCT-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[OCT-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[NOV-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[NOV-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[DEC-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_quarterly_infer[DEC-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[JAN-5-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[JAN-5-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[JAN-7-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[JAN-7-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[FEB-5-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[FEB-5-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[FEB-7-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[FEB-7-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[MAR-5-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[MAR-5-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[MAR-7-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[MAR-7-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[APR-5-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[APR-5-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[APR-7-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[APR-7-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[MAY-5-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[MAY-5-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[MAY-7-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[MAY-7-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[JUN-5-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[JUN-5-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[JUN-7-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[JUN-7-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[JUL-5-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[JUL-5-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[JUL-7-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[JUL-7-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[AUG-5-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[AUG-5-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[AUG-7-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[AUG-7-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[SEP-5-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[SEP-5-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[SEP-7-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[SEP-7-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[OCT-5-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[OCT-5-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[OCT-7-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[OCT-7-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[NOV-5-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[NOV-5-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[NOV-7-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[NOV-7-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[DEC-5-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[DEC-5-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[DEC-7-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_annually_infer[DEC-7-BA] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_index[Q-Q-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_index[Q-NOV-Q-NOV] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_index[Q-OCT-Q-OCT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[None-AS-JAN-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[None-Q-OCT-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[None-M-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[None-W-SAT-dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[None-D-dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[None-H-dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['UTC'-AS-JAN-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['UTC'-Q-OCT-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['UTC'-M-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['UTC'-W-SAT-dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['UTC'-D-dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['UTC'-H-dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['US/Eastern'-AS-JAN-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['US/Eastern'-Q-OCT-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['US/Eastern'-M-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['US/Eastern'-W-SAT-dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['US/Eastern'-D-dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['US/Eastern'-H-dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['Asia/Tokyo'-AS-JAN-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['Asia/Tokyo'-Q-OCT-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['Asia/Tokyo'-M-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['Asia/Tokyo'-W-SAT-dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['Asia/Tokyo'-D-dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['Asia/Tokyo'-H-dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['dateutil/US/Pacific'-AS-JAN-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['dateutil/US/Pacific'-Q-OCT-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['dateutil/US/Pacific'-M-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['dateutil/US/Pacific'-W-SAT-dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['dateutil/US/Pacific'-D-dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['dateutil/US/Pacific'-H-dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['dateutil/Asia/Singapore'-AS-JAN-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['dateutil/Asia/Singapore'-Q-OCT-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['dateutil/Asia/Singapore'-M-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['dateutil/Asia/Singapore'-W-SAT-dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['dateutil/Asia/Singapore'-D-dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz['dateutil/Asia/Singapore'-H-dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[tzutc()-AS-JAN-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[tzutc()-Q-OCT-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[tzutc()-M-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[tzutc()-W-SAT-dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[tzutc()-D-dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[tzutc()-H-dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[tzlocal()-AS-JAN-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[tzlocal()-Q-OCT-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[tzlocal()-M-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[tzlocal()-W-SAT-dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[tzlocal()-D-dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[tzlocal()-H-dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[pytz.FixedOffset(300)-AS-JAN-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[pytz.FixedOffset(300)-Q-OCT-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[pytz.FixedOffset(300)-M-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[pytz.FixedOffset(300)-W-SAT-dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[pytz.FixedOffset(300)-D-dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[pytz.FixedOffset(300)-H-dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[<UTC>-AS-JAN-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[<UTC>-Q-OCT-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[<UTC>-M-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[<UTC>-W-SAT-dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[<UTC>-D-dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[<UTC>-H-dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[pytz.FixedOffset(-300)-AS-JAN-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[pytz.FixedOffset(-300)-Q-OCT-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[pytz.FixedOffset(-300)-M-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[pytz.FixedOffset(-300)-W-SAT-dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[pytz.FixedOffset(-300)-D-dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[pytz.FixedOffset(-300)-H-dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone.utc-AS-JAN-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone.utc-Q-OCT-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone.utc-M-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone.utc-W-SAT-dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone.utc-D-dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone.utc-H-dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone(datetime.timedelta(seconds=3600))-AS-JAN-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone(datetime.timedelta(seconds=3600))-Q-OCT-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone(datetime.timedelta(seconds=3600))-M-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone(datetime.timedelta(seconds=3600))-W-SAT-dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone(datetime.timedelta(seconds=3600))-D-dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone(datetime.timedelta(seconds=3600))-H-dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-AS-JAN-dates0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-Q-OCT-dates1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-M-dates2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-W-SAT-dates3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-D-dates4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-H-dates5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3H-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3H-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3H-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-10T-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-10T-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-10T-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3601S-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3601S-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3601S-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3600001L-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3600001L-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3600001L-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3600000001U-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3600000001U-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3600000001U-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3600000000001N-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3600000000001N-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[None-3600000000001N-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3H-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3H-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3H-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-10T-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-10T-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-10T-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3601S-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3601S-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3601S-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3600001L-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3600001L-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3600001L-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3600000001U-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3600000001U-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3600000001U-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3600000000001N-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3600000000001N-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['UTC'-3600000000001N-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3H-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3H-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3H-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-10T-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-10T-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-10T-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3601S-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3601S-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3601S-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3600001L-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3600001L-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3600001L-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3600000001U-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3600000001U-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3600000001U-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3600000000001N-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3600000000001N-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['US/Eastern'-3600000000001N-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3H-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3H-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3H-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-10T-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-10T-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-10T-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3601S-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3601S-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3601S-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3600001L-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3600001L-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3600001L-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3600000001U-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3600000001U-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3600000001U-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3600000000001N-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3600000000001N-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['Asia/Tokyo'-3600000000001N-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3H-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3H-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3H-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-10T-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-10T-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-10T-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3601S-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3601S-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3601S-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3600001L-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3600001L-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3600001L-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3600000001U-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3600000001U-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3600000001U-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3600000000001N-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3600000000001N-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/US/Pacific'-3600000000001N-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3H-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3H-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3H-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-10T-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-10T-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-10T-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3601S-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3601S-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3601S-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3600001L-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3600001L-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3600001L-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3600000001U-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3600000001U-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3600000001U-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3600000000001N-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3600000000001N-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition['dateutil/Asia/Singapore'-3600000000001N-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3H-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3H-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3H-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-10T-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-10T-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-10T-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3601S-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3601S-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3601S-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3600001L-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3600001L-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3600001L-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3600000001U-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3600000001U-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3600000001U-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3600000000001N-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3600000000001N-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzutc()-3600000000001N-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3H-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3H-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3H-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-10T-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-10T-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-10T-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3601S-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3601S-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3601S-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3600001L-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3600001L-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3600001L-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3600000001U-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3600000001U-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3600000001U-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3600000000001N-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3600000000001N-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[tzlocal()-3600000000001N-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3H-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3H-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3H-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-10T-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-10T-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-10T-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3601S-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3601S-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3601S-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3600001L-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3600001L-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3600001L-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3600000001U-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3600000001U-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3600000001U-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3600000000001N-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3600000000001N-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3600000000001N-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3H-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3H-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3H-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-10T-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-10T-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-10T-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3601S-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3601S-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3601S-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3600001L-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3600001L-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3600001L-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3600000001U-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3600000001U-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3600000001U-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3600000000001N-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3600000000001N-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[<UTC>-3600000000001N-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3H-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3H-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3H-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-10T-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-10T-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-10T-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3601S-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3601S-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3601S-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3600001L-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3600001L-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3600001L-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3600000001U-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3600000001U-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3600000001U-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3600000000001N-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3600000000001N-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(-300)-3600000000001N-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3H-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3H-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3H-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-10T-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-10T-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-10T-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3601S-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3601S-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3601S-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3600001L-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3600001L-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3600001L-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3600000001U-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3600000001U-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3600000001U-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3600000000001N-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3600000000001N-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone.utc-3600000000001N-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3H-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3H-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3H-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-10T-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-10T-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-10T-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3601S-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3601S-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3601S-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3600001L-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3600001L-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3600001L-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3600000001U-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3600000001U-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3600000001U-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3600000000001N-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3600000000001N-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(seconds=3600))-3600000000001N-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3H-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3H-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3H-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-10T-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-10T-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-10T-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3601S-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3601S-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3601S-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3600001L-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3600001L-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3600001L-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3600000001U-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3600000001U-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3600000001U-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3600000000001N-date_pair0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3600000000001N-date_pair1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-3600000000001N-date_pair2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition_custom PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_business_hour[data0-H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_business_hour[data1-BH] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_business_hour[data2-BH] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_business_hour[data3-BH] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_not_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_non_datetime_index2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_invalid_index_types[idx0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_invalid_index_types[idx1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_invalid_index_types[idx2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_invalid_index_types_unicode[idx0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_invalid_index_types_unicode[idx1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_string_datetime_like_compat PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_series PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_series_invalid_type[10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_series_invalid_type[10.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_series_inconvertible_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_series_period_index[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_series_period_index[L] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_series_datetime_index[M] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_series_datetime_index[L] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_series_datetime_index[S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WEEKDAY-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WEEKDAY-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[EOM-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[EOM-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[W at MON-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[W at MON-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[W at TUE-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[W at TUE-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[W at WED-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[W at WED-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[W at THU-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[W at THU-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[W at FRI-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[W at FRI-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[W at SAT-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[W at SAT-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[W at SUN-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[W at SUN-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[Q at JAN-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[Q at JAN-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[Q at FEB-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[Q at FEB-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[Q at MAR-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[Q at MAR-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at JAN-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at JAN-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at FEB-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at FEB-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at MAR-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at MAR-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at APR-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at APR-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at MAY-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at MAY-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at JUN-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at JUN-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at JUL-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at JUL-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at AUG-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at AUG-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at SEP-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at SEP-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at OCT-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at OCT-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at NOV-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at NOV-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at DEC-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[A at DEC-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[Y at JAN-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[Y at JAN-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 1MON-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 1MON-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 2MON-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 2MON-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 3MON-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 3MON-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 4MON-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 4MON-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 1TUE-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 1TUE-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 2TUE-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 2TUE-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 3TUE-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 3TUE-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 4TUE-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 4TUE-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 1WED-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 1WED-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 2WED-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 2WED-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 3WED-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 3WED-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 4WED-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 4WED-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 1THU-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 1THU-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 2THU-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 2THU-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 3THU-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 3THU-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 4THU-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 4THU-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 1FRI-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 1FRI-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 2FRI-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 2FRI-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 3FRI-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 3FRI-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 4FRI-get_offset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_legacy_offset_warnings[WOM at 4FRI-<lambda>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_inference.py::test_ms_vs_capital_ms PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[freq_input0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[freq_input1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[freq_input2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[2h30min-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[2h 30min-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[2h30min15s-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[2h 60min-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[2h 20.5min-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[1.5min-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[0.5S-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[15l500u-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[10s75L-expected11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[1s0.25ms-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[1s0.25L-expected13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[2800N-expected14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[2SM-expected15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[2SM-16-expected16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[2SMS-14-expected17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset[2SMS-15-expected18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_negative[-1S--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_negative[-2SM--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_negative[-1SMS--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_negative[-5min10s--310] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[2h20m] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[U1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[-U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[3U1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[-2-3U] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[-2D:3H] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[1.5.0S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[2SMS-15-15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[2SMS-15D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[100foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[+-1d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[-+1h] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[+1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[+d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[-m] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[SM-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[SM-28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[SM-29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[SM-FOO] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[BSM] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[SM--1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[SMS-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[SMS-28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[SMS-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[SMS-BAR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[SMS-BYR] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[BSMS] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_invalid[SMS--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_no_evaluate PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_whitespace[2D 3H-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_whitespace[2 D3 H-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_whitespace[2 D 3 H-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_whitespace[  2 D 3 H  -expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_whitespace[   H    -expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_whitespace[ 3  H    -expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_leading_zero[00H 00T 01S-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_leading_zero[-00H 03T 14S--194] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_leading_plus[+1d-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_leading_plus[+2h30min-150] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_pd_timedelta[kwargs0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_pd_timedelta[kwargs1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_pd_timedelta[kwargs2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_pd_timedelta[kwargs3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_pd_timedelta[kwargs4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_pd_timedelta[kwargs5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_pd_timedelta[kwargs6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_pd_timedelta[kwargs7-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_to_offset_pd_timedelta_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_anchored_shortcuts[W-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_anchored_shortcuts[W-SUN-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_anchored_shortcuts[Q-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_anchored_shortcuts[Q-DEC-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_anchored_shortcuts[Q-MAY-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_anchored_shortcuts[SM-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_anchored_shortcuts[SM-15-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_anchored_shortcuts[SM-1-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_anchored_shortcuts[SM-27-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_anchored_shortcuts[SMS-2-expected9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/frequencies/test_to_offset.py::test_anchored_shortcuts[SMS-27-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_calendar.py::test_calendar[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_calendar.py::test_calendar[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_calendar.py::test_calendar[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_calendar.py::test_calendar_caching PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_calendar.py::test_calendar_observance_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_calendar.py::test_rule_from_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_federal.py::test_no_mlk_before_1986 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_federal.py::test_memorial_day PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holiday_dates[holiday0-start_date0-end_date0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holiday_dates[holiday1-2001-01-01-2003-03-03-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holiday_dates[holiday2-2001-01-01-2008-03-03-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holiday_dates[holiday3-start_date3-end_date3-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holiday_dates[holiday4-start_date4-end_date4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holiday_dates[holiday5-start_date5-end_date5-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday0-start0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday1-2015-05-25-2015-05-25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday2-start2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday3-2015-09-07-2015-09-07] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday4-start4-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday5-2015-10-12-2015-10-12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday6-start6-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday7-2015-11-26-2015-11-26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday8-start8-expected8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday9-2015-01-19-2015-01-19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday10-start10-expected10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday11-2015-02-16-2015-02-16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday12-start12-expected12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday13-2015-04-03-2015-04-03] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday14-2015-04-06-2015-04-06] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday15-start15-expected15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[holiday16-2015-04-05-expected16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[New Years Day-2015-01-01-2015-01-01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[New Years Day-2010-12-31-2010-12-31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[New Years Day-start19-expected19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[New Years Day-2011-01-01-expected20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[July 4th-2015-07-03-2015-07-03] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[July 4th-start22-expected22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[July 4th-2015-07-04-expected23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[Veterans Day-2012-11-12-2012-11-12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[Veterans Day-start25-expected25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[Veterans Day-2012-11-11-expected26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[Christmas-2011-12-26-2011-12-26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[Christmas-start28-expected28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_holidays_within_dates[Christmas-2011-12-25-expected29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_argument_types[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_argument_types[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_special_holidays[One-Time-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_special_holidays[Range-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_get_calendar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_factory PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_holiday.py::test_both_offset_observance_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_next_monday[day0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_next_monday[day1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_next_monday_or_tuesday[day0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_next_monday_or_tuesday[day1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_next_monday_or_tuesday[day2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_previous_friday[day0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_previous_friday[day1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_sunday_to_monday PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_nearest_workday[day0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_nearest_workday[day1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_nearest_workday[day2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_weekend_to_monday[day0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_weekend_to_monday[day1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_weekend_to_monday[day2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_next_workday[day0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_next_workday[day1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_next_workday[day2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_previous_workday[day0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_previous_workday[day1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_previous_workday[day2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_before_nearest_workday[day0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_before_nearest_workday[day1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_before_nearest_workday[day2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_after_nearest_workday[day0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_after_nearest_workday[day1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/holiday/test_observance.py::test_after_nearest_workday[day2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::test_get_offset_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::test_get_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_onOffset[case29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonth::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_get_year_end PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_onOffset[case27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonth::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_isAnchored PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_onOffset[case33] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_year_has_extra_week PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_get_weeks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253LastOfMonthQuarter::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case31] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case32] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_onOffset[case33] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::TestFY5253NearestEndMonthQuarter::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::test_bunched_yearends PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::test_fy5253_last_onoffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::test_fy5253_nearest_onoffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::test_fy5253qtr_onoffset_nearest PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_fiscal.py::test_fy5253qtr_onoffset_last PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_to_M8 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[FY5253] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_immutable[DateOffset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[FY5253] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_return_type[DateOffset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[FY5253] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_n[DateOffset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[FY5253] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_timedelta64_arg[DateOffset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[FY5253] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_mul_ndarray[DateOffset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[FY5253] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_offset_freqstr[DateOffset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[FY5253] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[DateOffset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[FY5253] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[DateOffset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[FY5253] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[DateOffset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[FY5253] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_onOffset[DateOffset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Day-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay0-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessDay1-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay0-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessDay1-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthEnd-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessMonthBegin-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthBegin-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthBegin-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[MonthEnd-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessMonthEnd-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthEnd-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[SemiMonthBegin-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BusinessHour-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[CustomBusinessHour-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearBegin-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearBegin-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[YearEnd-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BYearEnd-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterBegin-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterBegin-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[QuarterEnd-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[BQuarterEnd-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[LastWeekOfMonth-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253Quarter-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[FY5253-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Week-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[WeekOfMonth-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Easter-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Hour-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Minute-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Second-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Milli-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Micro-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[Nano-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-'UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-'US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-'Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-'dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-'dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add[DateOffset-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_pickle_v0_15_2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_mul PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDateOffset::test_eq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_different_normalize_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_with_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_eq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_mul PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_hash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_call PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testRollback1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testRollback2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testRollforward1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::testRollforward2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_roll_date_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_onOffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_large_n PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessDay::test_apply_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_constructor_errors[start0-17:00-time data must be specified only with hour and minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_constructor_errors[AAA-17:00-time data must match '%H:%M' format] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_constructor_errors[14:00:05-17:00-time data must match '%H:%M' format] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_constructor_errors[start3-17:00-Must include at least 1 start time] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_constructor_errors[09:00-end4-Must include at least 1 end time] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_constructor_errors[start5-17:00-number of starting time and ending time must be the same] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_constructor_errors[start6-end6-number of starting time and ending time must be the same] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_constructor_errors[start7-end7-invalid starting and ending time\\(s\\): opening hours should not touch or overlap with one another] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_constructor_errors[start8-end8-invalid starting and ending time\\(s\\): opening hours should not touch or overlap with one another] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_different_normalize_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_with_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_eq_attribute[offset1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_eq_attribute[offset2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_eq_attribute[offset3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_eq_attribute[offset4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_eq_attribute[offset8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_eq_attribute[offset9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_eq_attribute[offset10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_eq[offset10-offset20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_eq[offset11-offset21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_neq[offset10-offset20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_neq[offset11-offset21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_neq[offset12-offset22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_neq[offset13-offset23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_hash[offset1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_hash[offset2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_hash[offset3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_hash[offset4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_hash[offset8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_hash[offset9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_hash[offset10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_call PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testRollback1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testRollback2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testRollforward1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::testRollforward2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_roll_date_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_normalize[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_normalize[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_normalize[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_opening_time[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_opening_time[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_opening_time[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_opening_time[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_opening_time[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_opening_time[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_opening_time[case6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply[case15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_large_n[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_large_n[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_large_n[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_large_n[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_large_n[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_apply_nanoseconds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestBusinessHour::test_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_constructor_errors PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_different_normalize_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_with_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_eq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_hash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_call PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testRollback1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testRollback2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testRollforward1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::testRollforward2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_roll_date_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_normalize[norm_cases0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_normalize[norm_cases1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_normalize[norm_cases2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_onOffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply[apply_case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply[apply_case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_nanoseconds[nano_case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessHour::test_apply_nanoseconds[nano_case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_different_normalize_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_with_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_eq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_mul PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_hash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_call PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testRollback1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testRollback2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testRollforward1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::testRollforward2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_roll_date_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_large_n PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_apply_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_holidays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_weekmask PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_weekmask_and_holidays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_calendar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_roundtrip_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessDay::test_pickle_compat_0_14_1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_eq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_mul PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_hash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_roundtrip_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_different_normalize_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testCall PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testRollback1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testRollback2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::testRollforward1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_roll_date_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_apply_large_n PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_holidays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthEnd::test_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_eq PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_mul PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_hash PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_roundtrip_pickle PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_copy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_different_normalize_equals PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testCall PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testRollback1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testRollback2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::testRollforward1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_roll_date_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_apply_large_n PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_holidays PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestCustomBusinessMonthBegin::test_datetimeindex PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_isAnchored PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_onOffset[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_onOffset[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_onOffset[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_onOffset[3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_onOffset[4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_onOffset[5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeek::test_onOffset[6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestWeekOfMonth::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_constructor PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestLastWeekOfMonth::test_onOffset[case12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset_whole_year PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_offset[case7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_apply_index[case7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_vectorized_offset_addition[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthEnd::test_vectorized_offset_addition[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset_whole_year PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_offset[case7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_apply_index[case7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_vectorized_offset_addition[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestSemiMonthBegin::test_vectorized_offset_addition[DatetimeIndex] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_Easter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestOffsetNames::test_get_offset_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_get_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_get_offset_legacy PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestOffsetAliases::test_alias_equality PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestOffsetAliases::test_rule_code PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_dateoffset_misc PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_freq_offsets PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestReprNames::test_str_for_named_is_name PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_springforward_plural PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_fallback_singular PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_springforward_singular PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::TestDST::test_all_offset_classes[tup17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_get_offset_day_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[FY5253] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_default_arguments[DateOffset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-minutes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-months] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-weeks] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthEnd-years] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-minutes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-months] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-weeks] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[CustomBusinessMonthBegin-years] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-minutes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-months] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-weeks] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthBegin-years] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-minutes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-months] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-weeks] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthBegin-years] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-minutes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-months] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-weeks] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[MonthEnd-years] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-minutes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-months] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-weeks] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_month_attributes[BusinessMonthEnd-years] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[minutes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[months] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[weeks] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_relativedelta_kwargs[years] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-minutes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-months] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-weeks] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Day-years] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-minutes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-months] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-weeks] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Hour-years] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-minutes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-months] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-weeks] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Minute-years] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-minutes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-months] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-weeks] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Second-years] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-minutes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-months] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-weeks] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Milli-years] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-minutes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-months] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-weeks] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Micro-years] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-days] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-hours] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-microsecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-microseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-minutes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-month] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-months] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-nanosecond] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-nanoseconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-seconds] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-weekday] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-weeks] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-year] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_valid_tick_attributes[Nano-years] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_validate_n_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[CustomBusinessDay0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[CustomBusinessDay1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[CustomBusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[CustomBusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[MonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BusinessMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[MonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BusinessMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[SemiMonthEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[SemiMonthBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[CustomBusinessHour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[YearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BYearBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[YearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BYearEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[QuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BQuarterBegin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[QuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[BQuarterEnd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[LastWeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[FY5253Quarter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[FY5253] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Week] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[WeekOfMonth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_require_integers[DateOffset] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_tick_normalize_raises[Day] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_tick_normalize_raises[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_tick_normalize_raises[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_tick_normalize_raises[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_tick_normalize_raises[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_tick_normalize_raises[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_tick_normalize_raises[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_weeks_onoffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_weekofmonth_onoffset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets.py::test_last_week_of_month_on_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets_properties.py::test_on_offset_implementations XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets_properties.py::test_apply_index_implementations Falsifying example: test_apply_index_implementations(offset=<MonthBegin>, rng=DatetimeIndex(['2000-12-31 00:00:00+00:00', '2001-12-31 00:00:00+00:00'], dtype='datetime64[ns, tzutc()]', freq='A-DEC'))
> XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets_properties.py::test_shift_across_dst Falsifying example: test_shift_across_dst(offset=<0 * MonthBegins>)
> XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_apply_ticks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_delta_to_tick PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_Hour PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_Minute PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_Second PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_Millisecond PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_MillisecondTimestampArithmetic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_Microsecond PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_NanosecondGeneric PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_Nanosecond PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_addition[Hour-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_addition[Minute-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_addition[Second-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_addition[Milli-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_addition[Micro-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_addition[Nano-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_division[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_division[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_division[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_division[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_division[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_division[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_rdiv[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_rdiv[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_rdiv[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_rdiv[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_rdiv[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_rdiv[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Hour-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Hour-Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Hour-Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Hour-Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Hour-Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Hour-Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Minute-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Minute-Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Minute-Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Minute-Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Minute-Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Minute-Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Second-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Second-Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Second-Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Second-Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Second-Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Second-Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Milli-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Milli-Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Milli-Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Milli-Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Milli-Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Milli-Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Micro-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Micro-Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Micro-Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Micro-Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Micro-Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Micro-Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Nano-Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Nano-Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Nano-Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Nano-Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Nano-Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_zero[Nano-Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equalities[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equalities[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equalities[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equalities[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equalities[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_equalities[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_offset[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_offset[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_offset[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_offset[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_offset[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_tick_offset[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks_to_strs[Hour] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks_to_strs[Minute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks_to_strs[Second] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks_to_strs[Milli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks_to_strs[Micro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_ticks.py::test_compare_ticks_to_strs[Nano] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_quarterly_dont_normalize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[MonthBegin--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[MonthBegin-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[MonthEnd--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[MonthEnd-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BusinessMonthBegin--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BusinessMonthBegin-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BusinessMonthEnd--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BusinessMonthEnd-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[QuarterBegin--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[QuarterBegin-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[QuarterEnd--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[QuarterEnd-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BQuarterBegin--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BQuarterBegin-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BQuarterEnd--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BQuarterEnd-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[YearBegin--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[YearBegin-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[YearEnd--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[YearEnd-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BYearBegin--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BYearBegin-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BYearEnd--2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_apply_index[BYearEnd-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_on_offset[offset0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_on_offset[offset1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_on_offset[offset2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::test_on_offset[offset3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthBegin::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_day_of_month PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_normalize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestMonthEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthBegin::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_normalize PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBMonthEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_isAnchored PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_offset_corner_case PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterBegin::test_offset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_isAnchored PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_offset_corner_case PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_offset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case27] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case28] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestQuarterEnd::test_onOffset[case29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_isAnchored PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_offset_corner_case PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterBegin::test_offset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_isAnchored PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_offset_corner_case PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_offset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case25] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBQuarterEnd::test_onOffset[case26] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_misspecified PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_offset[case9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearBegin::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_misspecified PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEnd::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestYearEndDiffMonth::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_misspecified PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearBegin::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_offset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_offset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_onOffset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_onOffset[case2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEnd::test_onOffset[case3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_apply_out_of_range[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_offsets_compare_equal PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_rsub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_radd PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_sub PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::testMult1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::testMult2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_compare_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_bad_month_fail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_offset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_offset[case1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_roll PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_onOffset[case0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_yqm_offsets.py::TestBYearEndLagged::test_onOffset[case1] PASSED
> 
> =============================== warnings summary ===============================
> debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tseries/offsets/test_offsets_properties.py::test_apply_index_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/latest/warnings.html
> ============= 3615 passed, 3 xfailed, 1 warnings in 10.66 seconds ==============
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 786 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_api.py::test_namespace PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_parsing_valid_dates[data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_parsing_valid_dates[data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_parsing_timezone_offsets[01-01-2013 08:00:00+08:00-480] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_parsing_timezone_offsets[2013-01-01T08:00:00.000000000+0800-480] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_parsing_timezone_offsets[2012-12-31T16:00:00.000000000-0800--480] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_parsing_timezone_offsets[12-31-2012 23:00:00-01:00--60] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_parsing_non_iso_timezone_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_parsing_different_timezone_offsets PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_number_looking_strings_not_into_datetime[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_number_looking_strings_not_into_datetime[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_coerce_outside_ns_bounds[coerce-invalid_date0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_coerce_outside_ns_bounds[coerce-invalid_date1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_coerce_outside_ns_bounds[coerce-1000-01-01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_coerce_outside_ns_bounds[coerce-Jan 1, 1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_coerce_outside_ns_bounds[coerce-invalid_date4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_coerce_outside_ns_bounds[raise-invalid_date0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_coerce_outside_ns_bounds[raise-invalid_date1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_coerce_outside_ns_bounds[raise-1000-01-01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_coerce_outside_ns_bounds[raise-Jan 1, 1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_coerce_outside_ns_bounds[raise-invalid_date4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_coerce_outside_ns_bounds_one_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_coerce_of_invalid_datetimes[ignore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_coerce_of_invalid_datetimes[coerce] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_to_datetime_barely_out_of_bounds PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_datetime_subclass[data0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_datetime_subclass[data1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_array_to_datetime.py::test_datetime_subclass[data2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_ccalendar.py::test_get_day_of_year_numeric[date_tuple0-60] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_ccalendar.py::test_get_day_of_year_numeric[date_tuple1-61] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_ccalendar.py::test_get_day_of_year_numeric[date_tuple2-365] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_ccalendar.py::test_get_day_of_year_numeric[date_tuple3-366] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_ccalendar.py::test_get_day_of_year_dt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['UTC'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['US/Eastern'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['Asia/Tokyo'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['dateutil/US/Pacific'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['dateutil/Asia/Singapore'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[tzutc()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[tzlocal()] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[pytz.FixedOffset(300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[<UTC>] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[pytz.FixedOffset(-300)] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[datetime.timezone.utc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[datetime.timezone(datetime.timedelta(seconds=3600))] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['UTC'-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['UTC'-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['US/Eastern'-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['US/Eastern'-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['Asia/Tokyo'-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['Asia/Tokyo'-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['dateutil/US/Pacific'-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['dateutil/US/Pacific'-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['dateutil/Asia/Singapore'-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['dateutil/Asia/Singapore'-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[tzutc()-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[tzutc()-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[tzlocal()-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[tzlocal()-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[pytz.FixedOffset(300)-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[pytz.FixedOffset(300)-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[<UTC>-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[<UTC>-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[pytz.FixedOffset(-300)-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[pytz.FixedOffset(-300)-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[datetime.timezone.utc-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[datetime.timezone.utc-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[datetime.timezone(datetime.timedelta(seconds=3600))-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[datetime.timezone(datetime.timedelta(seconds=3600))-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_corner[empty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_tz_convert_corner[all_nat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_length_zero_copy[M8[ns]-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_length_zero_copy[M8[ns]-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_length_zero_copy[M8[s]-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_length_zero_copy[M8[s]-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_localize_pydatetime_dt_types[timestamp] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_localize_pydatetime_dt_types[datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_conversion.py::test_localize_pydatetime_dt_types[subclassed_datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month[W-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month[obj1-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month[D-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month[obj3-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month[Q-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month[obj5-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month[Q-JAN-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month[obj7-JAN] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month[A-DEC-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month[Y-DEC-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month[obj10-DEC] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month[A-MAY-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month[Y-MAY-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_get_rule_month[obj13-MAY] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[A-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[A-DEC-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[A-JAN-1001] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[Y-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[Y-DEC-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[Y-JAN-1001] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[Q-2000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[Q-DEC-2000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[Q-FEB-2002] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[W-4000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[W-SUN-4000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[W-FRI-4005] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[Min-8000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[ms-10000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[US-11000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_period_str_to_code[NS-12000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_super_sub_symmetry[p10-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_super_sub_symmetry[p11-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_super_sub_symmetry[None-p22-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_super_sub_symmetry[None-p23-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_super_sub_symmetry[None-None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_super_sub_symmetry[p15-p25-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_super_sub_symmetry[p16-p26-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_super_sub_symmetry[p17-p27-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_super_sub_symmetry[p18-p28-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_super_sub_symmetry[p19-p29-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_assert_aliases_deprecated[D-6000-aliases0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_assert_aliases_deprecated[M-3000-aliases1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_assert_aliases_deprecated[N-12000-aliases2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_assert_aliases_deprecated[H-7000-aliases3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_assert_aliases_deprecated[T-8000-aliases4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_assert_aliases_deprecated[L-10000-aliases5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_assert_aliases_deprecated[U-11000-aliases6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_assert_aliases_deprecated[S-9000-aliases7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_libfrequencies.py::test_assert_aliases_deprecated[B-5000-aliases8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_get_last_bday[dt0-3-30] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_get_last_bday[dt1-6-29] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_get_first_bday[dt0-5-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_get_first_bday[dt1-4-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_shift_month_dt[0-15-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_shift_month_dt[0-None-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_shift_month_dt[1-start-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_shift_month_dt[-145-end-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_shift_month_dt[0-business_end-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_shift_month_dt[0-business_start-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_shift_month_ts[1-start-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_shift_month_ts[-3-end-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_shift_month_ts[25-None-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_shift_month_ts[-1-31-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_shift_month_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_yearday[2-other0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_yearday[2-other1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_yearday[-7-other0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_yearday[-7-other1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_yearday[0-other0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_yearday[0-other1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_yearday2[5-other0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_yearday2[5-other1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_yearday2[-7-other0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_yearday2[-7-other1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_yearday2[0-other0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_yearday2[0-other1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_get_day_of_month_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[start-4-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[start-4-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[start--3-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[start--3-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[end-4-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[end-4-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[end--3-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[end--3-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[business_start-4-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[business_start-4-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[business_start--3-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[business_start--3-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[business_end-4-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[business_end-4-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[business_end--3-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_not_mod_unequal[business_end--3-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[start-2-other0-2-exp_dict0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[start-2-other1-4-exp_dict1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[start-2-other2-4-exp_dict2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[start--1-other0-2-exp_dict0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[start--1-other1-4-exp_dict1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[start--1-other2-4-exp_dict2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[end-2-other0-2-exp_dict0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[end-2-other1-4-exp_dict1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[end-2-other2-4-exp_dict2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[end--1-other0-2-exp_dict0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[end--1-other1-4-exp_dict1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[end--1-other2-4-exp_dict2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[business_start-2-other0-2-exp_dict0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[business_start-2-other1-4-exp_dict1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[business_start-2-other2-4-exp_dict2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[business_start--1-other0-2-exp_dict0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[business_start--1-other1-4-exp_dict1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[business_start--1-other2-4-exp_dict2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[business_end-2-other0-2-exp_dict0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[business_end-2-other1-4-exp_dict1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[business_end-2-other2-4-exp_dict2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[business_end--1-other0-2-exp_dict0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[business_end--1-other1-4-exp_dict1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_qtr_day_mod_equal[business_end--1-other2-4-exp_dict2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_convention[29-42-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_convention[29--4-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_convention[1-42-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_convention[1--4-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_convention[31-42-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_liboffsets.py::test_roll_convention[31--4-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_normalize_date.py::test_normalize_date[value0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_normalize_date.py::test_normalize_date[value1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_normalize_date.py::test_normalize_date[value2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_normalize_date.py::test_normalize_date_sub_types[dt0-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_normalize_date.py::test_normalize_date_sub_types[dt1-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_normalize_date.py::test_normalize_date_sub_types[dt2-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601[2011-01-02-exp0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601[2011-1-2-exp1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601[2011-01-exp2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601[2011-1-exp3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601[2011 01 02-exp4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601[2011.01.02-exp5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601[2011/01/02-exp6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601[2011\\01\\02-exp7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601[2013-01-01 05:30:00-exp8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601[2013-1-1 5:30:00-exp9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_invalid[2011-01/02] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_invalid[2011=11=11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_invalid[201401] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_invalid[201111] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_invalid[200101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_invalid[2005-0101] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_invalid[200501-01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_invalid[20010101 12:3456] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_invalid[20010101 1234:56] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_invalid[20010101 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_invalid[20010101 123] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_invalid[20010101 12345] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_invalid[20010101 12345Z] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_invalid_offset_invalid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parse_iso8601.py::test_parsers_iso8601_leading_space PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parse_time_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parse_time_quarter_with_dash[1988-Q2-1988Q2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parse_time_quarter_with_dash[2Q-1988-2Q1988] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parse_time_quarter_with_dash_error[-2Q1992] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parse_time_quarter_with_dash_error[2-Q1992] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parse_time_quarter_with_dash_error[4-4Q1992] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_does_not_convert_mixed_integer[123.1234-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_does_not_convert_mixed_integer[-50000-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_does_not_convert_mixed_integer[999-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_does_not_convert_mixed_integer[m-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_does_not_convert_mixed_integer[T-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_does_not_convert_mixed_integer[Mon Sep 16, 2013-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_does_not_convert_mixed_integer[2012-01-01-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_does_not_convert_mixed_integer[01/01/2012-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_does_not_convert_mixed_integer[01012012-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_does_not_convert_mixed_integer[0101-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_does_not_convert_mixed_integer[1-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parsers_quarterly_with_freq_error[2013Q5-kwargs0-Incorrect quarterly string is given, quarter must be between 1 and 4: 2013Q5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parsers_quarterly_with_freq_error[2013Q1-kwargs1-Unable to retrieve month information from given freq: INVLD-L-DEC-SAT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parsers_quarterly_with_freq[2013Q2-None-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parsers_quarterly_with_freq[2013Q2-A-APR-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parsers_quarterly_with_freq[2013-Q2-A-DEC-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parsers_quarter_invalid[2Q 2005] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parsers_quarter_invalid[2Q-200A] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parsers_quarter_invalid[2Q-200] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parsers_quarter_invalid[22Q2005] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parsers_quarter_invalid[2Q200.] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parsers_quarter_invalid[6Q-20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parsers_month_freq[201101-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_parsers_month_freq[200005-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_with_parseable_formats[20111230-%Y%m%d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_with_parseable_formats[2011-12-30-%Y-%m-%d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_with_parseable_formats[30-12-2011-%d-%m-%Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_with_parseable_formats[2011-12-30 00:00:00-%Y-%m-%d %H:%M:%S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_with_parseable_formats[2011-12-30T00:00:00-%Y-%m-%dT%H:%M:%S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_with_parseable_formats[2011-12-30 00:00:00.000000-%Y-%m-%d %H:%M:%S.%f] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_with_dayfirst[True-%d/%m/%Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_with_dayfirst[False-%m/%d/%Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_with_locale_specific_formats[30/Dec/2011-%d/%b/%Y] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_with_locale_specific_formats[30/December/2011-%d/%B/%Y] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_with_locale_specific_formats[30/Dec/2011 00:00:00-%d/%b/%Y %H:%M:%S] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_invalid_inputs[2013] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_invalid_inputs[01/2013] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_invalid_inputs[12:00:00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_invalid_inputs[1/1/1/1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_invalid_inputs[this_is_not_a_datetime] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_invalid_inputs[51a] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_invalid_inputs[9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_invalid_inputs[invalid_dt7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_no_padding[2011-1-1-%Y-%m-%d] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_no_padding[1/1/2011-%m/%d/%Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_no_padding[30-1-2011-%d-%m-%Y] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_no_padding[2011-1-1 0:0:0-%Y-%m-%d %H:%M:%S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_no_padding[2011-1-3T00:00:0-%Y-%m-%dT%H:%M:%S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_guess_datetime_format_no_padding[2011-1-1 00:00:00-%Y-%m-%d %H:%M:%S] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_parsing.py::test_try_parse_dates PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[D-H-24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[D-T-1440] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[D-S-86400] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[D-L-86400000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[D-U-86400000000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[D-N-86400000000000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[H-T-60] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[H-S-3600] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[H-L-3600000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[H-U-3600000000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[H-N-3600000000000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[T-S-60] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[T-L-60000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[T-U-60000000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[T-N-60000000000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[S-L-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[S-U-1000000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[S-N-1000000000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[L-U-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[L-N-1000000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_intra_day_conversion_factors[U-N-1000] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_start_values[A-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_start_values[M-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_start_values[W-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_start_values[D-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_start_values[B-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_week[dt0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_week[dt1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_week[dt2-2284] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_week[dt3-2285] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_business_day[3-11415] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_business_day[4-11416] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_business_day[5-11417] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_business_day[6-11417] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_business_day[7-11417] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_period_asfreq.py::test_period_ordinal_business_day[8-11418] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timedeltas.py::test_delta_to_nanoseconds[obj0-1209600000000000.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timedeltas.py::test_delta_to_nanoseconds[obj1--420000000000.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timedeltas.py::test_delta_to_nanoseconds[obj2--420000000000.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timedeltas.py::test_delta_to_nanoseconds[obj3-125] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timedeltas.py::test_delta_to_nanoseconds[1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timedeltas.py::test_delta_to_nanoseconds[obj5-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timedeltas.py::test_delta_to_nanoseconds[obj6-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timedeltas.py::test_delta_to_nanoseconds_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Abidjan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Accra] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Addis_Ababa] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Algiers] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Asmara] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Bamako] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Bangui] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Banjul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Bissau] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Blantyre] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Brazzaville] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Bujumbura] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Cairo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Casablanca] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Ceuta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Conakry] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Dakar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Dar_es_Salaam] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Djibouti] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Douala] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/El_Aaiun] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Freetown] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Gaborone] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Harare] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Johannesburg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Juba] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Kampala] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Khartoum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Kigali] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Kinshasa] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Lagos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Libreville] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Lome] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Luanda] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Lubumbashi] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Lusaka] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Malabo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Maputo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Maseru] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Mbabane] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Mogadishu] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Monrovia] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Nairobi] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Ndjamena] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Niamey] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Nouakchott] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Ouagadougou] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Porto-Novo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Sao_Tome] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Tripoli] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Tunis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Africa/Windhoek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Adak] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Anchorage] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Anguilla] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Antigua] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Araguaina] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Argentina/Buenos_Aires] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Argentina/Catamarca] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Argentina/Cordoba] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Argentina/Jujuy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Argentina/La_Rioja] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Argentina/Mendoza] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Argentina/Rio_Gallegos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Argentina/Salta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Argentina/San_Juan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Argentina/San_Luis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Argentina/Tucuman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Argentina/Ushuaia] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Aruba] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Asuncion] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Atikokan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Bahia] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Bahia_Banderas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Barbados] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Belem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Belize] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Blanc-Sablon] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Boa_Vista] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Bogota] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Boise] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Cambridge_Bay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Campo_Grande] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Cancun] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Caracas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Cayenne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Cayman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Chicago] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Chihuahua] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Costa_Rica] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Creston] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Cuiaba] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Curacao] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Danmarkshavn] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Dawson] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Dawson_Creek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Denver] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Detroit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Dominica] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Edmonton] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Eirunepe] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/El_Salvador] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Fort_Nelson] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Fortaleza] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Glace_Bay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Godthab] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Goose_Bay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Grand_Turk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Grenada] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Guadeloupe] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Guatemala] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Guayaquil] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Guyana] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Halifax] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Havana] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Hermosillo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Indiana/Indianapolis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Indiana/Knox] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Indiana/Marengo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Indiana/Petersburg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Indiana/Tell_City] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Indiana/Vevay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Indiana/Vincennes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Indiana/Winamac] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Inuvik] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Iqaluit] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Jamaica] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Juneau] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Kentucky/Louisville] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Kentucky/Monticello] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Kralendijk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/La_Paz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Lima] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Los_Angeles] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Lower_Princes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Maceio] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Managua] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Manaus] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Marigot] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Martinique] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Matamoros] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Mazatlan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Menominee] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Merida] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Metlakatla] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Mexico_City] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Miquelon] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Moncton] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Monterrey] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Montevideo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Montserrat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Nassau] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/New_York] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Nipigon] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Nome] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Noronha] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/North_Dakota/Beulah] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/North_Dakota/Center] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/North_Dakota/New_Salem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Ojinaga] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Panama] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Pangnirtung] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Paramaribo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Phoenix] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Port-au-Prince] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Port_of_Spain] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Porto_Velho] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Puerto_Rico] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Punta_Arenas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Rainy_River] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Rankin_Inlet] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Recife] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Regina] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Resolute] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Rio_Branco] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Santarem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Santiago] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Santo_Domingo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Sao_Paulo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Scoresbysund] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Sitka] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/St_Barthelemy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/St_Johns] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/St_Kitts] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/St_Lucia] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/St_Thomas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/St_Vincent] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Swift_Current] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Tegucigalpa] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Thule] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Thunder_Bay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Tijuana] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Toronto] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Tortola] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Vancouver] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Whitehorse] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Winnipeg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Yakutat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Yellowknife] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Casey] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Davis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/DumontDUrville] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Macquarie] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Mawson] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/McMurdo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Palmer] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Rothera] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Syowa] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Troll] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Antarctica/Vostok] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Arctic/Longyearbyen] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Aden] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Almaty] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Amman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Anadyr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Aqtau] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Aqtobe] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Ashgabat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Atyrau] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Baghdad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Bahrain] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Baku] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Bangkok] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Barnaul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Beirut] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Bishkek] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Brunei] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Chita] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Choibalsan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Colombo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Damascus] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Dhaka] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Dili] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Dubai] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Dushanbe] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Famagusta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Gaza] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Hebron] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Ho_Chi_Minh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Hong_Kong] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Hovd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Irkutsk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Jakarta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Jayapura] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Jerusalem] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Kabul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Kamchatka] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Karachi] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Kathmandu] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Khandyga] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Kolkata] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Krasnoyarsk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Kuala_Lumpur] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Kuching] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Kuwait] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Macau] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Magadan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Makassar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Manila] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Muscat] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Nicosia] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Novokuznetsk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Novosibirsk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Omsk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Oral] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Phnom_Penh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Pontianak] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Pyongyang] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Qatar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Qostanay] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Qyzylorda] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Riyadh] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Sakhalin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Samarkand] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Seoul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Shanghai] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Singapore] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Srednekolymsk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Taipei] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Tashkent] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Tbilisi] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Tehran] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Thimphu] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Tokyo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Tomsk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Ulaanbaatar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Urumqi] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Ust-Nera] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Vientiane] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Vladivostok] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Yakutsk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Yangon] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Yekaterinburg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Asia/Yerevan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Azores] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Bermuda] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Canary] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Cape_Verde] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Faroe] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Madeira] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Reykjavik] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/South_Georgia] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/St_Helena] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Atlantic/Stanley] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Adelaide] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Brisbane] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Broken_Hill] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Currie] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Darwin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Eucla] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Hobart] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Lindeman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Lord_Howe] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Melbourne] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Perth] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Australia/Sydney] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Canada/Atlantic] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Canada/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Canada/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Canada/Mountain] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Canada/Newfoundland] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Canada/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Amsterdam] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Andorra] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Astrakhan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Athens] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Belgrade] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Berlin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Bratislava] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Brussels] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Bucharest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Budapest] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Busingen] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Chisinau] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Copenhagen] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Dublin] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Gibraltar] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Guernsey] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Helsinki] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Isle_of_Man] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Istanbul] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Jersey] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Kaliningrad] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Kiev] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Kirov] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Lisbon] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Ljubljana] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/London] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Luxembourg] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Madrid] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Malta] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Mariehamn] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Minsk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Monaco] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Moscow] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Oslo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Paris] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Podgorica] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Prague] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Riga] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Rome] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Samara] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/San_Marino] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Sarajevo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Saratov] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Simferopol] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Skopje] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Sofia] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Stockholm] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Tallinn] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Tirane] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Ulyanovsk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Uzhgorod] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Vaduz] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Vatican] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Vienna] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Vilnius] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Volgograd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Warsaw] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Zagreb] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Zaporozhye] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Europe/Zurich] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[GMT] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Antananarivo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Chagos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Christmas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Cocos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Comoro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Kerguelen] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Mahe] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Maldives] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Mauritius] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Mayotte] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Indian/Reunion] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Apia] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Auckland] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Bougainville] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Chatham] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Chuuk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Easter] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Efate] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Enderbury] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Fakaofo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Fiji] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Funafuti] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Galapagos] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Gambier] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Guadalcanal] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Guam] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Honolulu] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Kiritimati] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Kosrae] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Kwajalein] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Majuro] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Marquesas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Midway] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Nauru] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Niue] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Norfolk] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Noumea] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Pago_Pago] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Palau] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Pitcairn] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Pohnpei] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Port_Moresby] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Rarotonga] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Saipan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Tahiti] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Tarawa] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Tongatapu] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Wake] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[Pacific/Wallis] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[US/Alaska] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[US/Arizona] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[US/Central] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[US/Eastern] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[US/Hawaii] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[US/Mountain] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[US/Pacific] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[UTC] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_tzlocal_repr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_tzlocal_maybe_get_tz PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_tzlocal_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_infer_tz_compat[infer_setup0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_infer_tz_compat[infer_setup1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_infer_tz_utc_localize[infer_setup0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_infer_tz_utc_localize[infer_setup1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_infer_tz_mismatch[infer_setup0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_infer_tz_mismatch[infer_setup0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_infer_tz_mismatch[infer_setup1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/tslibs/test_timezones.py::test_infer_tz_mismatch[infer_setup1-False] PASSED
> 
> ==================== 782 passed, 4 skipped in 4.74 seconds =====================
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 460 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_numbers[1.1-1.10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_numbers[1.1-1.100001] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_numbers[a2-1.000001] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_numbers[1.1-1.11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_numbers[a4-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_numbers[1.1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_numbers[1.1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_numbers[1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_numbers[1.0001-b3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_numbers_with_zeros[0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_numbers_with_zeros[0-0.00] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_numbers_with_zeros[0-0.01] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_numbers_with_zeros[1e-06-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_numbers_with_zeros[0.001-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_numbers_with_zeros[1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_numbers_with_mixed[1-abc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_numbers_with_mixed[1-b1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_numbers_with_mixed[1-b2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[M8[ns]-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[m8[ns]-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[float64-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[float64-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[float64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[float64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[float64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[int64-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[int64-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[int64-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[int64-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[int64-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[object-M8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[object-m8[ns]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[object-float64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[object-int64] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_edge_case_ndarrays[object-object] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_dicts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_dicts[a0-b0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_dicts[a1-b1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_dicts[a2-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_dicts[a3-abc] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_dicts[a4-b4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_dict_like_object[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_dict_like_object[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_strings PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_strings[abc-abcd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_strings[abc-abd] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_strings[abc-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_strings[abc-b3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_iterables[a0-b0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_iterables[a1-b1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_iterables[a0-b0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_iterables[a1-b1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_iterables[a2-b2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_iterables[a3-b3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_iterables[a4-b4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_iterables[a5-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_null PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_null[None-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_null[None-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_null[nan-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_inf[inf-inf0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_inf[inf-inf1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_inf[a2-b2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_inf[a3-b3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_not_almost_equal_inf PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_pandas[a0-b0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_pandas[a1-b1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_pandas[a2-b2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_pandas[a3-b3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_value_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_class_mismatch[a0-1-ndarray-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_class_mismatch[1-b1-int-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_value_mismatch1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_value_mismatch2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_value_mismatch3 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_value_mismatch4 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_shape_mismatch_override PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_timestamp PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_iterable_length_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_iterable_values_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_categorical_equal.py::test_categorical_equal[c0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_categorical_equal.py::test_categorical_equal[c1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_categorical_equal.py::test_categorical_equal_order_mismatch[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_categorical_equal.py::test_categorical_equal_order_mismatch[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_categorical_equal.py::test_categorical_equal_categories_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_categorical_equal.py::test_categorical_equal_codes_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_categorical_equal.py::test_categorical_equal_ordered_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_categorical_equal.py::test_categorical_equal_object_override[index] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_categorical_equal.py::test_categorical_equal_object_override[foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_categorical_equal.py::test_categorical_equal_object_override[pandas] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_not_exact[kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_not_exact[kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_not_exact[kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_less_precise[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_less_precise[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_less_precise[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_less_precise[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_less_precise[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_less_precise[3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_less_precise[4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_less_precise[5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_less_precise[6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_less_precise[7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_less_precise[8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_less_precise[9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_dtype_mismatch[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_dtype_mismatch[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_missing_values PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_non_extension_array[left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_extension_array_equal.py::test_assert_extension_array_equal_non_extension_array[right] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_row_order_mismatch[DataFrame-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_row_order_mismatch[DataFrame-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_row_order_mismatch[Series-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_row_order_mismatch[Series-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_shape_mismatch[DataFrame-df10-df20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_shape_mismatch[DataFrame-df11-df21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_shape_mismatch[Series-df10-df20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_shape_mismatch[Series-df11-df21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_index_dtype_mismatch[True-df10-df20-DataFrame\\.index are different] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_index_dtype_mismatch[True-df11-df21-MultiIndex level \\[0\\] are different] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_index_dtype_mismatch[False-df10-df20-DataFrame\\.index are different] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_index_dtype_mismatch[False-df11-df21-MultiIndex level \\[0\\] are different] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_empty_dtypes[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_empty_dtypes[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_index_mismatch[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_index_mismatch[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_columns_mismatch[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_columns_mismatch[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_block_mismatch[True-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_block_mismatch[True-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_block_mismatch[False-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_block_mismatch[False-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_unicode[True-DataFrame-df10-df20-{obj}\\.iloc\\[:, 1\\] are different\n\n{obj}\\.iloc\\[:, 1\\] values are different \\(33\\.33333 %\\)\n\\[left\\]:  \\[\xe9, \xe8, \xeb\\]\n\\[right\\]: \\[\xe9, \xe8, e\u030a\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_unicode[True-DataFrame-df11-df21-{obj}\\.iloc\\[:, 0\\] are different\n\n{obj}\\.iloc\\[:, 0\\] values are different \\(100\\.0 %\\)\n\\[left\\]:  \\[\xe1, \xe0, \xe4\\]\n\\[right\\]: \\[a, a, a\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_unicode[True-Series-df10-df20-{obj}\\.iloc\\[:, 1\\] are different\n\n{obj}\\.iloc\\[:, 1\\] values are different \\(33\\.33333 %\\)\n\\[left\\]:  \\[\xe9, \xe8, \xeb\\]\n\\[right\\]: \\[\xe9, \xe8, e\u030a\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_unicode[True-Series-df11-df21-{obj}\\.iloc\\[:, 0\\] are different\n\n{obj}\\.iloc\\[:, 0\\] values are different \\(100\\.0 %\\)\n\\[left\\]:  \\[\xe1, \xe0, \xe4\\]\n\\[right\\]: \\[a, a, a\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_unicode[False-DataFrame-df10-df20-{obj}\\.iloc\\[:, 1\\] are different\n\n{obj}\\.iloc\\[:, 1\\] values are different \\(33\\.33333 %\\)\n\\[left\\]:  \\[\xe9, \xe8, \xeb\\]\n\\[right\\]: \\[\xe9, \xe8, e\u030a\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_unicode[False-DataFrame-df11-df21-{obj}\\.iloc\\[:, 0\\] are different\n\n{obj}\\.iloc\\[:, 0\\] values are different \\(100\\.0 %\\)\n\\[left\\]:  \\[\xe1, \xe0, \xe4\\]\n\\[right\\]: \\[a, a, a\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_unicode[False-Series-df10-df20-{obj}\\.iloc\\[:, 1\\] are different\n\n{obj}\\.iloc\\[:, 1\\] values are different \\(33\\.33333 %\\)\n\\[left\\]:  \\[\xe9, \xe8, \xeb\\]\n\\[right\\]: \\[\xe9, \xe8, e\u030a\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_frame_equal.py::test_frame_equal_unicode[False-Series-df11-df21-{obj}\\.iloc\\[:, 0\\] are different\n\n{obj}\\.iloc\\[:, 0\\] values are different \\(100\\.0 %\\)\n\\[left\\]:  \\[\xe1, \xe0, \xe4\\]\n\\[right\\]: \\[a, a, a\\]] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_levels_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_values_mismatch[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_values_mismatch[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_length_mismatch[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_length_mismatch[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_class_mismatch[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_class_mismatch[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_values_close[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_values_close[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_values_less_close[True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_values_less_close[True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_values_less_close[False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_values_less_close[False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_values_too_far[True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_values_too_far[True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_values_too_far[False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_values_too_far[False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_level_values_mismatch[True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_level_values_mismatch[True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_level_values_mismatch[False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_level_values_mismatch[False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_names[None-x] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_names[x-x] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_names[nan-nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_names[name13-name23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_names[nan-name24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_category_mismatch[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_index_equal.py::test_index_equal_category_mismatch[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_interval_array_equal.py::test_interval_array_equal[kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_interval_array_equal.py::test_interval_array_equal[kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_interval_array_equal.py::test_interval_array_equal[kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_interval_array_equal.py::test_interval_array_equal_closed_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_interval_array_equal.py::test_interval_array_equal_periods_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_interval_array_equal.py::test_interval_array_equal_end_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_interval_array_equal.py::test_interval_array_equal_start_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_assert_numpy_array_equal_shape_mismatch PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_assert_numpy_array_equal_bad_type PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_assert_numpy_array_equal_class_mismatch[a0-1-ndarray-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_assert_numpy_array_equal_class_mismatch[1-b1-int-ndarray] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_assert_numpy_array_equal_value_mismatch1 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_assert_numpy_array_equal_value_mismatch2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_assert_numpy_array_equal_value_mismatch3 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_assert_numpy_array_equal_value_mismatch4 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_assert_numpy_array_equal_value_mismatch5 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_assert_numpy_array_equal_value_mismatch6 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_assert_numpy_array_equal_shape_mismatch_override PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_numpy_array_equal_unicode PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_numpy_array_equal_object PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_numpy_array_equal_copy_flag[same-same] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_numpy_array_equal_copy_flag[same-copy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_numpy_array_equal_copy_flag[copy-same] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_numpy_array_equal.py::test_numpy_array_equal_copy_flag[copy-copy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_produces_warning.py::test_assert_produces_warning_honors_filter PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_equal[data0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_equal[data1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_equal[data2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_not_equal_value_mismatch[data10-data20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_not_equal_value_mismatch[data11-data21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_not_equal_value_mismatch[data12-data22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_not_equal_value_mismatch[data13-data23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_not_equal_value_mismatch[data14-data24] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_not_equal_metadata_mismatch[kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_not_equal_metadata_mismatch[kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_not_equal_metadata_mismatch[kwargs2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[False-float32-0.12345-0.12346] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[False-float32-0.1235-0.1236] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[False-float64-0.12345-0.12346] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[False-float64-0.1235-0.1236] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[True-float32-0.12345-0.12346] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[True-float32-0.1235-0.1236] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[True-float64-0.12345-0.12346] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[True-float64-0.1235-0.1236] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[0-float32-0.12345-0.12346] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[0-float32-0.1235-0.1236] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[0-float64-0.12345-0.12346] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[0-float64-0.1235-0.1236] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[1-float32-0.12345-0.12346] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[1-float32-0.1235-0.1236] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[1-float64-0.12345-0.12346] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[1-float64-0.1235-0.1236] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[2-float32-0.12345-0.12346] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[2-float32-0.1235-0.1236] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[2-float64-0.12345-0.12346] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[2-float64-0.1235-0.1236] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[3-float32-0.12345-0.12346] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[3-float32-0.1235-0.1236] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[3-float64-0.12345-0.12346] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[3-float64-0.1235-0.1236] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[10-float32-0.12345-0.12346] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[10-float32-0.1235-0.1236] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[10-float64-0.12345-0.12346] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_less_precise[10-float64-0.1235-0.1236] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_equal_index_dtype[True-s10-s20-Series\\.index are different] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_equal_index_dtype[True-s11-s21-MultiIndex level \\[0\\] are different] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_equal_index_dtype[False-s10-s20-Series\\.index are different] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_equal_index_dtype[False-s11-s21-MultiIndex level \\[0\\] are different] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_equal_length_mismatch[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_equal_length_mismatch[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_equal_values_mismatch[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_equal_values_mismatch[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_equal_categorical_mismatch[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_assert_series_equal.py::test_series_equal_categorical_mismatch[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate.py::test_deprecate_ok PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate.py::test_deprecate_no_docstring PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate.py::test_deprecate_wrong_docstring PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py::test_deprecate_kwarg[old-FutureWarning] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py::test_deprecate_kwarg[new-None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py::test_dict_deprecate_kwarg[yes] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py::test_dict_deprecate_kwarg[no] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py::test_missing_deprecate_kwarg[bogus] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py::test_missing_deprecate_kwarg[12345] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py::test_missing_deprecate_kwarg[-1.23] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py::test_callable_deprecate_kwarg[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py::test_callable_deprecate_kwarg[-1.4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py::test_callable_deprecate_kwarg[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py::test_callable_deprecate_kwarg_fail PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py::test_bad_deprecate_kwarg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py::test_deprecate_keyword[old] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_deprecate_kwarg.py::test_deprecate_keyword[unchanged] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_array[series0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_array[series1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_array[series2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_array[series3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_array[series4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_array[series5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_array[series6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_array[series7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_array_mixed[arr20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_array_mixed[arr21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_array_errors[5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_array_errors[foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_array_errors[val2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_tuples PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_tuple[tup0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_tuple[tup1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_tuple[tup2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_tuple[tup3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[1.4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[A0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[A1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[val4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[val5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[val6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[val7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[val8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[val9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[val10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[val11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[nan] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[val13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_scalar[None] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_tuples_err[5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_tuples_err[foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_tuples_err[val2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_multiindex_unique PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_multiindex_objects PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[True-obj22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj15] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj16] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj17] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj18] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj19] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj20] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj21] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object[False-obj22] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series5-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series5-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series6-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series6-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series7-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_object2[series7-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_empty_object[True-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_empty_object[True-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_empty_object[True-obj2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_empty_object[False-obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_empty_object[False-obj1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_pandas_empty_object[False-obj2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_categorical_consistency[True-s10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_categorical_consistency[True-s11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_categorical_consistency[True-s12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_categorical_consistency[False-s10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_categorical_consistency[False-s11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_categorical_consistency[False-s12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_categorical_with_nan_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_pandas_errors[obj0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_keys PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_invalid_key PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_already_encoded[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_already_encoded[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_alternate_encoding[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_alternate_encoding[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[0-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[0-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[0-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[0-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[0-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[0-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[0-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[0-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[1-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[1-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[1-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[1-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[1-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[1-5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[1-6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_same_len_hash_collisions[1-7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_hashing.py::test_hash_collisions PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_move.py::test_cannot_create_instance_of_stolen_buffer PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_move.py::test_more_than_one_ref PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_move.py::test_exactly_one_ref PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_safe_import.py::test_safe_import_non_existent[foo] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_safe_import.py::test_safe_import_non_existent[hello123] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_safe_import.py::test_safe_import_exists PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_safe_import.py::test_safe_import_versions[0.0.0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_safe_import.py::test_safe_import_versions[99.99.99-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_safe_import.py::test_safe_import_dummy[None-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_safe_import.py::test_safe_import_dummy[1.0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_safe_import.py::test_safe_import_dummy[2.0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_rands PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_rands_array_1d PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_rands_array_2d PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_numpy_err_state_is_default PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_raise_with_traceback PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_convert_rows_list_to_csv_str PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_create_temp_directory PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_assert_raises_regex_deprecated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_datapath_missing[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_datapath_missing[False] SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_datapath XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_util.py::test_rng_context PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args.py::test_bad_min_fname_arg_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args.py::test_bad_arg_length_max_value_single PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args.py::test_bad_arg_length_max_value_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args.py::test_not_all_defaults[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args.py::test_not_all_defaults[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args.py::test_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args_and_kwargs.py::test_invalid_total_length_max_length_one PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args_and_kwargs.py::test_invalid_total_length_max_length_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args_and_kwargs.py::test_missing_args_or_kwargs[args0-kwargs0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args_and_kwargs.py::test_missing_args_or_kwargs[args1-kwargs1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args_and_kwargs.py::test_duplicate_argument PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_args_and_kwargs.py::test_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_bad_kwarg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_not_all_none[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_not_all_none[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validate_bool_kwarg_fail[1-inplace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validate_bool_kwarg_fail[1-copy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validate_bool_kwarg_fail[True-inplace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validate_bool_kwarg_fail[True-copy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validate_bool_kwarg_fail[value2-inplace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validate_bool_kwarg_fail[value2-copy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validate_bool_kwarg_fail[5.0-inplace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validate_bool_kwarg_fail[5.0-copy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validate_bool_kwarg[True-inplace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validate_bool_kwarg[True-copy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validate_bool_kwarg[False-inplace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validate_bool_kwarg[False-copy] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validate_bool_kwarg[None-inplace] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/util/test_validate_kwargs.py::test_validate_bool_kwarg[None-copy] PASSED
> 
> =============== 458 passed, 1 skipped, 1 xfailed in 1.20 seconds ===============
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> ============================= test session starts ==============================
> platform linux -- Python 3.7.7, pytest-4.6.9, py-1.8.1, pluggy-0.13.0 -- /usr/bin/python3.7
> cachedir: .pytest_cache
> hypothesis profile 'ci' -> deadline=timedelta(milliseconds=500), suppress_health_check=[HealthCheck.too_slow], database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/build/.hypothesis/examples')
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: hypothesis-4.36.2, forked-1.1.3, xdist-1.31.0
> collecting ... collected 651 items
> 
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::test_select_bad_cols PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::test_attribute_access PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::tests_skip_nuisance PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::test_skip_sum_object_raises PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::test_agg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::test_agg_apply[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::test_agg_apply[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::test_agg_consistency PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::test_agg_nested_dicts PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::test_count_nonnumeric_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::test_window_with_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::test_preserve_metadata PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::test_multiple_agg_funcs[rolling-2-expected_vals0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_api.py::TestApi::test_multiple_agg_funcs[expanding-None-expected_vals1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_object::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_int8::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_int16::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_int32::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_int64::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_uint8::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_uint16::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_uint32::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_uint64::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_float16::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_float32::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_float64::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_category::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_timedelta::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_datetime::test_dtypes PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_dtypes.py::TestDtype_datetime64UTC::test_dtypes SKIPPED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_ewm.py::TestEWM::test_doc_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_ewm.py::TestEWM::test_constructor[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_ewm.py::TestEWM::test_constructor[frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_ewm.py::TestEWM::test_numpy_compat[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_ewm.py::TestEWM::test_numpy_compat[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_ewm.py::TestEWM::test_numpy_compat[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_doc_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_constructor[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_constructor[frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_numpy_compat[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_numpy_compat[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_numpy_compat[sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_numpy_compat[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_numpy_compat[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_numpy_compat[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_empty_df_expanding[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_empty_df_expanding[ls] XFAIL
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_missing_minp_zero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_iter_raises[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_iter_raises[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_expanding_axis[axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_expanding_axis[axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_expanding_axis[axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_expanding.py::TestExpanding::test_expanding_axis[axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_mutated PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_getitem PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_getitem_multiple PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_rolling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_rolling_corr_cov PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_rolling_apply[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_rolling_apply[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_rolling_apply_mutability PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_expanding PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_expanding_corr_cov PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_expanding_apply[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_expanding_apply[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_centered_axis_validation PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_sum[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_sum[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_count[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_count[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_mean[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_mean[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_mean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_corner PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_frame PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_na_min_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular[triang] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular[blackman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular[hamming] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular[bartlett] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular[bohman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular[blackmanharris] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular[nuttall] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular[barthann] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_linear_range[triang] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_linear_range[blackman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_linear_range[hamming] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_linear_range[bartlett] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_linear_range[bohman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_linear_range[blackmanharris] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_linear_range[nuttall] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_linear_range[barthann] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_missing_data[triang] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_missing_data[blackman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_missing_data[hamming] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_missing_data[bartlett] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_missing_data[bohman] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_missing_data[blackmanharris] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_missing_data[nuttall] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_regular_missing_data[barthann] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_special[kaiser] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_special[gaussian] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_special[general_gaussian] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_special[exponential] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_special_linear_range[kaiser] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_special_linear_range[gaussian] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_special_linear_range[general_gaussian] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_cmov_window_special_linear_range[exponential] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_median[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_median[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_min[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_min[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_max[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_max[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile[True-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile[True-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile[True-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile[True-0.9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile[True-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile[False-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile[False-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile[False-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile[False-0.9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile[False-1.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_np_percentile PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-linear-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-lower-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-higher-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data0-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-linear-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-lower-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-higher-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data1-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-linear-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-lower-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-higher-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data2-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-linear-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-lower-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-higher-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data3-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-linear-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-lower-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-higher-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data4-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-linear-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-lower-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-higher-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data5-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-linear-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-lower-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-higher-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-nearest-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-0.0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-0.1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-0.45] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-0.5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_interpolation_options[data6-midpoint-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_invalid_quantile_value PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_quantile_param PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_apply[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_apply[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_apply_future_warning[<lambda>0-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_apply_future_warning[<lambda>0-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_apply_future_warning[<lambda>1-Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_apply_future_warning[<lambda>1-DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_apply_out_of_bounds[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_apply_out_of_bounds[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_apply_with_pandas_objects[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_apply_with_pandas_objects[2s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_std[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_std[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_std_1obs PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_std_neg_sqrt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_var[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_var[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_skew[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_skew[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_kurt[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_rolling_kurt[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ewma PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ewma_cases[True-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ewma_cases[True-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ewma_cases[False-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ewma_cases[False-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ewma_nan_handling PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ewmvar PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ewmvol PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ewma_span_com_args PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ewma_halflife_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ewm_alpha PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ewm_alpha_arg PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ewm_domain_checks PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ew_empty_series[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ew_empty_series[vol] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMoments::test_ew_empty_series[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[True-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[True-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[True-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[True-True-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[True-True-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[True-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[True-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[True-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[True-False-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[True-False-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[False-True-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[False-True-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[False-True-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[False-True-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[False-True-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[False-False-0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[False-False-1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[False-False-2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[False-False-3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewm_consistency[False-False-4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_consistency[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_consistency[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_consistency[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_consistency[3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_consistency[4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[1-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[1-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[1-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[1-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[2-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[2-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[2-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[2-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[2-2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[2-2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[3-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[3-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[3-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[3-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[3-2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[3-2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[3-3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[3-3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[10-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[10-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[10-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[10-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[10-2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[10-2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[10-3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[10-3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[10-4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[10-4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[10-10-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[10-10-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[20-0-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[20-0-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[20-1-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[20-1-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[20-2-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[20-2-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[20-3-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[20-3-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[20-4-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[20-4-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[20-20-False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_consistency[20-20-True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_cov PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_cov_pairwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_corr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_corr_pairwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_corr_with_zero_variance[6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_flex_binary_moment PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_corr_sanity PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_flex_binary_frame[corr] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_flex_binary_frame[cov] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewmcov PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewmcov_pairwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewmcorr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_ewmcorr_pairwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_apply_args_kwargs[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_apply_args_kwargs[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_corr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_quantile PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_cov PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_cov_pairwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_corr_pairwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_cov_diff_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_corr_diff_index PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_cov_diff_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_corr_diff_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>8] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>9] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>10] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>11] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>12] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>13] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage[<lambda>14] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_functions_window_non_shrinkage_binary PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_moment_functions_zero_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_moment_functions_zero_length_pairwise PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_cov_pairwise_diff_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_corr_pairwise_diff_length PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_skew_edge_cases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_kurt_edge_cases PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_skew_eq_value_fperr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_kurt_eq_value_fperr PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_func[sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_func[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_func[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_func[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_apply[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_expanding_apply[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_max_gh6297 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_max_resample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_min_resample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_median_resample PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_median_memory_error PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_moments.py::TestMomentsConsistency::test_rolling_min_max_numeric_types PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_no_flex[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_no_flex[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_self[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_self[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_self[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_self[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_self[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_self[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_no_pairwise_with_self[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_no_pairwise_with_self[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_no_pairwise_with_self[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_no_pairwise_with_self[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_no_pairwise_with_self[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_no_pairwise_with_self[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_other[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_other[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_other[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_other[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_other[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_other[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_no_pairwise_with_other[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_no_pairwise_with_other[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_no_pairwise_with_other[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_no_pairwise_with_other[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_no_pairwise_with_other[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_no_pairwise_with_other[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_series[<lambda>0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_series[<lambda>1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_series[<lambda>2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_series[<lambda>3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_series[<lambda>4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_series[<lambda>5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_doc_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_constructor[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_constructor[frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_constructor_with_win_type[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_constructor_with_win_type[frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_constructor_with_timedelta_window[window0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_constructor_with_timedelta_window[window1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_constructor_timedelta_window_and_minperiods[True-window0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_constructor_timedelta_window_and_minperiods[True-window1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_constructor_timedelta_window_and_minperiods[True-3D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_constructor_timedelta_window_and_minperiods[False-window0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_constructor_timedelta_window_and_minperiods[False-window1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_constructor_timedelta_window_and_minperiods[False-3D] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_numpy_compat[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_numpy_compat[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_numpy_compat[sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_numpy_compat[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_numpy_compat[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_numpy_compat[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[sum-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[sum-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[mean-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[mean-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[median-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[median-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[max-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[max-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[min-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[min-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[var-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[var-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[std-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[std-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[kurt-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[kurt-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[skew-neither] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_empty[skew-left] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_one_entry[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_one_entry[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_one_entry_groupby[min] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_one_entry_groupby[max] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[min-right-expected0-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[min-right-expected0-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[min-both-expected1-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[min-both-expected1-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[min-neither-expected2-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[min-neither-expected2-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[min-left-expected3-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[min-left-expected3-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[max-right-expected4-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[max-right-expected4-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[max-both-expected5-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[max-both-expected5-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[max-neither-expected6-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[max-neither-expected6-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[max-left-expected7-int] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_datetime[max-left-expected7-float] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_uneven PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_minp[min-right-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_minp[min-both-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_minp[min-neither-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_minp[min-left-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_minp[max-right-expected4] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_minp[max-both-expected5] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_minp[max-neither-expected6] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_min_max_minp[max-left-expected7] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_median_quantile[right-expected0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_median_quantile[both-expected1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_median_quantile[neither-expected2] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_closed_median_quantile[left-expected3] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::tests_empty_df_rolling[1s] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::tests_empty_df_rolling[1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_empty_window_median_quantile PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_missing_minp_zero PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_missing_minp_zero_variable PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_multi_index_names PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_iter_raises[Series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_iter_raises[DataFrame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_rolling_axis_sum[axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_rolling_axis_sum[axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_rolling_axis_sum[axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_rolling_axis_sum[axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_rolling_axis_count[axis 0] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_rolling_axis_count[axis 1] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_rolling_axis_count[axis 'index'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_rolling_axis_count[axis 'columns'] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_rolling.py::TestRolling::test_readonly_array PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_doc_string PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_valid PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_on PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_monotonic_on PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_frame_on PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_frame_on2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_basic_regular PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_min_periods PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_closed PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_ragged_sum PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_ragged_mean PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_ragged_median PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_ragged_quantile PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_ragged_std PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_ragged_var PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_ragged_skew PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_ragged_kurt PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_ragged_count PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_regular_min PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_ragged_min PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_perf_min PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_ragged_max PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_ragged_apply[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_ragged_apply[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_all PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_all_apply[True] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_all_apply[False] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_all2 PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_groupby_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_non_monotonic PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_timeseries_window.py::TestRollingTS::test_rolling_cov_offset PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor[series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor[frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[triang-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[triang-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[blackman-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[blackman-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[hamming-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[hamming-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[bartlett-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[bartlett-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[bohman-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[bohman-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[blackmanharris-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[blackmanharris-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[nuttall-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[nuttall-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[barthann-series] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_constructor_with_win_type[barthann-frame] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_numpy_compat[sum] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_numpy_compat[mean] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_agg_function_support[median] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_agg_function_support[var] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_agg_function_support[std] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_agg_function_support[kurt] PASSED
> ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/window/test_window.py::TestWindow::test_agg_function_support[skew] PASSED
> 
> ============== 649 passed, 1 skipped, 1 xfailed in 243.81 seconds ==============
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pandas/util/_test_decorators.py:80: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.  If any parameter follows 'warn', they should be pass as keyword, not positionally.
>   mod.use("Agg", warn=True)
> make[1]: *** [debian/rules:116: python-test3.7] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/03/21/pandas_0.25.3+dfsg-7_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the debian-science-maintainers mailing list